Click or drag to resize

FieldTypeDefinition Class

Represents definition of field type
Inheritance Hierarchy
SystemObject
  Dynamicweb.Indexing.SchemasFieldTypeDefinition

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

The FieldTypeDefinition type exposes the following members.

Constructors
  NameDescription
Public methodFieldTypeDefinition
Initializes a new instance of the FieldTypeDefinition class
Top
Properties
  NameDescription
Public propertyAnalyzers
Key - provider, Value - Type Of Analyzer
Public propertyBoost
Public propertyName
FieldTypeDefinition name
Public propertyType Obsolete.
Type of field type definition
Public propertyTypeName
Type of field type definition
Top
Methods
  NameDescription
Public methodGetAnalyzer
Gets analyzer using ProviderType name value
Top
See Also