BankStatementViewModel Class [AX 2012]

The BankStatementViewModel class is the view model of bank statement form.

Syntax

class BankStatementViewModel

Run On

Called

Methods

  Method Description
JJ745116.pubmethod(en-us,AX.60).gif amountModified Handles the modified event of debit and credit amount control.
JJ745116.privmethod(en-us,AX.60).gif bookRefresh Refreshes the BankStatementTableListPage form when the BankStatementTable form is closed.
JJ745116.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
JJ745116.pubmethod(en-us,AX.60).gif dsDocumentActivePost Handles the started event of the BankStmtISODocument record.
JJ745116.pubmethod(en-us,AX.60).gif dsDocumentWritePre Handles the write event of the BankStmtISODocument record.
JJ745116.pubmethod(en-us,AX.60).gif dsEndingBalanceActivePost Handles the started event of BankStmtISOCashBalance for ending balance.
JJ745116.pubmethod(en-us,AX.60).gif dsEndingBalanceInitValuePost Handles the initValue event of the BankStmtISOCashBalance record for ending balance.
JJ745116.pubmethod(en-us,AX.60).gif dsGroupHeaderActivePost Handles the started event of the BankStmtISOGroupHeader record.
JJ745116.pubmethod(en-us,AX.60).gif dsGroupHeaderCreatePre Handles the create event of the BankStmtISOGroupHeader record.
JJ745116.pubmethod(en-us,AX.60).gif dsGroupHeaderDeletePost Handles the delete event of the BankStmtISOGroupHeader record.
JJ745116.pubmethod(en-us,AX.60).gif dsGroupHeaderInitValuePost Handles the initValue event of the BankStmtISOGroupHeader record.
JJ745116.pubmethod(en-us,AX.60).gif dsGroupHeaderLinkActivePre Handles the linkActive event of the BankStmtISOGroupHeader record.
JJ745116.pubmethod(en-us,AX.60).gif dsGroupHeaderValidateWritePost Handles the validateWrite event of the BankStmtISOGroupHeader record.
JJ745116.pubmethod(en-us,AX.60).gif dsGroupHeaderWritePost Handles the write event of the BankStmtISOGroupHeader record.
JJ745116.pubmethod(en-us,AX.60).gif dsNetAmountActivePost Handles the started event of the BankStmtISOCashBalance record for net amount.
JJ745116.pubmethod(en-us,AX.60).gif dsNetAmountInitValuePost Handles the initValue event of the BankStmtISOCashBalance record for net amount.
JJ745116.pubmethod(en-us,AX.60).gif dsOpeningBalanceActivePost Handles the started event of the BankStmtISOCashBalance record for opening balance.
JJ745116.pubmethod(en-us,AX.60).gif dsOpeningBalanceInitValuePost Handles the initValue event of the BankStmtISOCashBalance record for opening balance.
JJ745116.pubmethod(en-us,AX.60).gif dsReportEntryActivePost Handles the started event of the BankStmtISOReportEntry record.
JJ745116.pubmethod(en-us,AX.60).gif dsReportEntryWritePre Handles the write event of the BankStmtISOReportEntry record.
JJ745116.pubmethod(en-us,AX.60).gif dsStatementActivePost Handles the started event of the BankStmtISOAccountStatement record.
JJ745116.pubmethod(en-us,AX.60).gif dsStatementCreatePre Handles the create event of the BankStmtISOAccountStatement record.
JJ745116.pubmethod(en-us,AX.60).gif dsStatementDeletePost Handles the delete event of the BankStmtISOAccountStatement record.
JJ745116.pubmethod(en-us,AX.60).gif dsStatementInitValuePost Handles the initValue event of the BankStmtISOAccountStatement record.
JJ745116.pubmethod(en-us,AX.60).gif dsStatementLinkActivePre Handles the linkActive event of the BankStmtISOAccountStatement record.
JJ745116.pubmethod(en-us,AX.60).gif dsStatementValidateWritePost Handles the validateWrite event of the BankStmtISOAccountStatement record.
JJ745116.pubmethod(en-us,AX.60).gif dsStatementWritePost Handles the write event of the BankStmtISOAccountStatement record.
JJ745116.pubmethod(en-us,AX.60).gif dsStatementWritePre Handles the write event of the BankStmtISOAccountStatement record.
JJ745116.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
JJ745116.pubmethod(en-us,AX.60).gif fieldModifiedBankAccountTablePost Handles the modified event of the BankAccountTable field of the BankStmtISOAccountStatement table.
JJ745116.pubmethod(en-us,AX.60).gif formClosePre Called before form is closed.
JJ745116.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
JJ745116.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
JJ745116.privmethod(en-us,AX.60).gif initDataSource Initializes data sources.
JJ745116.pubmethod(en-us,AX.60).gif initialize Initializes the bank statement view model.
JJ745116.protmethod(en-us,AX.60).gif initNumberSeq Initializes the number sequence for bank statement ID and download ID.
JJ745116.pubmethod(en-us,AX.60).gif markNewBankDocument Marks new bank document.
JJ745116.protmethod(en-us,AX.60).gif new Initializes a new instance of the BankStatementViewModel class.
JJ745116.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
JJ745116.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
JJ745116.protmethod(en-us,AX.60).gif numberSeqFormHandlerStatementDownloadId Gets number sequence for bank statement download ID.
JJ745116.protmethod(en-us,AX.60).gif numberSeqFormHandlerStatementId Gets number sequence for bank statement Id.
JJ745116.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
JJ745116.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
JJ745116.pubmethod(en-us,AX.60).gif parmStatementFormView Gets or sets the StatementFormView parameter.
JJ745116.privmethod(en-us,AX.60).gif setStatementDataSourceStatus Sets the enable status of statement data sources.
JJ745116.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
JJ745116.privmethod(en-us,AX.60).gif tableFieldIdStatementDownloadId Gets the field ID for statement download ID.
JJ745116.privmethod(en-us,AX.60).gif tableFieldIdStatementId Gets the field ID for statement ID.
JJ745116.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
JJ745116.privmethod(en-us,AX.60).gif updateBalanceReference Updates the references of the BankStmtISOCashBalance record.
JJ745116.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
JJ745116.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
JJ745116.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
JJ745116.protmethod(en-us,AX.60).gif JJ745116.static(en-us,AX.60).gif ::construct Creates an instance of the BankStatementViewModel class.
JJ745116.pubmethod(en-us,AX.60).gif JJ745116.static(en-us,AX.60).gif ::newFromStatementView Creates an instance of the BankStatementViewModel class.

Top

Inheritance Hierarchy

Object Class
  BankStatementViewModel Class