Click or drag to resize

IBinaryDataTransformer Interface

Represents a data transformer that works with two inputs

Namespace: SanteDB.Matcher.Transforms
Assembly: SanteDB.Matcher (in SanteDB.Matcher.dll) Version: 3.0.2081-alpha+c89b6faf865d37596ce49c6b3119b280fbaa425a
Syntax
public interface IBinaryDataTransformer : IDataTransformer

The IBinaryDataTransformer type exposes the following members.

Properties
 NameDescription
Public propertyName Get the name of the transform
(Inherited from IDataTransformer)
Top
Methods
 NameDescription
Public methodApply Apply the transformer
Top
See Also