Interface ITransformationPatternContext
- Namespace
- NMF.Transformations.Core
- Assembly
- NMF.Transformations.Core.dll
Represents the application of a transformation pattern to a transformation context
public interface ITransformationPatternContext
Methods
Begin()
Is called by the transformation context when the transformation pattern should start working
void Begin()
Finish()
Is called by the transformation context when the transformation pass is finished for cleanup purposes
void Finish()