Class IndexerDefinition
Implements operations for the work flow definition. (Inherits System.Configuration.ConfigurationElement.)
Inheritance
System.Object
IndexerDefinition
Namespace: Mediachase.Search
Assembly: Mediachase.Search.dll
Version: 12.17.2Syntax
public class IndexerDefinition : ConfigurationElement
Constructors
IndexerDefinition()
Initializes a new instance of the IndexerDefinition class.
Declaration
public IndexerDefinition()
Properties
ClassName
Gets or sets the class name/type of the indexer.
Declaration
public string ClassName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the class. |
Name
Gets or sets the name of the indexer.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name. |
Methods
IsReadOnly()
Gets a value indicating whether the System.Configuration.ConfigurationElement object is read-only.
Declaration
public override bool IsReadOnly()
Returns
Type | Description |
---|---|
System.Boolean | true if the System.Configuration.ConfigurationElement object is read-only; otherwise, false. |