Click or drag to resize

IUnaryDataTransformer Interface

Represents a data transformer that works with one input

Namespace:  SanteDB.Matcher.Transforms
Assembly:  SanteDB.Matcher (in SanteDB.Matcher.dll) Version: 2.2.1
Syntax
public interface IUnaryDataTransformer : IDataTransformer

The IUnaryDataTransformer 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