Show / Hide Table of Contents

Class Difference

Describes a difference in content between two items.

Inheritance
object
Difference
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Algenta.Colectica.Model.DifferenceDetection
Assembly: Algenta.Colectica.Model.dll
Syntax
public class Difference

Properties

AddedItem

Gets or sets the item that was added.

Declaration
public IVersionable AddedItem { get; set; }
Property Value
Type Description
IVersionable

DifferenceType

Gets or sets the type of difference.

Declaration
public DifferenceType DifferenceType { get; set; }
Property Value
Type Description
DifferenceType

ItemLabel

Gets or sets the label of the item with a difference.

Declaration
public string ItemLabel { get; set; }
Property Value
Type Description
string

NewValue

Gets or sets the new value.

Declaration
public string NewValue { get; set; }
Property Value
Type Description
string

OldValue

Gets or sets the old value.

Declaration
public string OldValue { get; set; }
Property Value
Type Description
string

PropertyName

Gets or sets the name of the property that is different.

Declaration
public string PropertyName { get; set; }
Property Value
Type Description
string

VersionRationale

Gets or sets the log message related to the version.

Declaration
public MultilingualString VersionRationale { get; set; }
Property Value
Type Description
MultilingualString

VersionResponsibility

Gets or sets the user responsible for the version.

Declaration
public string VersionResponsibility { get; set; }
Property Value
Type Description
string

Extension Methods

Extensions.Yield<T>(T)
In this article
Back to top Generated by DocFX