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