Fauna v10 .NET/C# Driver 1.0.0
 
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Fauna.Mapping.TsAttribute Class Reference

Attribute used to specify the ts field on a Fauna document. The associated field will be ignored during serialization. More...

Inheritance diagram for Fauna.Mapping.TsAttribute:
Fauna.Mapping.BaseFieldAttribute

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.
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ TsAttribute()

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.


The documentation for this class was generated from the following file: