 | ModelMapperGetModelMapper Method |
Gets a model mapper that can handle the specified type
Namespace: SanteDB.Core.Model.MapAssembly: SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.2081-alpha+0a330d5f5a5d3cb3e6e945ef530e94ac5671b49c
Syntaxpublic 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
[Missing <param name="forType"/> documentation for "M:SanteDB.Core.Model.Map.ModelMapper.GetModelMapper(System.Type)"]
Return Value
IModelMapper[Missing <returns> documentation for "M:SanteDB.Core.Model.Map.ModelMapper.GetModelMapper(System.Type)"]
See Also