adTempus API
ArcanaDevelopment.adTempus.Shared.ObjectComparison Namespace / ObjectComparison Class
Fields Methods

In This Topic
    ObjectComparison Class Members
    In This Topic

    The following tables list the members exposed by ObjectComparison.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Fields
     NameDescription
    Public Field Contains the results of comparing field values for the object.  
    Public Field Indicates whether differences were found when comparing the versions.  
    Public Field Information about the "left" object in the comparison.  
    Public Field Contains the results of comparing related collections (one-to-many or many-to-many relations).  
    Public Field Contains the results of comparing related objects (one-to-one or many-to-one relations).  
    Public Field Information about the "right" object in the comparison.  
    Public Field If the object is a member of a sequenced collection (such as steps in a job), the SequenceNumber is set to the object's position in the sequence.  
    Public Field Set to True if the objects were of different types. No further comparison was made in this case.  
    Top
    Public Methods
     NameDescription
    Public Method Compares the values for two fields and adds a FieldDifference if they do not match.  
    Public Method  
    Top
    See Also