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

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< FieldInfoFields [get]
 A read-only list of FieldInfo representing the object.
 
IReadOnlyDictionary< string, FieldInfoFieldsByName [get]
 A read-only dictionary of FieldInfo representing the object.
 

Detailed Description

A class that encapsulates the class mapping, serialization, and deserialization of a Fauna object, including documents.

Definition at line 12 of file MappingInfo.cs.

Property Documentation

◆ Fields

IReadOnlyList<FieldInfo> Fauna.Mapping.MappingInfo.Fields
get

A read-only list of FieldInfo representing the object.

Definition at line 21 of file MappingInfo.cs.

◆ FieldsByName

IReadOnlyDictionary<string, FieldInfo> Fauna.Mapping.MappingInfo.FieldsByName
get

A read-only dictionary of FieldInfo representing the object.

Definition at line 25 of file MappingInfo.cs.

◆ Type

Type Fauna.Mapping.MappingInfo.Type
get

The associated type.

Definition at line 17 of file MappingInfo.cs.


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