OpenPetra
Free Administration Software for Non-Profits
Ict.Petra.Shared.MFinance.AP.Data.AccountsPayableTDSAApPaymentRow Class Reference

Records all payments that have been made against an accounts payable detail. More...

Inheritance diagram for Ict.Petra.Shared.MFinance.AP.Data.AccountsPayableTDSAApPaymentRow:
Ict.Petra.Shared.MFinance.AP.Data.AApPaymentRow

Public Member Functions

 AccountsPayableTDSAApPaymentRow (System.Data.DataRowBuilder rb)
 Constructor. More...
 
override void InitValues ()
 set default values More...
 
bool IsSupplierKeyNull ()
 test for NULL value More...
 
void SetSupplierKeyNull ()
 assign NULL value More...
 
bool IsSupplierNameNull ()
 test for NULL value More...
 
void SetSupplierNameNull ()
 assign NULL value More...
 
bool IsListLabelNull ()
 test for NULL value More...
 
void SetListLabelNull ()
 assign NULL value More...
 
bool IsPrintRemittanceAdviceNull ()
 test for NULL value More...
 
void SetPrintRemittanceAdviceNull ()
 assign NULL value More...
 
bool IsPrintChequeNull ()
 test for NULL value More...
 
void SetPrintChequeNull ()
 assign NULL value More...
 
bool IsChequeNumberNull ()
 test for NULL value More...
 
void SetChequeNumberNull ()
 assign NULL value More...
 
bool IsChequeAmountInWordsNull ()
 test for NULL value More...
 
void SetChequeAmountInWordsNull ()
 assign NULL value More...
 
bool IsLedgerNumberNull ()
 test for NULL value More...
 
void SetLedgerNumberNull ()
 assign NULL value More...
 
bool IsPaymentNumberNull ()
 test for NULL value More...
 
void SetPaymentNumberNull ()
 assign NULL value More...
 
bool IsAmountNull ()
 test for NULL value More...
 
void SetAmountNull ()
 assign NULL value More...
 
bool IsCurrencyCodeNull ()
 test for NULL value More...
 
void SetCurrencyCodeNull ()
 assign NULL value More...
 
bool IsExchangeRateToBaseNull ()
 test for NULL value More...
 
void SetExchangeRateToBaseNull ()
 assign NULL value More...
 
bool IsPaymentDateNull ()
 test for NULL value More...
 
void SetPaymentDateNull ()
 assign NULL value More...
 
bool IsUserIdNull ()
 test for NULL value More...
 
void SetUserIdNull ()
 assign NULL value More...
 
bool IsMethodOfPaymentNull ()
 test for NULL value More...
 
void SetMethodOfPaymentNull ()
 assign NULL value More...
 
bool IsReferenceNull ()
 test for NULL value More...
 
void SetReferenceNull ()
 assign NULL value More...
 
bool IsBankAccountNull ()
 test for NULL value More...
 
void SetBankAccountNull ()
 assign NULL value More...
 
bool IsDateCreatedNull ()
 test for NULL value More...
 
void SetDateCreatedNull ()
 assign NULL value More...
 
bool IsCreatedByNull ()
 test for NULL value More...
 
void SetCreatedByNull ()
 assign NULL value More...
 
bool IsDateModifiedNull ()
 test for NULL value More...
 
void SetDateModifiedNull ()
 assign NULL value More...
 
bool IsModifiedByNull ()
 test for NULL value More...
 
void SetModifiedByNull ()
 assign NULL value More...
 
bool IsModificationIdNull ()
 test for NULL value More...
 
void SetModificationIdNull ()
 assign NULL value More...
 

Properties

Int64 SupplierKey [get, set]
 
string SupplierName [get, set]
 
string ListLabel [get, set]
 
bool PrintRemittanceAdvice [get, set]
 
bool PrintCheque [get, set]
 
Int32 ChequeNumber [get, set]
 
string ChequeAmountInWords [get, set]
 
Int32 LedgerNumber [get, set]
 This is used as a key field in most of the accounting system files. More...
 
Int32 PaymentNumber [get, set]
 Unique number to identify each payment batch. More...
 
Decimal Amount [get, set]
 The amount of money that was paid. More...
 
String CurrencyCode [get, set]
 the currency of the document More...
 
Decimal ExchangeRateToBase [get, set]
 The exchange rate to the base currency at the time of payment. More...
 
System.? DateTime PaymentDate [get, set]
 Date that the payment for an accounts payable was made. More...
 
String UserId [get, set]
 This is the system user id of the person who made the payment. More...
 
String MethodOfPayment [get, set]
 Method that was used to make the payment - cheque, cash, ep, credit card, etc. More...
 
String Reference [get, set]
 The source or reference for the accounts payable payment. This could be a cheque number. More...
 
String BankAccount [get, set]
 Bank account from which to make the payment. More...
 
System.? DateTime DateCreated [get, set]
 The date the record was created. More...
 
String CreatedBy [get, set]
 User ID of who created this record. More...
 
System.? DateTime DateModified [get, set]
 The date the record was modified. More...
 
String ModifiedBy [get, set]
 User ID of who last modified this record. More...
 
DateTime ModificationId [get, set]
 This identifies the current version of the record. More...
 

Detailed Description

Records all payments that have been made against an accounts payable detail.

Constructor & Destructor Documentation

◆ AccountsPayableTDSAApPaymentRow()

Ict.Petra.Shared.MFinance.AP.Data.AccountsPayableTDSAApPaymentRow.AccountsPayableTDSAApPaymentRow ( System.Data.DataRowBuilder  rb)
inline

Constructor.

Member Function Documentation

◆ InitValues()

override void Ict.Petra.Shared.MFinance.AP.Data.AccountsPayableTDSAApPaymentRow.InitValues ( )
inlinevirtual

set default values

Reimplemented from Ict.Petra.Shared.MFinance.AP.Data.AApPaymentRow.

◆ IsAmountNull()

bool Ict.Petra.Shared.MFinance.AP.Data.AApPaymentRow.IsAmountNull ( )
inlineinherited

test for NULL value

◆ IsBankAccountNull()

bool Ict.Petra.Shared.MFinance.AP.Data.AApPaymentRow.IsBankAccountNull ( )
inlineinherited

test for NULL value

◆ IsChequeAmountInWordsNull()

bool Ict.Petra.Shared.MFinance.AP.Data.AccountsPayableTDSAApPaymentRow.IsChequeAmountInWordsNull ( )
inline

test for NULL value

◆ IsChequeNumberNull()

bool Ict.Petra.Shared.MFinance.AP.Data.AccountsPayableTDSAApPaymentRow.IsChequeNumberNull ( )
inline

test for NULL value

◆ IsCreatedByNull()

bool Ict.Petra.Shared.MFinance.AP.Data.AApPaymentRow.IsCreatedByNull ( )
inlineinherited

test for NULL value

◆ IsCurrencyCodeNull()

bool Ict.Petra.Shared.MFinance.AP.Data.AApPaymentRow.IsCurrencyCodeNull ( )
inlineinherited

test for NULL value

◆ IsDateCreatedNull()

bool Ict.Petra.Shared.MFinance.AP.Data.AApPaymentRow.IsDateCreatedNull ( )
inlineinherited

test for NULL value

◆ IsDateModifiedNull()

bool Ict.Petra.Shared.MFinance.AP.Data.AApPaymentRow.IsDateModifiedNull ( )
inlineinherited

test for NULL value

◆ IsExchangeRateToBaseNull()

bool Ict.Petra.Shared.MFinance.AP.Data.AApPaymentRow.IsExchangeRateToBaseNull ( )
inlineinherited

test for NULL value

◆ IsLedgerNumberNull()

bool Ict.Petra.Shared.MFinance.AP.Data.AApPaymentRow.IsLedgerNumberNull ( )
inlineinherited

test for NULL value

◆ IsListLabelNull()

bool Ict.Petra.Shared.MFinance.AP.Data.AccountsPayableTDSAApPaymentRow.IsListLabelNull ( )
inline

test for NULL value

◆ IsMethodOfPaymentNull()

bool Ict.Petra.Shared.MFinance.AP.Data.AApPaymentRow.IsMethodOfPaymentNull ( )
inlineinherited

test for NULL value

◆ IsModificationIdNull()

bool Ict.Petra.Shared.MFinance.AP.Data.AApPaymentRow.IsModificationIdNull ( )
inlineinherited

test for NULL value

◆ IsModifiedByNull()

bool Ict.Petra.Shared.MFinance.AP.Data.AApPaymentRow.IsModifiedByNull ( )
inlineinherited

test for NULL value

◆ IsPaymentDateNull()

bool Ict.Petra.Shared.MFinance.AP.Data.AApPaymentRow.IsPaymentDateNull ( )
inlineinherited

test for NULL value

◆ IsPaymentNumberNull()

bool Ict.Petra.Shared.MFinance.AP.Data.AApPaymentRow.IsPaymentNumberNull ( )
inlineinherited

test for NULL value

◆ IsPrintChequeNull()

bool Ict.Petra.Shared.MFinance.AP.Data.AccountsPayableTDSAApPaymentRow.IsPrintChequeNull ( )
inline

test for NULL value

◆ IsPrintRemittanceAdviceNull()

bool Ict.Petra.Shared.MFinance.AP.Data.AccountsPayableTDSAApPaymentRow.IsPrintRemittanceAdviceNull ( )
inline

test for NULL value

◆ IsReferenceNull()

bool Ict.Petra.Shared.MFinance.AP.Data.AApPaymentRow.IsReferenceNull ( )
inlineinherited

test for NULL value

◆ IsSupplierKeyNull()

bool Ict.Petra.Shared.MFinance.AP.Data.AccountsPayableTDSAApPaymentRow.IsSupplierKeyNull ( )
inline

test for NULL value

◆ IsSupplierNameNull()

bool Ict.Petra.Shared.MFinance.AP.Data.AccountsPayableTDSAApPaymentRow.IsSupplierNameNull ( )
inline

test for NULL value

◆ IsUserIdNull()

bool Ict.Petra.Shared.MFinance.AP.Data.AApPaymentRow.IsUserIdNull ( )
inlineinherited

test for NULL value

◆ SetAmountNull()

void Ict.Petra.Shared.MFinance.AP.Data.AApPaymentRow.SetAmountNull ( )
inlineinherited

assign NULL value

◆ SetBankAccountNull()

void Ict.Petra.Shared.MFinance.AP.Data.AApPaymentRow.SetBankAccountNull ( )
inlineinherited

assign NULL value

◆ SetChequeAmountInWordsNull()

void Ict.Petra.Shared.MFinance.AP.Data.AccountsPayableTDSAApPaymentRow.SetChequeAmountInWordsNull ( )
inline

assign NULL value

◆ SetChequeNumberNull()

void Ict.Petra.Shared.MFinance.AP.Data.AccountsPayableTDSAApPaymentRow.SetChequeNumberNull ( )
inline

assign NULL value

◆ SetCreatedByNull()

void Ict.Petra.Shared.MFinance.AP.Data.AApPaymentRow.SetCreatedByNull ( )
inlineinherited

assign NULL value

◆ SetCurrencyCodeNull()

void Ict.Petra.Shared.MFinance.AP.Data.AApPaymentRow.SetCurrencyCodeNull ( )
inlineinherited

assign NULL value

◆ SetDateCreatedNull()

void Ict.Petra.Shared.MFinance.AP.Data.AApPaymentRow.SetDateCreatedNull ( )
inlineinherited

assign NULL value

◆ SetDateModifiedNull()

void Ict.Petra.Shared.MFinance.AP.Data.AApPaymentRow.SetDateModifiedNull ( )
inlineinherited

assign NULL value

◆ SetExchangeRateToBaseNull()

void Ict.Petra.Shared.MFinance.AP.Data.AApPaymentRow.SetExchangeRateToBaseNull ( )
inlineinherited

assign NULL value

◆ SetLedgerNumberNull()

void Ict.Petra.Shared.MFinance.AP.Data.AApPaymentRow.SetLedgerNumberNull ( )
inlineinherited

assign NULL value

◆ SetListLabelNull()

void Ict.Petra.Shared.MFinance.AP.Data.AccountsPayableTDSAApPaymentRow.SetListLabelNull ( )
inline

assign NULL value

◆ SetMethodOfPaymentNull()

void Ict.Petra.Shared.MFinance.AP.Data.AApPaymentRow.SetMethodOfPaymentNull ( )
inlineinherited

assign NULL value

◆ SetModificationIdNull()

void Ict.Petra.Shared.MFinance.AP.Data.AApPaymentRow.SetModificationIdNull ( )
inlineinherited

assign NULL value

◆ SetModifiedByNull()

void Ict.Petra.Shared.MFinance.AP.Data.AApPaymentRow.SetModifiedByNull ( )
inlineinherited

assign NULL value

◆ SetPaymentDateNull()

void Ict.Petra.Shared.MFinance.AP.Data.AApPaymentRow.SetPaymentDateNull ( )
inlineinherited

assign NULL value

◆ SetPaymentNumberNull()

void Ict.Petra.Shared.MFinance.AP.Data.AApPaymentRow.SetPaymentNumberNull ( )
inlineinherited

assign NULL value

◆ SetPrintChequeNull()

void Ict.Petra.Shared.MFinance.AP.Data.AccountsPayableTDSAApPaymentRow.SetPrintChequeNull ( )
inline

assign NULL value

◆ SetPrintRemittanceAdviceNull()

void Ict.Petra.Shared.MFinance.AP.Data.AccountsPayableTDSAApPaymentRow.SetPrintRemittanceAdviceNull ( )
inline

assign NULL value

◆ SetReferenceNull()

void Ict.Petra.Shared.MFinance.AP.Data.AApPaymentRow.SetReferenceNull ( )
inlineinherited

assign NULL value

◆ SetSupplierKeyNull()

void Ict.Petra.Shared.MFinance.AP.Data.AccountsPayableTDSAApPaymentRow.SetSupplierKeyNull ( )
inline

assign NULL value

◆ SetSupplierNameNull()

void Ict.Petra.Shared.MFinance.AP.Data.AccountsPayableTDSAApPaymentRow.SetSupplierNameNull ( )
inline

assign NULL value

◆ SetUserIdNull()

void Ict.Petra.Shared.MFinance.AP.Data.AApPaymentRow.SetUserIdNull ( )
inlineinherited

assign NULL value

Property Documentation

◆ Amount

Decimal Ict.Petra.Shared.MFinance.AP.Data.AApPaymentRow.Amount
getsetinherited

The amount of money that was paid.

◆ BankAccount

String Ict.Petra.Shared.MFinance.AP.Data.AApPaymentRow.BankAccount
getsetinherited

Bank account from which to make the payment.

◆ ChequeAmountInWords

string Ict.Petra.Shared.MFinance.AP.Data.AccountsPayableTDSAApPaymentRow.ChequeAmountInWords
getset

◆ ChequeNumber

Int32 Ict.Petra.Shared.MFinance.AP.Data.AccountsPayableTDSAApPaymentRow.ChequeNumber
getset

◆ CreatedBy

String Ict.Petra.Shared.MFinance.AP.Data.AApPaymentRow.CreatedBy
getsetinherited

User ID of who created this record.

◆ CurrencyCode

String Ict.Petra.Shared.MFinance.AP.Data.AApPaymentRow.CurrencyCode
getsetinherited

the currency of the document

◆ DateCreated

System.? DateTime Ict.Petra.Shared.MFinance.AP.Data.AApPaymentRow.DateCreated
getsetinherited

The date the record was created.

◆ DateModified

System.? DateTime Ict.Petra.Shared.MFinance.AP.Data.AApPaymentRow.DateModified
getsetinherited

The date the record was modified.

◆ ExchangeRateToBase

Decimal Ict.Petra.Shared.MFinance.AP.Data.AApPaymentRow.ExchangeRateToBase
getsetinherited

The exchange rate to the base currency at the time of payment.

◆ LedgerNumber

Int32 Ict.Petra.Shared.MFinance.AP.Data.AApPaymentRow.LedgerNumber
getsetinherited

This is used as a key field in most of the accounting system files.

◆ ListLabel

string Ict.Petra.Shared.MFinance.AP.Data.AccountsPayableTDSAApPaymentRow.ListLabel
getset

◆ MethodOfPayment

String Ict.Petra.Shared.MFinance.AP.Data.AApPaymentRow.MethodOfPayment
getsetinherited

Method that was used to make the payment - cheque, cash, ep, credit card, etc.

◆ ModificationId

DateTime Ict.Petra.Shared.MFinance.AP.Data.AApPaymentRow.ModificationId
getsetinherited

This identifies the current version of the record.

◆ ModifiedBy

String Ict.Petra.Shared.MFinance.AP.Data.AApPaymentRow.ModifiedBy
getsetinherited

User ID of who last modified this record.

◆ PaymentDate

System.? DateTime Ict.Petra.Shared.MFinance.AP.Data.AApPaymentRow.PaymentDate
getsetinherited

Date that the payment for an accounts payable was made.

◆ PaymentNumber

Int32 Ict.Petra.Shared.MFinance.AP.Data.AApPaymentRow.PaymentNumber
getsetinherited

Unique number to identify each payment batch.

◆ PrintCheque

bool Ict.Petra.Shared.MFinance.AP.Data.AccountsPayableTDSAApPaymentRow.PrintCheque
getset

◆ PrintRemittanceAdvice

bool Ict.Petra.Shared.MFinance.AP.Data.AccountsPayableTDSAApPaymentRow.PrintRemittanceAdvice
getset

◆ Reference

String Ict.Petra.Shared.MFinance.AP.Data.AApPaymentRow.Reference
getsetinherited

The source or reference for the accounts payable payment. This could be a cheque number.

◆ SupplierKey

Int64 Ict.Petra.Shared.MFinance.AP.Data.AccountsPayableTDSAApPaymentRow.SupplierKey
getset

◆ SupplierName

string Ict.Petra.Shared.MFinance.AP.Data.AccountsPayableTDSAApPaymentRow.SupplierName
getset

◆ UserId

String Ict.Petra.Shared.MFinance.AP.Data.AApPaymentRow.UserId
getsetinherited

This is the system user id of the person who made the payment.


The documentation for this class was generated from the following file: