Interface ITransformationPattern
Represents a transformation pattern
Namespace: NMF.Transformations.Core
Assembly: NMF.Transformations.Core.dll
Syntax
public interface ITransformationPattern
Methods
| Edit this page View SourceCreatePattern(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 |