Click or drag to resize

TransformerFactoryAdd Method

Add the specified data transformer to the factory

Namespace: SanteDB.Matcher.Transforms
Assembly: SanteDB.Matcher (in SanteDB.Matcher.dll) Version: 3.0.2081-alpha+c89b6faf865d37596ce49c6b3119b280fbaa425a
Syntax
public void Add(
	string name,
	Type transformerType
)

Parameters

name  String
This parameter is not used. Specify null.
transformerType  Type
The transformer type to register
See Also