Table of Contents

Interface ISynchronizationContext

Namespace
NMF.Synchronizations
Assembly
NMF.Synchronizations.dll

Denotes a context of a model synchronization run

public interface ISynchronizationContext : ITransformationEngineContext, ITransformationContext
Inherited Members
Extension Methods

Properties

ChangePropagation

Gets the change propagation mode of the model synchronization

ChangePropagationMode ChangePropagation { get; }

Property Value

ChangePropagationMode

Direction

Gets the direction of the synchronization process

SynchronizationDirection Direction { get; set; }

Property Value

SynchronizationDirection

Inconsistencies

Gets a collection of inconsistencies found during the synchronization

ICollectionExpression<IInconsistency> Inconsistencies { get; }

Property Value

ICollectionExpression<IInconsistency>

Remarks

This property is only used by the synchronization engine if the direction is set to CheckOnly