Click or drag to resize

ExtensionFieldDefinition Class

Represents extension field definition
Inheritance Hierarchy
SystemObject
  Dynamicweb.Indexing.SchemasFieldDefinitionBase
    Dynamicweb.Indexing.SchemasExtensionFieldDefinition

Namespace:  Dynamicweb.Indexing.Schemas
Assembly:  Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax
public class ExtensionFieldDefinition : FieldDefinitionBase

The ExtensionFieldDefinition type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAnalyzed (Inherited from FieldDefinitionBase.)
Public propertyAnalyzer Obsolete.
Analyzer name
(Inherited from FieldDefinitionBase.)
Public propertyAnalyzerTypeName
Analyzer type name
(Inherited from FieldDefinitionBase.)
Public propertyBoost (Inherited from FieldDefinitionBase.)
Public propertyClassName (Inherited from FieldDefinitionBase.)
Public propertyExcludedFields
Gets list of excluded fields
Public propertyGroup
Group name
(Inherited from FieldDefinitionBase.)
Public propertyHidden
Gets or sets the value indicating whether the field is hidden.
(Inherited from FieldDefinitionBase.)
Public propertyIndexed (Inherited from FieldDefinitionBase.)
Public propertyIsFieldFromSchemaExtender
Is field from a schema extender
(Inherited from FieldDefinitionBase.)
Public propertyIsNumeric
Determines whether the type of the field is numeric.
(Inherited from FieldDefinitionBase.)
Public propertyName
Name of field definition
(Inherited from FieldDefinitionBase.)
Public propertyStored (Inherited from FieldDefinitionBase.)
Public propertySystemName
System name
(Inherited from FieldDefinitionBase.)
Public propertyType Obsolete.
Type of field definition
(Inherited from FieldDefinitionBase.)
Public propertyTypeName
Type of field definition
(Inherited from FieldDefinitionBase.)
Top
Methods
  NameDescription
Public methodGetAnalyzer
Gets analyzer type name specified by provider type name
(Inherited from FieldDefinitionBase.)
Public methodGetFields
Provides extender field list
Public methodGetTypeOfField
Gets the type of the field.
(Inherited from FieldDefinitionBase.)
Public methodGetTypeOfFieldOrElement
Gets the type of the field type or the element type if the type is an array.
(Inherited from FieldDefinitionBase.)
Public methodSetFieldType
Sets type of field definition
(Inherited from FieldDefinitionBase.)
Top
See Also