adTempus API
ArcanaDevelopment.adTempus.Shared.ObjectComparison Namespace / RelatedEntity Class / Value Field


In This Topic
    Value Field
    In This Topic
    ObjectComparison comparing the "left" and "right" versions of the object.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public Value As ObjectComparison
    [DataMember()]
    public ObjectComparison Value
    [DataMember()]
    public:
    ObjectComparison^ Value
    Remarks
    If the left and right values point to different objects, the ObjectComparison will only have identifying information set. If the left and right values point to the same object, and the object is "owned" by the parent object, the ObjectComparison will recursively compare the left and right versions of the object. If the referenced object is an "independent" object, it will not be recursively compared here, but an ObjectComparison for the object will appear in the top-level collection of comparison results.
    See Also