Interface IInconsistency
Describes inconsistencies that can occur between the right hand and the left hand of a synchronization
Inherited Members
Namespace: NMF.Synchronizations.Inconsistencies
Assembly: NMF.Synchronizations.dll
Syntax
public interface IInconsistency : IEquatable<IInconsistency>
Properties
| Edit this page View SourceCanResolveLeft
Gets a value indicating whether the inconsistency can be automatically resolved modifying the left hand model only
Declaration
bool CanResolveLeft { get; }
Property Value
Type | Description |
---|---|
bool |
CanResolveRight
Gets a value indicating whether the inconsistency can be automatically resolved modifying the right hand model only
Declaration
bool CanResolveRight { get; }
Property Value
Type | Description |
---|---|
bool |
Methods
| Edit this page View SourceResolveLeft()
Resolves the inconsistency modifying the left hand side model
Declaration
void ResolveLeft()
ResolveRight()
Resolves the inconsistency modifying the right hand side model
Declaration
void ResolveRight()