IDifference interface
Namespace: NextDesign.Core
Description
An access object to differential information.
Affiliation area
| Name | Description |
|---|---|
| Model difference/comparison | A group of APIs to access model comparison operations and difference information. |
Property
| Name | Description |
|---|---|
| Field | Updated Field Valid only if IsUpdateItem==true |
| IsMoveItem | Is it a moving element? |
| IsNewItem | Is it a new element (no model in comparison source) |
| IsOldItem | Is it a deleted element (no model in comparison) |
| IsUpdateItem | Is it an update element? |
| NewOrder | New Order Valid only if IsMoveItem==true |
| NewParent | New parent element Valid only if IsMoveItem==true |
| NewValue | New Value Valid only if IsUpdateItem==true |
| OldOrder | Old Order Valid only if IsMoveItem==true |
| OldParent | Old parent element Valid only if IsMoveItem==true |
| OldValue | Old Value Valid only if IsUpdateItem==true |
Related item
| Name | Description |
|---|---|
| Check the model comparison result | Check the difference as a result of comparing various model information of NextDesign through API. |