Fauna .NET Driver 0.1.0-beta
 
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Fauna.Mapping.Attributes.FieldAttribute Class Reference

Attribute used to specify properties of a field in a Fauna object. More...

Inheritance diagram for Fauna.Mapping.Attributes.FieldAttribute:

Public Member Functions

 FieldAttribute ()
 
 FieldAttribute (string name)
 
 FieldAttribute (FaunaType type)
 
 FieldAttribute (string name, FaunaType type)
 

Detailed Description

Attribute used to specify properties of a field in a Fauna object.

Definition at line 29 of file Attributes.cs.

Constructor & Destructor Documentation

◆ FieldAttribute() [1/4]

Fauna.Mapping.Attributes.FieldAttribute.FieldAttribute ( )

Definition at line 34 of file Attributes.cs.

◆ FieldAttribute() [2/4]

Fauna.Mapping.Attributes.FieldAttribute.FieldAttribute ( string  name)

Definition at line 36 of file Attributes.cs.

◆ FieldAttribute() [3/4]

Fauna.Mapping.Attributes.FieldAttribute.FieldAttribute ( FaunaType  type)

Definition at line 41 of file Attributes.cs.

◆ FieldAttribute() [4/4]

Fauna.Mapping.Attributes.FieldAttribute.FieldAttribute ( string  name,
FaunaType  type 
)

Definition at line 46 of file Attributes.cs.


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