Class SynchronizationContext
Denotes a context in which a synchroniation takes place
Inherited Members
Namespace: NMF.Synchronizations
Assembly: NMF.Synchronizations.dll
Syntax
public class SynchronizationContext : TransformationContext, ISynchronizationContext, ITransformationEngineContext, ITransformationContext
Constructors
| Edit this page View SourceSynchronizationContext(Synchronization, SynchronizationDirection, ChangePropagationMode)
Creates a new instance
Declaration
public SynchronizationContext(Synchronization synchronization, SynchronizationDirection direction, ChangePropagationMode changePropagation)
Parameters
Type | Name | Description |
---|---|---|
Synchronization | synchronization | The synchronization that should be executed |
SynchronizationDirection | direction | The direction of the synchronization |
ChangePropagationMode | changePropagation | The change propagation mode of the synchronization |
Properties
| Edit this page View SourceChangePropagation
Gets the change propagation mode of the model synchronization
Declaration
public ChangePropagationMode ChangePropagation { get; }
Property Value
Type | Description |
---|---|
ChangePropagationMode |
Direction
Gets the direction of the synchronization process
Declaration
public SynchronizationDirection Direction { get; set; }
Property Value
Type | Description |
---|---|
SynchronizationDirection |
Inconsistencies
Gets a collection of inconsistencies found during the synchronization
Declaration
public 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