Class DiffGroups
A DiffGroup describes a set of subsequent Modifications in a document. It is characterized by the fact the the elements in front of and after the DiffGroup are equal. Furthermore there are no equal elements inside the range of a DiffGroup. Any group has a type which indicates the severity of the Modifications in this group.
Inheritance
System.Object
DiffGroups
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: inetsoftware.Pdfc.Results
Assembly: inetsoftware.Pdfc.dll
Syntax
public class DiffGroups
Constructors
DiffGroups()
Declaration
public DiffGroups()
Properties
BoundsFirst
The bounds of the diff group in the first document.
Declaration
public Tuple<int, int, int, int> BoundsFirst { get; }
Property Value
Type | Description |
---|---|
System.Tuple<System.Int32, System.Int32, System.Int32, System.Int32> |
BoundsSecond
The bounds of the diff group in the second document
Declaration
public Tuple<int, int, int, int> BoundsSecond { get; }
Property Value
Type | Description |
---|---|
System.Tuple<System.Int32, System.Int32, System.Int32, System.Int32> |
Message
The message for the group
Declaration
public string Message { get; }
Property Value
Type | Description |
---|---|
System.String |
Type
The type of the diff group.
Declaration
public string Type { get; }
Property Value
Type | Description |
---|---|
System.String |