ICompareOptions
Defines options for comparing workflow elements, including source object properties, comparison type, result type, and tracking changes.
Properties
Name | Description |
---|---|
SourceProperty | The property of the source object used in the comparison. |
Results | A list of results from the comparison. |
IsChanged | Indicates whether any changes have been made to the workflow object in the code, showing if it has unsaved modifications. |
ComparisonValueType | The type of value to use in the comparison. |
ResultType | The type of result expected from the comparison. |
SourceObjectName | The name of the source object used for comparison. |
SourceObjectTypeCode | Specifies the type code of the source object used in the comparison. |