Click or drag to resize

IndexBuilderBase Class

Defines index builder base operations
Inheritance Hierarchy

Namespace:  Dynamicweb.Indexing
Assembly:  Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax
public abstract class IndexBuilderBase : IIndexBuilder

The IndexBuilderBase type exposes the following members.

Constructors
  NameDescription
Protected methodIndexBuilderBase
Initializes a new instance of the IndexBuilderBase class
Top
Properties
  NameDescription
Public propertyAction
Index builder action
Public propertyDefaultSettings
Default settings
Public propertyExtenders
List of Index builder extenders
Public propertyMeta
Meta information
Public propertyName
Index builder name
Public propertyNotification
Gets or sets notification
Public propertySchema
Schema
Public propertySettings
Settings
Public propertySupportedActions
List of supported actions
Public propertyType
Index builder type
Top
Methods
  NameDescription
Public methodBuild
Public methodGetFields
Defines GetFields required operation
Top
See Also