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

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

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

Public Member Functions

 AApPaymentRow (System.Data.DataRowBuilder rb)
 Constructor. More...
 
virtual void InitValues ()
 set default values 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

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

◆ AApPaymentRow()

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

Constructor.

Member Function Documentation

◆ InitValues()

virtual void Ict.Petra.Shared.MFinance.AP.Data.AApPaymentRow.InitValues ( )
inlinevirtual

◆ IsAmountNull()

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

test for NULL value

◆ IsBankAccountNull()

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

test for NULL value

◆ IsCreatedByNull()

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

test for NULL value

◆ IsCurrencyCodeNull()

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

test for NULL value

◆ IsDateCreatedNull()

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

test for NULL value

◆ IsDateModifiedNull()

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

test for NULL value

◆ IsExchangeRateToBaseNull()

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

test for NULL value

◆ IsLedgerNumberNull()

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

test for NULL value

◆ IsMethodOfPaymentNull()

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

test for NULL value

◆ IsModificationIdNull()

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

test for NULL value

◆ IsModifiedByNull()

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

test for NULL value

◆ IsPaymentDateNull()

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

test for NULL value

◆ IsPaymentNumberNull()

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

test for NULL value

◆ IsReferenceNull()

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

test for NULL value

◆ IsUserIdNull()

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

test for NULL value

◆ SetAmountNull()

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

assign NULL value

◆ SetBankAccountNull()

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

assign NULL value

◆ SetCreatedByNull()

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

assign NULL value

◆ SetCurrencyCodeNull()

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

assign NULL value

◆ SetDateCreatedNull()

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

assign NULL value

◆ SetDateModifiedNull()

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

assign NULL value

◆ SetExchangeRateToBaseNull()

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

assign NULL value

◆ SetLedgerNumberNull()

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

assign NULL value

◆ SetMethodOfPaymentNull()

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

assign NULL value

◆ SetModificationIdNull()

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

assign NULL value

◆ SetModifiedByNull()

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

assign NULL value

◆ SetPaymentDateNull()

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

assign NULL value

◆ SetPaymentNumberNull()

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

assign NULL value

◆ SetReferenceNull()

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

assign NULL value

◆ SetUserIdNull()

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

assign NULL value

Property Documentation

◆ Amount

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

The amount of money that was paid.

◆ BankAccount

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

Bank account from which to make the payment.

◆ CreatedBy

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

User ID of who created this record.

◆ CurrencyCode

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

the currency of the document

◆ DateCreated

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

The date the record was created.

◆ DateModified

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

The date the record was modified.

◆ ExchangeRateToBase

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

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

◆ LedgerNumber

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

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

◆ MethodOfPayment

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

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

◆ ModificationId

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

This identifies the current version of the record.

◆ ModifiedBy

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

User ID of who last modified this record.

◆ PaymentDate

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

Date that the payment for an accounts payable was made.

◆ PaymentNumber

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

Unique number to identify each payment batch.

◆ Reference

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

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

◆ UserId

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

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


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