Class ModelCopyRule<T>
Denotes a transformation rule that produces exact copies of model elements
Inherited Members
Namespace: NMF.Synchronizations.Models
Assembly: NMF.Synchronizations.Models.dll
Syntax
public class ModelCopyRule<T> : SynchronizationRule<T, T> where T : class, IModelElement
Type Parameters
Name | Description |
---|---|
T |
Methods
| Edit this page View SourceDeclareSynchronization()
Declares the jobs and synchronization blocks that make up the synchronization rule
Declaration
public override void DeclareSynchronization()