Click or drag to resize

FieldDefinition Class

Represents Field definition with "field source" property
Inheritance Hierarchy

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

The FieldDefinition type exposes the following members.

Constructors
  NameDescription
Public methodFieldDefinition
Initializes a new instance of the FieldDefinition class
Top
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 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 propertySource
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 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