SrsSysComparableReport Class [AX 2012]

Classes that implement this interface can be compared by using the graphical comparison feature in Microsoft Dynamics AX.

class SrsSysComparableReport implements SysComparable

Run On

Called

  MethodDescription
Dn543862.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Dn543862.pubmethod(en-us,AX.60).gif comparableName Retrieves the description of the SysComparable interface.
Dn543862.pubmethod(en-us,AX.60).gif comparableTextList Builds a list containing items for comparison.
Dn543862.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Dn543862.pubmethod(en-us,AX.60).gif findMatchingComparable Finds a a matching SysComparable object.
Dn543862.pubmethod(en-us,AX.60).gif getEnumerator Retrieves an enumerator that can provide the compare engine with children of this parent.
Dn543862.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Dn543862.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Dn543862.pubmethod(en-us,AX.60).gif name Retrieves a string which is used in the tree pane of the comparison window.
Dn543862.pubmethod(en-us,AX.60).gif new Initializes a new instance of the Object class. (Inherited from Object.)
Dn543862.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.)
Dn543862.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.)
Dn543862.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Dn543862.pubmethod(en-us,AX.60).gif 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.
Dn543862.pubmethod(en-us,AX.60).gif onComparableSelected Invoked for both of the two SysComparable interfaces when the user clicks the Compare button.
Dn543862.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Dn543862.pubmethod(en-us,AX.60).gif parmChildren Gets or sets the Children parameter.
Dn543862.pubmethod(en-us,AX.60).gif parmDetails Gets or sets the Details parameter.
Dn543862.pubmethod(en-us,AX.60).gif parmName Gets or sets the Name parameter.
Dn543862.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Dn543862.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Dn543862.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.)
Dn543862.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Dn543862.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Dn543862.protmethod(en-us,AX.60).gif Dn543862.static(en-us,AX.60).gif ::construct Initializes a new instance of the SrsSysComparableReport class.
Dn543862.privmethod(en-us,AX.60).gif Dn543862.static(en-us,AX.60).gif ::getAttribByName
Dn543862.pubmethod(en-us,AX.60).gif Dn543862.static(en-us,AX.60).gif ::getComparableReport Gets the SrsSysComparableReport object for the concept node.
Dn543862.privmethod(en-us,AX.60).gif Dn543862.static(en-us,AX.60).gif ::getContainerFromAttribs
Dn543862.privmethod(en-us,AX.60).gif Dn543862.static(en-us,AX.60).gif ::getContainerFromChildNodes
Dn543862.privmethod(en-us,AX.60).gif Dn543862.static(en-us,AX.60).gif ::getContainerFromDataSet
Dn543862.privmethod(en-us,AX.60).gif Dn543862.static(en-us,AX.60).gif ::getContainerFromReportNode
Dn543862.pubmethod(en-us,AX.60).gif Dn543862.static(en-us,AX.60).gif ::getContainerFromReportXml Gets a packed report.
Dn543862.privmethod(en-us,AX.60).gif Dn543862.static(en-us,AX.60).gif ::getContainerFromXmlNode
Dn543862.privmethod(en-us,AX.60).gif Dn543862.static(en-us,AX.60).gif ::getDataSources
Dn543862.privmethod(en-us,AX.60).gif Dn543862.static(en-us,AX.60).gif ::getNodeDescription
Dn543862.privmethod(en-us,AX.60).gif Dn543862.static(en-us,AX.60).gif ::getParameterGroup
Dn543862.privmethod(en-us,AX.60).gif Dn543862.static(en-us,AX.60).gif ::getPrecisionRootNode
Dn543862.privmethod(en-us,AX.60).gif Dn543862.static(en-us,AX.60).gif ::getQualifiedName
Dn543862.privmethod(en-us,AX.60).gif Dn543862.static(en-us,AX.60).gif ::getReportAutoDesigns
Dn543862.privmethod(en-us,AX.60).gif Dn543862.static(en-us,AX.60).gif ::getReportPrecisionDesigns
Dn543862.pubmethod(en-us,AX.60).gif Dn543862.static(en-us,AX.60).gif ::newContainer Gets a SrsSysComparableReport object given a packed report.
Top

The comparison will evaluate two instances of SysComparable and will graphically highlight any differences.A class that implements the SysCompareContextProvider interface is used to start the comparison and provides the list of classes that can be compared.To support merging capabilities, the class must also implement the SysMergeable interface.

Object Class
  SrsSysComparableReport Class

Community Additions

ADD
Show: