Interface ITransformationPatternContext
Represents the application of a transformation pattern to a transformation context
Namespace: NMF.Transformations.Core
Assembly: NMF.Transformations.Core.dll
Syntax
public interface ITransformationPatternContext
Methods
| Edit this page View SourceBegin()
Is called by the transformation context when the transformation pattern should start working
Declaration
void Begin()
Finish()
Is called by the transformation context when the transformation pass is finished for cleanup purposes
Declaration
void Finish()