PlanActivityTimeCalculation Class [AX 2012]
The PlanActivityTimeCalculation class provides an interface to calculate time for the PlanActivityTime table.
| Method | Description | |
|---|---|---|
| calculate | Calls the appropriate calculation method. |
| calculatePlanActivity | Calculates the activity time for a specific PlanActivity record. |
| calculatePlanActivityTime | Calculates the duration based on the values that were provided through the constructor. |
| 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 the calculation variables. |
| isConstantTime | Determines whether a PlanActivityTimeComponent table buffer represents a constant or a quantity-dependent duration. |
| new | Initializes a new instance of the PlanActivityTimeCalculation 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.) |
| parmInventQty | Gets or sets the InventQty parameter. |
| parmItemId | Gets or sets the ItemId parameter. |
| parmPlanActivity | Gets or sets the PlanActivity parameter. |
| parmPlanActivityTime | Gets or sets the PlanActivityTime parameter. |
| parmThroughputRatio | Gets or sets the ThroughputRatio parameter. |
| parmUnitOfMeasure | Gets or sets the UnitOfMeasure parameter. |
| queueAfterSeconds | Indicates the queue after time in seconds. |
| queueBeforeSeconds | Indicates the queue before time in seconds. |
| runTimeSeconds | Indicates the run time in seconds. |
| 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.) |
| totalTimeSeconds | Indicates the total time in seconds. |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| valueAddedSeconds | Indicates the value added time in seconds. |
| 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 PlanActivityTimeCalculation class. |
| ::newPlanActivity | Initializes a new instance of the PlannActivityTimeCalculation class. |
| ::newStandard | Initializes a new instance of the PlannActivityTimeCalculation class. |
Community Additions
ADD
Show: