IDiffEntry Interface

Definition

Represent the difference of two versions of an identical object.

public interface IDiffEntry
type IDiffEntry = interface
Public Interface IDiffEntry

Properties

ChangeType

The type of change between the Source and Target nodes. It does not describe the changes of the nodes' children.

Properties

A Collection of all relevant Properties.

If the ChangeType is DiffType.Updated, this Dictionary contains paris of source (updated) and target (original) property values, keyed their property name. Otherwise, it contains no Property.

Source

The Urn representing the Source node. It is different from the Target Urn when the two nodes have different parents. It is null if ChangeType is Deleted.

Target

The Urn representing the Target node. It is different from the Source Urn when the two nodes have different parents. It is null if ChangeType is Created.

Applies to