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.481-alpha
Syntax
public IModelMapper GetModelMapper(
	Type forType
)

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