| ModelMapperGetModelMapper Method |
Gets a model mapper that can handle the specified type
Namespace:
SanteDB.Core.Model.Map
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.481-alpha
Syntax public IModelMapper GetModelMapper(
Type forType
)
Public Function GetModelMapper (
forType As Type
) As IModelMapper
public:
IModelMapper^ GetModelMapper(
Type^ forType
)
member GetModelMapper :
forType : Type -> IModelMapper
Parameters
- forType
- Type: SystemType
[Missing <param name="forType"/> documentation for "M:SanteDB.Core.Model.Map.ModelMapper.GetModelMapper(System.Type)"]
Return Value
Type:
IModelMapper[Missing <returns> documentation for "M:SanteDB.Core.Model.Map.ModelMapper.GetModelMapper(System.Type)"]
See Also