Class TransformationContextExtensions
- Namespace
- NMF.Transformations.Core
- Assembly
- NMF.Transformations.Core.dll
Extensions for the transformation context
public static class TransformationContextExtensions
- Inheritance
-
TransformationContextExtensions
- Inherited Members
Methods
CallTransformation(ITransformationContext, GeneralTransformationRule, params object[])
Calls the given transformation with the specified input
public static Computation CallTransformation(this ITransformationContext context, GeneralTransformationRule transformationRule, params object[] input)
Parameters
context
ITransformationContextThe current transformation context
transformationRule
GeneralTransformationRuleThe rule that should be applied
input
object[]The input for the transformation rule
Returns
- Computation
The computation that handles this request