Go to the source code of this file.
Classes | |
| class | Fauna.Mapping.Attributes.ObjectAttribute |
| Attribute used to indicate that a class represents a Fauna document or struct. More... | |
| class | Fauna.Mapping.Attributes.FieldAttribute |
| Attribute used to specify properties of a field in a Fauna object. More... | |
Namespaces | |
| namespace | Fauna |
| namespace | Fauna.Mapping |
| namespace | Fauna.Mapping.Attributes |
Enumerations | |
| enum | Fauna.Mapping.Attributes.FaunaType { Fauna.Mapping.Attributes.Int , Fauna.Mapping.Attributes.Long , Fauna.Mapping.Attributes.Double , Fauna.Mapping.Attributes.String , Fauna.Mapping.Attributes.Date , Fauna.Mapping.Attributes.Time , Fauna.Mapping.Attributes.Boolean } |
| Enumerates the different types of data that can be stored in Fauna. More... | |