Go to the source code of this file.
Classes | |
| class | Fauna.Mapping.ObjectAttribute |
| Attribute used to indicate that a class represents a Fauna document or struct. More... | |
| class | Fauna.Mapping.IgnoreAttribute |
| Attribute used to indicate that a field should be ignored during serialization and deserialization. More... | |
| class | Fauna.Mapping.BaseFieldAttribute |
| An abstract type for attributing user-defined document classes. More... | |
| class | Fauna.Mapping.FieldAttribute |
| Attribute used to specify fields on a Fauna document or struct. More... | |
| class | Fauna.Mapping.IdAttribute |
| Attribute used to specify the id field on a Fauna document. The associated field will be ignored during serialization unless isClientGenerated is set to true. More... | |
| class | Fauna.Mapping.CollectionAttribute |
| Attribute used to specify the coll (Collection) field on a Fauna document. The associated field will be ignored during serialization. More... | |
| class | Fauna.Mapping.TsAttribute |
| Attribute used to specify the ts field on a Fauna document. The associated field will be ignored during serialization. More... | |
Namespaces | |
| namespace | Fauna |
| namespace | Fauna.Mapping |