A class that encapsulates the field mapping, serialization, and deserialization of a particular field in Fauna. More...
Properties | |
string | Name [get] |
The name of the field. | |
PropertyInfo | Property [get] |
The property info of an associated class. | |
FieldType | FieldType [get] |
The FieldType for the particular property. | |
Type | Type [get] |
The Type that the field should deserialize into. | |
bool | IsNullable [get] |
Whether the field is nullable. | |
A class that encapsulates the field mapping, serialization, and deserialization of a particular field in Fauna.
Definition at line 9 of file FieldInfo.cs.
|
get |
The FieldType for the particular property.
Definition at line 23 of file FieldInfo.cs.
|
get |
Whether the field is nullable.
Definition at line 32 of file FieldInfo.cs.
|
get |
The name of the field.
Definition at line 14 of file FieldInfo.cs.
|
get |
The property info of an associated class.
Definition at line 18 of file FieldInfo.cs.
|
get |
The Type that the field should deserialize into.
Definition at line 28 of file FieldInfo.cs.