Show / Hide Table of Contents

Class TransformationContextExtensions

Extensions for the transformation context

Inheritance
object
TransformationContextExtensions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: NMF.Transformations.Core
Assembly: NMF.Transformations.Core.dll
Syntax
public static class TransformationContextExtensions

Methods

| Edit this page View Source

CallTransformation(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

  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX