Interface ISynchronizationContext
Denotes a context of a model synchronization run
Inherited Members
Namespace: NMF.Synchronizations
Assembly: NMF.Synchronizations.dll
Syntax
public interface ISynchronizationContext : ITransformationEngineContext, ITransformationContext
Properties
| Edit this page View SourceChangePropagation
Gets the change propagation mode of the model synchronization
Declaration
ChangePropagationMode ChangePropagation { get; }
Property Value
Type | Description |
---|---|
ChangePropagationMode |
Direction
Gets the direction of the synchronization process
Declaration
SynchronizationDirection Direction { get; set; }
Property Value
Type | Description |
---|---|
SynchronizationDirection |
Inconsistencies
Gets a collection of inconsistencies found during the synchronization
Declaration
ICollectionExpression<IInconsistency> Inconsistencies { get; }
Property Value
Type | Description |
---|---|
ICollectionExpression<IInconsistency> |
Remarks
This property is only used by the synchronization engine if the direction is set to CheckOnly