ModelMapper Methods |
The ModelMapper type exposes the following members.
| Name | Description | |
|---|---|---|
| CreateLambdaMemberAdjustmentExpression |
Create a traversal expression for a lambda expression
| |
| Equals | (Inherited from Object.) | |
| ExtractDomainType |
Extracts a domain type from a generic if needed
| |
| GetHashCode | (Inherited from Object.) | |
| GetModelMapper |
Gets a model mapper that can handle the specified type
| |
| GetType | (Inherited from Object.) | |
| MapDomainInstance(Type, Type, Object) |
Map domain instance
| |
| MapDomainInstanceTDomain, TModel(TDomain) |
Map the specified domain instance
| |
| MapDomainType |
Gets the model type for the specified domain type
| |
| MapModelExpressionTFrom, TReturn(ExpressionFuncTFrom, TReturn, Type, Boolean) |
Automap the model expression using the configured mapper type
| |
| MapModelExpressionTFrom, TTo, TReturn(ExpressionFuncTFrom, TReturn, Boolean) |
Convert the specified lambda expression from model into query
| |
| MapModelInstanceTModel(TModel) |
Map model instance
| |
| MapModelInstanceTModel, TDomain(TModel) |
Map model instance
| |
| MapModelMember |
Map member
| |
| MapModelProperty(Type, PropertyInfo) |
Maps a model property at a root level only
| |
| MapModelProperty(Type, Type, PropertyInfo) |
Maps a model property at a root level only
| |
| MapModelType |
Gets the domain type for the specified model type
| |
| MapTypeCast |
Maps a cast to appropriate path
| |
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| ConvertTReturn |
The purpose of this method is to convert object me to TReturn. Why?
Because if you have an instance of Act that actually needs to be a SubstanceAdministration we can't just cast
so we have to copy.
(Defined by ExtensionMethods.) |