Fauna v10 .NET/C# Driver 1.0.0
 
Loading...
Searching...
No Matches
Properties | List of all members
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.
 
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.
 

Detailed Description

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

Definition at line 9 of file FieldInfo.cs.

Property Documentation

◆ FieldType

FieldType Fauna.Mapping.FieldInfo.FieldType
get

The FieldType for the particular property.

Definition at line 23 of file FieldInfo.cs.

◆ IsNullable

bool Fauna.Mapping.FieldInfo.IsNullable
get

Whether the field is nullable.

Definition at line 32 of file FieldInfo.cs.

◆ Name

string Fauna.Mapping.FieldInfo.Name
get

The name of the field.

Definition at line 14 of file FieldInfo.cs.

◆ Property

PropertyInfo Fauna.Mapping.FieldInfo.Property
get

The property info of an associated class.

Definition at line 18 of file FieldInfo.cs.

◆ Type

Type Fauna.Mapping.FieldInfo.Type
get

The Type that the field should deserialize into.

Definition at line 28 of file FieldInfo.cs.


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