Table of Contents

Interface IRunningSynchronization

Namespace
NMF.AnyText
Assembly
NMF.AnyText.Synchronizations.dll

Denotes a running model synchronization

public interface IRunningSynchronization : IDisposable
Inherited Members

Properties

Inconsistencies

Gets the inconsistencies from this synchronization

ICollection<IInconsistency> Inconsistencies { get; }

Property Value

ICollection<IInconsistency>

Synchronization

The underlying synchronization

IModelSynchronization Synchronization { get; }

Property Value

IModelSynchronization

SynchronizedModels

Gets a collection of synchronized models

IEnumerable<IModelElement> SynchronizedModels { get; }

Property Value

IEnumerable<IModelElement>

SynchronizedUris

Gets a collection of synchronized URIs

IEnumerable<Uri> SynchronizedUris { get; }

Property Value

IEnumerable<Uri>

Methods

IsLeft(Uri)

Determines whether the given document is the left document

bool IsLeft(Uri document)

Parameters

document Uri

the document

Returns

bool

true, if it is the left document, otherwise false