A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

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: 9.24.1
Syntax
public class IndexerDefinition : ConfigurationElement

Constructors

IndexerDefinition()

Initializes a new instance of the IndexerDefinition class.

Declaration
public IndexerDefinition()

Properties

ClassName

Gets or sets the name of the class.

Declaration
public string ClassName { get; set; }
Property Value
Type Description
System.String

The name of the class.

Name

Gets or sets the name.

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.