Fauna .NET Driver 0.1.0-beta
 
Loading...
Searching...
No Matches
Classes | Enumerations
Fauna.Mapping.Attributes Namespace Reference

Classes

class  FieldAttribute
 Attribute used to specify properties of a field in a Fauna object. More...
 
class  ObjectAttribute
 Attribute used to indicate that a class represents a Fauna document or struct. More...
 

Enumerations

enum  FaunaType {
  Int , Long , Double , String ,
  Date , Time , Boolean
}
 Enumerates the different types of data that can be stored in Fauna. More...
 

Enumeration Type Documentation

◆ FaunaType

Enumerates the different types of data that can be stored in Fauna.

Enumerator
Int 
Long 
Double 
String 
Date 
Time 
Boolean 

Definition at line 6 of file Attributes.cs.