Class ModelCheckTransformationRule<T>
Denotes a model check rule of the given type
Inheritance
ModelCheckTransformationRule<T>
Inherited Members
Namespace: NMF.Transformations
Assembly: NMF.Models.Transformations.dll
Syntax
public class ModelCheckTransformationRule<T> : InPlaceTransformationRule<T> where T : class
Type Parameters
Name | Description |
---|---|
T | The type of elements |
Methods
| Edit this page View SourceRegisterDependencies()
Registers all the dependencies (both calling and non-calling) and additional configuration
Declaration
public override void RegisterDependencies()
Overrides
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.