Class ModelCheckTransformationRule<T>
- Namespace
- NMF.Transformations
- Assembly
- NMF.Models.Transformations.dll
Denotes a model check rule of the given type
public class ModelCheckTransformationRule<T> : InPlaceTransformationRule<T> where T : class
Type Parameters
T
The type of elements
- Inheritance
-
ModelCheckTransformationRule<T>
- Inherited Members
- Extension Methods
Methods
RegisterDependencies()
Registers all the dependencies (both calling and non-calling) and additional configuration
public override void RegisterDependencies()
Remarks
This method is called during initialization of the entire transformation and is independent of any transformation contexts. However, this method may rely on the Transformation-property.