Model |
The ModelMapper type exposes the following members.
| Name | Description | |
|---|---|---|
| ModelMapper | Creates a new mapper from source stream |
| Name | Description | |
|---|---|---|
| UseReflectionOnly | When true, disables code generation for all model mapping activities. This value overrides the per-map setting. |
| Name | Description | |
|---|---|---|
| AddClassMap | Add a class map definition map to this model mapper context | |
| CreateLambdaMemberAdjustmentExpression | Create a traversal expression for a lambda expression | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| ExtractDomainType | Extracts a domain type from a generic if needed | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetModelMapper | Gets a model mapper that can handle the specified type | |
| GetType | Gets the Type of the current instance. (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(Type) | Gets the domain type for the specified model type | |
| MapModelType(Type, Boolean) | Map the model type controlling whether there is an error thrown | |
| MapTypeCast | Maps a cast to appropriate path | |
| ToString | Returns a string that represents the current object. (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) | |
| WithControl |
With control parameter is used as a wrapper for _ parameters
(Defined by QueryFilterExtensions) |