Table of Contents

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 ITransformationContext

The current transformation context

transformationRule GeneralTransformationRule

The rule that should be applied

input object[]

The input for the transformation rule

Returns

Computation

The computation that handles this request