Attribute used to specify the ts field on a Fauna document. The associated field will be ignored during serialization. More...
Public Member Functions | |
| TsAttribute () | |
Initializes a TsAttribute. The Fauna field name will always be ts for this attribute. | |
Additional Inherited Members | |
Public Attributes inherited from Fauna.Mapping.BaseFieldAttribute | |
| readonly? string | Name |
| The name of the field. | |
| readonly FieldType | Type |
| The type of the field. | |
Attribute used to specify the ts field on a Fauna document. The associated field will be ignored during serialization.
Definition at line 109 of file Attributes.cs.
| Fauna.Mapping.TsAttribute.TsAttribute | ( | ) |
Initializes a TsAttribute. The Fauna field name will always be ts for this attribute.
Definition at line 116 of file Attributes.cs.