Fauna v10 .NET/C# Driver 0.2.0-beta
 
Loading...
Searching...
No Matches
Fauna.Mapping.FieldInfo Class Referencesealed

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.
 

Detailed Description

A class that encapsulates the field mapping, serialization, and deserialization of a particular field in Fauna.

Definition at line 10 of file FieldInfo.cs.

Property Documentation

◆ IsNullable

bool Fauna.Mapping.FieldInfo.IsNullable
get

Whether the field is nullable.

Definition at line 27 of file FieldInfo.cs.

◆ Name

string Fauna.Mapping.FieldInfo.Name
get

The name of the field.

Definition at line 15 of file FieldInfo.cs.

◆ Property

PropertyInfo Fauna.Mapping.FieldInfo.Property
get

The property info of an associated class.

Definition at line 19 of file FieldInfo.cs.

◆ Type

Type Fauna.Mapping.FieldInfo.Type
get

The Type that the field should deserialize into.

Definition at line 23 of file FieldInfo.cs.


The documentation for this class was generated from the following file: