SysMergeable Interface [AX 2012]
The SysMergeable interface supports merging capabilities and can be merged visually by the SysCompare form.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| canMergeDeleteSubnodes | |
| canMergeInsertSubnodes | |
| comparableName | Retrieves the description of the SysComparable interface. (Inherited from SysComparable.) |
| comparableTextList | Retrieves a list of SysCompareTmpText records. Each of these records describes a text, with regards to contents, visualization and merging capabilities. (Inherited from SysComparable.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| findMatchingComparable | (Inherited from SysComparable.) |
| getEnumerator | Retrieves an enumerator that can provide the compare engine with children of this parent. (Inherited from SysComparable.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| mergeDeleteSubnode | |
| mergeInsertSubnode | |
| mergeText | Invokes after a textual merge. |
| name | Retrieves a string which is used in the tree pane of the comparison window. (Inherited from SysComparable.) |
| new | Initializes a new instance of the Object class. (Inherited from Object.) |
| 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.) |
| onComparableFocus | Invoked when the user sets the focus on a node in the comparison tree. It is invoked just before the call to the comparableTextList method and is intended for rereading data. (Inherited from SysComparable.) |
| onComparableSelected | Invoked for both of the two SysComparable interfaces when the user clicks the Compare button. (Inherited from SysComparable.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| 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.) |
Community Additions
ADD
Show: