Enum ChangePropagationMode
Denotes the change propagation mode
Namespace: NMF.Transformations
Assembly: NMF.Transformations.dll
Syntax
public enum ChangePropagationMode
Fields
Name | Description |
---|---|
None | No change propagation is performed |
OneWay | Change propagation is performed from the source to the target model |
TwoWay | Changes are propagated in both directions |