Show / Hide Table of Contents

Interface ITransformationPattern

Represents a transformation pattern

Namespace: NMF.Transformations.Core
Assembly: NMF.Transformations.Core.dll
Syntax
public interface ITransformationPattern

Methods

| Edit this page View Source

CreatePattern(ITransformationContext)

Applies the current pattern to the given transformation context

Declaration
ITransformationPatternContext CreatePattern(ITransformationContext context)
Parameters
Type Name Description
ITransformationContext context

The transformation context in which the pattern should be applied

Returns
Type Description
ITransformationPatternContext

A transformation pattern context object that represents the pattern within the given transformation context

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