 | IBinaryDataTransformerApply Method |
Apply the transformer
Namespace: SanteDB.Matcher.TransformsAssembly: SanteDB.Matcher (in SanteDB.Matcher.dll) Version: 3.0.2081-alpha+c89b6faf865d37596ce49c6b3119b280fbaa425a
SyntaxObject Apply(
Object a,
Object b,
params Object[] parms
)
Function Apply (
a As Object,
b As Object,
ParamArray parms As Object()
) As Object
Object^ Apply(
Object^ a,
Object^ b,
... array<Object^>^ parms
)
abstract Apply :
a : Object *
b : Object *
parms : Object[] -> Object Parameters
- a Object
- The first input
- b Object
- The second input
- parms Object
- The parameters to the data transformer
Return Value
ObjectThe output data
See Also