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

Attribute used to specify fields on a Fauna document or struct. More...

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

Public Member Functions

 FieldAttribute ()
 Initializes a FieldAttribute of type Field with no name override. The name is inferred.
 
 FieldAttribute (string name)
 Initializes a FieldAttribute of type Field with a name.
 

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 fields on a Fauna document or struct.

Definition at line 51 of file Attributes.cs.

Constructor & Destructor Documentation

◆ FieldAttribute() [1/2]

Fauna.Mapping.FieldAttribute.FieldAttribute ( )

Initializes a FieldAttribute of type Field with no name override. The name is inferred.

Definition at line 56 of file Attributes.cs.

◆ FieldAttribute() [2/2]

Fauna.Mapping.FieldAttribute.FieldAttribute ( string  name)

Initializes a FieldAttribute of type Field with a name.

Parameters
nameThe name of the field as stored in Fauna.

Definition at line 62 of file Attributes.cs.


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