London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

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: 13.30.0
Syntax
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.