Class TransformationContextExtensions
Extensions for the transformation context
Inherited Members
Namespace: NMF.Transformations.Core
Assembly: NMF.Transformations.Core.dll
Syntax
public static class TransformationContextExtensions
Methods
| Edit this page View SourceCallTransformation(ITransformationContext, GeneralTransformationRule, params object[])
Calls the given transformation with the specified input
Declaration
public static Computation CallTransformation(this ITransformationContext context, GeneralTransformationRule transformationRule, params object[] input)
Parameters
Type | Name | Description |
---|---|---|
ITransformationContext | context | The current transformation context |
GeneralTransformationRule | transformationRule | The rule that should be applied |
object[] | input | The input for the transformation rule |
Returns
Type | Description |
---|---|
Computation | The computation that handles this request |