Type: BCS.ICompareResult
The difference between two of the same objects (IBaseObject) Remarks: Scenarios: ========== Same: LeftObject != null; RightObject != null; PropertyDifference.Count == 0; Different: LeftObject != null; RightObject != null; PropertyDifference.Count > 0; LeftOnly: LeftObject != null; RightObject == null; PropertyDifference => N/A; RightOnly: LeftObject == null; RightObject != null; PropertyDifference => N/A;
Properties
Errors
- Description: List of comparisson errors if any
- Type: List`1
- Access: Read and Write
LeftObject
- Description: ‘Left’ object of comparisson Can be NULL (if it does not exist)
- Type: IBaseObject
- Access: Read and Write
ObjectType
- Description: String name of the object type
- Type: String
- Access: Read and Write
PropertyDifference
- Description: List of differences
- Type: List`1
- Access: Read and Write
RightObject
- Description: ‘Right’ object of comparisson Can be NULL (if it does not exist)
- Type: IBaseObject
- Access: Read and Write
Methods
ToXml(System.Int32)
Serialize to XML
- Parameters:
- tabDepth: Number of TABS deep to start with