Fauna .NET Driver 0.1.0-beta
 
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Fauna.Mapping.MappingContext Class Referencesealed

Public Member Functions

 MappingContext ()
 
 MappingContext (IEnumerable< DataContext.Collection > collections)
 
 MappingContext (Dictionary< string, Type > collections)
 
bool TryGetCollection (string col, [NotNullWhen(true)] out MappingInfo? ret)
 
bool TryGetBaseType (Type ty, [NotNullWhen(true)] out MappingInfo? ret)
 
MappingInfo GetInfo (Type ty)
 

Detailed Description

Definition at line 5 of file MappingContext.cs.

Constructor & Destructor Documentation

◆ MappingContext() [1/3]

Fauna.Mapping.MappingContext.MappingContext ( )

Definition at line 12 of file MappingContext.cs.

◆ MappingContext() [2/3]

Fauna.Mapping.MappingContext.MappingContext ( IEnumerable< DataContext::Collection collections)

Definition at line 14 of file MappingContext.cs.

◆ MappingContext() [3/3]

Fauna.Mapping.MappingContext.MappingContext ( Dictionary< string, Type >  collections)

Definition at line 24 of file MappingContext.cs.

Member Function Documentation

◆ GetInfo()

MappingInfo Fauna.Mapping.MappingContext.GetInfo ( Type  ty)

Definition at line 42 of file MappingContext.cs.

◆ TryGetBaseType()

bool Fauna.Mapping.MappingContext.TryGetBaseType ( Type  ty,
[NotNullWhen(true)] out MappingInfo ret 
)

Definition at line 37 of file MappingContext.cs.

◆ TryGetCollection()

bool Fauna.Mapping.MappingContext.TryGetCollection ( string  col,
[NotNullWhen(true)] out MappingInfo ret 
)

Definition at line 32 of file MappingContext.cs.


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