RPayRateObj Class [AX 2012]
The helper class for rates from RPayRateTable.
Syntax
class RPayRateObj
Run On
Called
Methods
Method | Description | |
---|---|---|
appliedDate | Gets the rate applied date. | |
canCalculateValue | Determines if value can be calculated. | |
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.) | |
findRateTrans | Finds rate record. | |
getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) | |
getValue | Gets rate value. | |
handle | Retrieves the handle of the class of the object. (Inherited from Object.) | |
init | Initializes class from rate record. | |
initRateTypeEngine | Initializes rate value type engine. | |
isRateTransExists | Allows check difference between 'null' and 'zero'. | |
new | Initializes a new instance of the RPayRateObj 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.) | |
rateTypeAc | Gets the criteria from the rate. | |
setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) | |
setValue | Sets value rate. | |
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.) | |
value | Gets or sets rate value. | |
wait | Pauses a process. (Inherited from Object.) | |
xml | Returns an XML string that represents the current object. (Inherited from Object.) | |
::constructFromRateCode | Constructs class from rate. | |
::constructFromRateTable | Constructs class from rate record. | |
::getDateAndValue | Gets date and value for the rate found within dates interval by rate code. |
Top
Inheritance Hierarchy
Object Class
RPayRateObj Class