generic
ObjectDiff


Contains the results of a comparison between two objects, the base object and the compare to object.


public struct ObjectDiff

Properties
diffType Specifies the difference of this object between the two compare points.

type=generic.DiffType

className The class name of the object.

type=string

baseFdn The FDN of the object in the base of comparison. May be empty if the diffType is "added".

type=Pointer

compareToFdn The FDN of the object that the base is being compared to. May be empty if the diffType is "missing".

type=Pointer

baseDisplay A user-readable display for base compare object.

type=string

compareToDisplay A user-readable display for compare to object.

type=string

propertyDiffs The property differences for this comparison.

type=Set (generic.PropertyDiff)

extraObjectInfo Additional info.

cdata=true The property is returned as CDATA element.
type=string