A class that encapsulates the class mapping, serialization, and deserialization of a Fauna object, including documents. More...
Properties | |
Type | Type [get] |
The associated type. | |
IReadOnlyList< FieldInfo > | Fields [get] |
A read-only list of FieldInfo representing the object. | |
IReadOnlyDictionary< string, FieldInfo > | FieldsByName [get] |
A read-only dictionary of FieldInfo representing the object. | |
A class that encapsulates the class mapping, serialization, and deserialization of a Fauna object, including documents.
Definition at line 11 of file MappingInfo.cs.
|
get |
A read-only list of FieldInfo representing the object.
Definition at line 20 of file MappingInfo.cs.
|
get |
A read-only dictionary of FieldInfo representing the object.
Definition at line 24 of file MappingInfo.cs.
|
get |
The associated type.
Definition at line 16 of file MappingInfo.cs.