CueData Class [AX 2012]
The CueData class is the cues data contract.
| Method | Description | |
|---|---|---|
| AlertCondition | Gets or sets the int value for the cue. |
| AlertThreshold | Gets or sets the int value for the cue. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| ClientUrl | Gets or sets the String value for the cue. |
| countValue | Gets or sets the count for the CueData object. |
| DisplayOrder | Gets or sets the int value for the cue. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| Id | Gets or sets the int64 value for the cue. |
| Max | Gets or sets the int value for the cue. |
| MenuItemName | Gets or sets the cue's menuItemName. |
| Name | Gets or sets the String value for the cue. |
| 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.) |
| objectId | Gets or sets the object ID for the cue. |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| ShowAlert | Gets or sets the Boolean value for the cue. |
| ShowSum | Gets or sets the Boolean value for the cue. |
| sumFieldName | Gets or sets the sum field name of the cue. |
| sumTableName | Gets or sets the sum table name of the cue. |
| sumValue | Gets or sets the sum value of the cue. |
| 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: