ModelMapper Class |
Namespace: SanteDB.Core.Model.Map
The ModelMapper type exposes the following members.
Name | Description | |
---|---|---|
ModelMapper |
Creates a new mapper from source stream
|
Name | Description | |
---|---|---|
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.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MapDomainInstance(Type, Type, Object, Boolean, HashSetGuid) |
Map domain instance
| |
MapDomainInstanceTDomain, TModel(TDomain, Boolean, HashSetGuid) |
Map model instance
| |
MapDomainType |
Gets the model type for the specified domain type
| |
MapModelExpressionTFrom, TTo, TReturn |
Convert the specified lambda expression from model into query
| |
MapModelInstanceTModel, TDomain |
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 | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
MappedToModel |
Fired anytime any model mapper maps finished
| |
MappingToModel |
Fired anytime any model mapper maps to a model
|
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.) | |
GetInstanceOfTDomain |
Gets an instance of TDomain from me
(Defined by ModelExtensions.) |