FieldDefinitionBase Class |
Namespace: Dynamicweb.Indexing.Schemas
The FieldDefinitionBase type exposes the following members.
| Name | Description | |
|---|---|---|
| FieldDefinitionBase | Initializes a new instance of the FieldDefinitionBase class |
| Name | Description | |
|---|---|---|
| Analyzed | ||
| Analyzer | Obsolete.
Analyzer name
| |
| AnalyzerTypeName |
Analyzer type name
| |
| Boost | ||
| ClassName | ||
| Group |
Group name
| |
| Hidden |
Gets or sets the value indicating whether the field is hidden.
| |
| Indexed | ||
| IsFieldFromSchemaExtender |
Is field from a schema extender
| |
| IsNumeric |
Determines whether the type of the field is numeric.
| |
| Name |
Name of field definition
| |
| Stored | ||
| SystemName |
System name
| |
| Type | Obsolete.
Type of field definition
| |
| TypeName |
Type of field definition
|
| Name | Description | |
|---|---|---|
| GetAnalyzer |
Gets analyzer type name specified by provider type name
| |
| GetTypeOfField |
Gets the type of the field.
| |
| GetTypeOfFieldOrElement |
Gets the type of the field type or the element type if the type is an array.
| |
| SetFieldType |
Sets type of field definition
|