NumberSeq_Voucher_CN Class [AX 2012]
This is the class that provides continuous number sequences for chinese voucher.
| Method | Description | |
|---|---|---|
| abort | (Inherited from NumberSeq.) |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| checkSetup | (Inherited from NumberSeq.) |
| checkSetUpNum | (Inherited from NumberSeq.) |
| 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 | Obtains a number from the returned reserved list. (Inherited from NumberSeq.) |
| getNumFromTable | Reads the next number from the NumberSequencesTable table. (Inherited from NumberSeq.) |
| getNumInternal | Gets number internal information. (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. (Inherited from NumberSeq.) |
| 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.) |
| parmPeriodCode | Gets or sets the PeriodCode parameter. |
| parmRefTableNum | Gets or sets the RefTableNum parameter. (Inherited from NumberSeq.) |
| parmRefTableVoucher | Gets or sets the RefTableVoucher parameter. (Inherited from NumberSeq.) |
| parmTransDate | Gets or sets the TransDate parameter. |
| 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 | (Inherited from NumberSeq.) |
| reserveNumInternal | (Inherited from NumberSeq.) |
| runNumber | (Inherited from NumberSeq.) |
| runReserve | (Inherited from NumberSeq.) |
| setCleanupSequence | (Inherited from NumberSeq.) |
| setGlobalTransId | (Inherited from NumberSeq.) |
| 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.) |
| updateNumberPeriod | Updates the number period. |
| 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.) |
| ::newGetVoucherFromCode | Creates a new voucher from a code. |
| ::numPeriodCheck | Checks the number period. |
| ::release | Is the release method of the NumberSeq_Voucher_CN class. |
| ::used | Checks whether the instance is used. |
Community Additions
ADD
Show: