Interface IRunningSynchronization
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
Synchronization
The underlying synchronization
IModelSynchronization Synchronization { get; }
Property Value
SynchronizedModels
Gets a collection of synchronized models
IEnumerable<IModelElement> SynchronizedModels { get; }
Property Value
SynchronizedUris
Gets a collection of synchronized URIs
IEnumerable<Uri> SynchronizedUris { get; }
Property Value
Methods
IsLeft(Uri)
Determines whether the given document is the left document
bool IsLeft(Uri document)
Parameters
documentUrithe document
Returns
- bool
true, if it is the left document, otherwise false