NumberSeq_Fast Class [AX 2012]
The NumberSeq_Fast class is the class that provides non-continuous number sequences.
| Method | Description | |
|---|---|---|
| abort | (Overrides the abort Method.) |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| checkSetup | (Overrides the checkSetup Method.) |
| checkSetUpNum | (Overrides the checkSetUpNum Method.) |
| checkSetupReserve | (Inherited from NumberSeq.) |
| createTTSLink | (Inherited from NumberSeq.) |
| doCleanup | (Inherited from NumberSeq.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| formatLastNumber | Formats the last number member variable. (Inherited from NumberSeq.) |
| getNumFromList | Overrides attempts to obtain a number from the reserved list. (Overrides the getNumFromList Method.) |
| getNumFromTable | Gets the next number from the number sequences tables. (Overrides the getNumFromTable Method.) |
| getNumInternal | Gets the next number from the sequence. (Overrides the getNumInternal Method.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| lastNum | Accesses the last formatted number that was generated. (Inherited from NumberSeq.) |
| new | Initializes a new instance of the NumberSeq class. (Inherited from NumberSeq.) |
| 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.) |
| num | Generates and retrieves the next number in a single call. (Inherited from NumberSeq.) |
| numAndVoucher | (Inherited from NumberSeq.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| pack | Serializes the current instance of the NumberSeq class. (Inherited from NumberSeq.) |
| parmForcedCopyOf | Gets or sets the ForcedCopyOf parameter. (Inherited from NumberSeq.) |
| parmMakeDecisionLater | Gets or sets the MakeDecisionLater parameter. (Overrides the parmMakeDecisionLater Method.) |
| parmNumberSequenceCode | Gets or sets the NumberSequenceCode parameter. (Inherited from NumberSeq.) |
| parmNumberSequenceId | Gets or sets the NumberSequenceId parameter. (Inherited from NumberSeq.) |
| parmNumTableNum | Gets or sets the NumTableNum parameter. (Inherited from NumberSeq.) |
| parmNumTableVoucher | Gets or sets the NumTableVoucher parameter. (Inherited from NumberSeq.) |
| parmRefTableNum | Gets or sets the RefTableNum parameter. (Inherited from NumberSeq.) |
| parmRefTableVoucher | Gets or sets the RefTableVoucher parameter. (Inherited from NumberSeq.) |
| parmVoucherSequenceCode | Gets or sets the VoucherSequenceCode parameter. (Inherited from NumberSeq.) |
| parmVoucherSequenceId | Gets or sets the VoucherSequenceId parameter. (Inherited from NumberSeq.) |
| reservationFindIncrement | (Inherited from NumberSeq.) |
| reserve | (Overrides the reserve Method.) |
| reserveNumInternal | (Inherited from NumberSeq.) |
| runNumber | (Inherited from NumberSeq.) |
| runReserve | (Inherited from NumberSeq.) |
| setCleanupSequence | (Inherited from NumberSeq.) |
| setGlobalTransId | (Overrides the setGlobalTransId Method.) |
| 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.) |
| unpack | Deserializes the _packedClass parameter value to an instance of the NumberSeq class. (Inherited from NumberSeq.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| used | (Inherited from NumberSeq.) |
| useNumInternal | (Inherited from NumberSeq.) |
| voucher | (Inherited from NumberSeq.) |
| 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 NumberSeq_Fast class. |
| ::constructCalledFrom | Initializes a new instance of the NumberSeq_Fast class. |
| ::constructOnServer | Initializes a new instance of the NumberSeq_Fast class that supports server run on requests. |
Community Additions
ADD
Show: