SysOperationLabelAttribute Class [AX 2012]

The SysOperationLabelAttribute class is an attribute that is used to specify the label for a data member in a contract.

Syntax

class SysOperationLabelAttribute extends SysAttribute

Run On

Called

Methods

  Method Description
Gg963117.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg963117.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg963117.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg963117.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg963117.pubmethod(en-us,AX.60).gif label Gets the label ID or text string.
Gg963117.pubmethod(en-us,AX.60).gif new Instantiates a new instance of the SysOperationLabelAttribute class. (Overrides the new Method.)
Gg963117.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.)
Gg963117.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.)
Gg963117.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg963117.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg963117.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg963117.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg963117.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.)
Gg963117.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg963117.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)

Top

Remarks

A report parameter provides a way to choose the report data, connect related reports together, and vary the report presentation. The parameters that a report data provider (RDP) class will reference are defined in a data contract class. You can attach the SysOperationLabelAttribute attribute to specify a label for a data member in a contract. You can see the text for the label ID in the following two places for reports:

  • The label property for a parameter in Microsoft Visual Studio.

  • The parameter UI when the report is displayed in the Microsoft Dynamics AX client.

If a label ID is not provided in the RDP data contract, the label of the underlying EDT that is used in the data member will be used as the label ID.

Inheritance Hierarchy

Object Class
  SysAttribute Class
    SysOperationLabelAttribute Class