Click or drag to resize

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.2081-alpha+0a330d5f5a5d3cb3e6e945ef530e94ac5671b49c
Syntax
public IModelMapper GetModelMapper(
	Type forType
)

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