Show / Hide Table of Contents

Interface IInconsistency

Describes inconsistencies that can occur between the right hand and the left hand of a synchronization

Inherited Members
IEquatable<IInconsistency>.Equals(IInconsistency)
Namespace: NMF.Synchronizations.Inconsistencies
Assembly: NMF.Synchronizations.dll
Syntax
public interface IInconsistency : IEquatable<IInconsistency>

Properties

| Edit this page View Source

CanResolveLeft

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
| Edit this page View Source

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 Source

ResolveLeft()

Resolves the inconsistency modifying the left hand side model

Declaration
void ResolveLeft()
| Edit this page View Source

ResolveRight()

Resolves the inconsistency modifying the right hand side model

Declaration
void ResolveRight()
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX