An abstract type for attributing user-defined document classes. More...
Public Attributes | |
readonly? string | Name |
The name of the field. | |
readonly FieldType | Type |
The type of the field. | |
An abstract type for attributing user-defined document classes.
Definition at line 29 of file Attributes.cs.
readonly? string Fauna.Mapping.BaseFieldAttribute.Name |
The name of the field.
Definition at line 34 of file Attributes.cs.
readonly FieldType Fauna.Mapping.BaseFieldAttribute.Type |
The type of the field.
Definition at line 38 of file Attributes.cs.