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) |
Definition at line 5 of file MappingContext.cs.
Fauna.Mapping.MappingContext.MappingContext | ( | ) |
Definition at line 12 of file MappingContext.cs.
Fauna.Mapping.MappingContext.MappingContext | ( | IEnumerable< DataContext::Collection > | collections | ) |
Definition at line 14 of file MappingContext.cs.
Fauna.Mapping.MappingContext.MappingContext | ( | Dictionary< string, Type > | collections | ) |
Definition at line 24 of file MappingContext.cs.
MappingInfo Fauna.Mapping.MappingContext.GetInfo | ( | Type | ty | ) |
Definition at line 42 of file MappingContext.cs.
bool Fauna.Mapping.MappingContext.TryGetBaseType | ( | Type | ty, |
[NotNullWhen(true)] out MappingInfo? | ret | ||
) |
Definition at line 37 of file MappingContext.cs.
bool Fauna.Mapping.MappingContext.TryGetCollection | ( | string | col, |
[NotNullWhen(true)] out MappingInfo? | ret | ||
) |
Definition at line 32 of file MappingContext.cs.