Attribute used to specify the coll (Collection) field on a Fauna document. The associated field will be ignored during serialization. More...
Public Member Functions | |
CollectionAttribute () | |
Initializes a CollectionAttribute. The Fauna field name will always be coll 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 coll (Collection) field on a Fauna document. The associated field will be ignored during serialization.
Definition at line 93 of file Attributes.cs.
Fauna.Mapping.CollectionAttribute.CollectionAttribute | ( | ) |
Initializes a CollectionAttribute. The Fauna field name will always be coll
for this attribute.
Definition at line 100 of file Attributes.cs.