WrkCtrResourceAbilityMapController Class [AX 2012]
The WrkCtrResourceAbilityMapController class loads and controls data for the WrkCtrResourceAbilityMap form.
| Method | Description | |
|---|---|---|
| abilityColumnHeaders | Gets a set of column headers for a specific ability. |
| abilityData | Gets a map that contains the cell data for a specific ability. |
| abilityDataChanged | Gets a Boolean value that indicates whether the data for a specific ability has changed. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| 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.) |
| init | Initializes all of the internal variables for each possible ability. |
| insertData | Inserts cell data into the internal maps and makes sure that the column and row headers are updated. |
| loadData | Loads the data for all of the abilities. |
| new | Initializes a new instance of the WrkCtrResourceAbilityMapController class. |
| 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.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| parmDateFilter | Gets or sets the DateFilter parameter. |
| parmWrkCtrGroupIdFilter | Gets or sets the WrkCtrGroupIdFilter parameter. |
| parmWrkCtrTypeFilter | Gets or sets the WrkCtrTypeFilter parameter. |
| rowHeaders | Gets a set of row headers that apply for all of the abilities. |
| setAbilityDataChanged | Sets the data for a specific ability to changed. |
| 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.) |
| ::construct | Initializes a new instance of the WrkCtrResourceAbilityMapController class. |
Community Additions
ADD
Show: