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

Attribute used to specify the coll (Collection) field on a Fauna document. The associated field will be ignored during serialization. More...

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

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.
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ CollectionAttribute()

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.


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