generic
ObjectPropertyDiff


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


public struct ObjectPropertyDiff

Properties
diffType Specifies the difference of this object property 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

extraObjectInfo Additional info.

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

name The property name.

type=string

baseValue The base value.

type=Any

compareToValue The compare to value.

type=Any

baseValueUnset If 'true' then the value is being unset.

type=boolean

compareToValueUnset If 'true' then the value is being unset.

type=boolean