Show / Hide Table of Contents

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 Source

Begin()

Is called by the transformation context when the transformation pattern should start working

Declaration
void Begin()
| Edit this page View Source

Finish()

Is called by the transformation context when the transformation pass is finished for cleanup purposes

Declaration
void Finish()
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX