VersioningCompareTree Class [AX 2012]
The VersionCompareTree class builds the contents of an instance of the FormTreeControl class based on the contents of the VersioningTmpTrans temporary table.
| Method | Description | |
|---|---|---|
| addChildNodes | Initializes an instance of the FormTreeControl class that has the result of the analysis stored in the VersioningTmpTrans temporary table. |
| addChildNodesEP | Populates an XML document by using hierarchical data records of the document that is being compared. |
| buildEPTree | Builds a tree structure that displays the tree structure of the actual comparison. |
| buildTree | Builds a tree structure in a FormTreeControl control which displays the tree structure of the actual comparison. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getIconName | Retrieves the icon name to be displayed based on the image number that is associated with change type to the field that is evaluated. |
| getImageName | Gets the image to display by using the change type to the field that is being evaluated. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| markChangeOnParent | Marks all parents to the specified node as having a changed child. |
| markChangeOnParentEP | Marks all the parents of the specified node as having a changed child. |
| new | Initializes a new instance of the VersioningCompareTree class. |
| notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
| notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| parmFormTreeControl | Gets or sets the FormTreeControl parameter. |
| parmRemoveEmptyTreeNodes | Gets or sets the RemoveEmptyTreeNodes parameter. |
| parmVersioningTmpTrans | Gets or sets the VersioningTmpTrans parameter. |
| removeEmptyTreeNodes | Removes all nodes that do not have a change in them and in their child nodes. |
| RemoveEmptyTreeNodesEP | Removes all nodes that do not have a change in them and in their child nodes. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Initializes a new instance of the VersioningCompareTree class. |
| ::newForm | Instantiates a new instance of the VersioningCompareTree class based on the specified VersioningTmpTrans temporary table. |
Community Additions
ADD
Show: