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... | |
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.