Share via


SysCompareContextProvider Interface [AX 2012]

The SysCompareContextProvider class can be used by classes that implement this interface to start and to control a visual comparison of two or more classes that are implementing the SysComparable Interface, or the specialized SysMergeable Interface.

Syntax

interface SysCompareContextProvider

Run On

Called

Methods

  Method Description
Gg916939.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg916939.pubmethod(en-us,AX.60).gif caption Specifies the caption of the comparison form.
Gg916939.pubmethod(en-us,AX.60).gif comparableItemDefault
Gg916939.pubmethod(en-us,AX.60).gif comparableList Implementations of this method should return a list of classes that are implementing the SysComparable interface. The user can pick two of these classes in the comparison form.
Gg916939.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg916939.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg916939.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg916939.pubmethod(en-us,AX.60).gif manipulateResult
Gg916939.pubmethod(en-us,AX.60).gif mergeDirection Specifies which SysMergeable interface is the target for the merge.
Gg916939.pubmethod(en-us,AX.60).gif new Initializes a new instance of the Object class. (Inherited from Object.)
Gg916939.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Gg916939.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Gg916939.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg916939.pubmethod(en-us,AX.60).gif onCompareStart
Gg916939.pubmethod(en-us,AX.60).gif onContextMenu Notifies the class that the user has right-clicked in the comparison tree pane.
Gg916939.pubmethod(en-us,AX.60).gif onDeleteTopNode
Gg916939.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg916939.pubmethod(en-us,AX.60).gif parmCaseSensitive Gets or sets the CaseSensitive parameter.
Gg916939.pubmethod(en-us,AX.60).gif parmShowDifferencesOnly Gets or sets the ShowDifferencesOnly parameter.
Gg916939.pubmethod(en-us,AX.60).gif parmShowLineNumbers Gets or sets the ShowLineNumbers parameter.
Gg916939.pubmethod(en-us,AX.60).gif parmSuppressNodesOnlyIn1 Gets or sets the SuppressNodesOnlyIn1 parameter.
Gg916939.pubmethod(en-us,AX.60).gif parmSuppressNodesOnlyIn2 Gets or sets the SuppressNodesOnlyIn2 parameter.
Gg916939.pubmethod(en-us,AX.60).gif parmSuppressWhitespace Gets or sets the SuppressWhitespace parameter.
Gg916939.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg916939.pubmethod(en-us,AX.60).gif showTreePane Determines whether the tree pane is shown in the comparison window.
Gg916939.pubmethod(en-us,AX.60).gif supportDeleteWhenIdentical
Gg916939.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg916939.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Gg916939.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg916939.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)

Top

Remarks

For an example of how this class is used, see the Tutorial_CompareContextProvider::main Method

Inheritance Hierarchy

Object Class
  SysCompareContextProvider Interface

See Also

SysComparable Interface

SysMergeable Interface

Tutorial_CompareContextProvider Class