Table of Contents

Interface ITransformationPattern

Namespace
NMF.Transformations.Core
Assembly
NMF.Transformations.Core.dll

Represents a transformation pattern

public interface ITransformationPattern

Methods

CreatePattern(ITransformationContext)

Applies the current pattern to the given transformation context

ITransformationPatternContext CreatePattern(ITransformationContext context)

Parameters

context ITransformationContext

The transformation context in which the pattern should be applied

Returns

ITransformationPatternContext

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