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. | |
| 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 10 of file FieldInfo.cs.
| 
 | get | 
Whether the field is nullable.
Definition at line 27 of file FieldInfo.cs.
| 
 | get | 
The name of the field.
Definition at line 15 of file FieldInfo.cs.
| 
 | get | 
The property info of an associated class.
Definition at line 19 of file FieldInfo.cs.
| 
 | get | 
The Type that the field should deserialize into.
Definition at line 23 of file FieldInfo.cs.