FieldType Enum
Namespace
Statiq.Lunr
Interfaces
  • IComparable
  • IFormattable
  • IConvertible
Base Types
  • object
  • ValueType
  • Enum
graph BT Type-->Base0["Enum"] Base0-->Base1["ValueType"] Base1-->Base2["object"] Type-.->Interface0["IComparable"] Type-.->Interface1["IFormattable"] Type-.->Interface2["IConvertible"] Type["FieldType"] class Type type-node

Syntax

[Flags]
public enum FieldType

Attributes

Type Description
FlagsAttribute

Fields

Name Field Type Constant Value Summary
Result FieldType 2
The field value will be available on the client.
static
Searchable FieldType 1
The field is searchable.
static

Extension Methods