 | LengthTransformApply Method |
Apply the transform
Namespace: SanteDB.Matcher.Transforms.TextAssembly: SanteDB.Matcher (in SanteDB.Matcher.dll) Version: 3.0.2081-alpha+c89b6faf865d37596ce49c6b3119b280fbaa425a
Syntaxpublic Object Apply(
Object input,
params Object[] parms
)
Public Function Apply (
input As Object,
ParamArray parms As Object()
) As Object
public:
virtual Object^ Apply(
Object^ input,
... array<Object^>^ parms
) sealed
abstract Apply :
input : Object *
parms : Object[] -> Object
override Apply :
input : Object *
parms : Object[] -> Object Parameters
- input Object
[Missing <param name="input"/> documentation for "M:SanteDB.Matcher.Transforms.Text.LengthTransform.Apply(System.Object,System.Object[])"]
- parms Object
[Missing <param name="parms"/> documentation for "M:SanteDB.Matcher.Transforms.Text.LengthTransform.Apply(System.Object,System.Object[])"]
Return Value
Object[Missing <returns> documentation for "M:SanteDB.Matcher.Transforms.Text.LengthTransform.Apply(System.Object,System.Object[])"]
Implements
IUnaryDataTransformerApply(Object, Object)
See Also