SearchFieldTemplate Class

Definition

Base field type for helper classes to more easily create a SearchIndex.

public abstract class SearchFieldTemplate
type SearchFieldTemplate = class
Public MustInherit Class SearchFieldTemplate
Inheritance
SearchFieldTemplate
Derived

Properties

Name

Gets the name of the field.

Type

Gets the data type of the field.

Operators

Implicit(SearchFieldTemplate to SearchField)

Casts a SearchFieldTemplate or derivative to a SearchField.

Applies to