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

This table links the different EP payments to actual invoices and credit notes. More...

Inheritance diagram for Ict.Petra.Shared.MFinance.AP.Data.AEpDocumentPaymentRow:

Public Member Functions

 AEpDocumentPaymentRow (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 IsApDocumentIdNull ()
 test for NULL value More...
 
void SetApDocumentIdNull ()
 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 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]
 The ledger that the attribute value is associated with. More...
 
Int32 ApDocumentId [get, set]
 AP Document ref. 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...
 
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

This table links the different EP payments to actual invoices and credit notes.

Constructor & Destructor Documentation

◆ AEpDocumentPaymentRow()

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

Constructor.

Member Function Documentation

◆ InitValues()

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

set default values

◆ IsAmountNull()

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

test for NULL value

◆ IsApDocumentIdNull()

bool Ict.Petra.Shared.MFinance.AP.Data.AEpDocumentPaymentRow.IsApDocumentIdNull ( )
inline

test for NULL value

◆ IsCreatedByNull()

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

test for NULL value

◆ IsDateCreatedNull()

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

test for NULL value

◆ IsDateModifiedNull()

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

test for NULL value

◆ IsLedgerNumberNull()

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

test for NULL value

◆ IsModificationIdNull()

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

test for NULL value

◆ IsModifiedByNull()

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

test for NULL value

◆ IsPaymentNumberNull()

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

test for NULL value

◆ SetAmountNull()

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

assign NULL value

◆ SetApDocumentIdNull()

void Ict.Petra.Shared.MFinance.AP.Data.AEpDocumentPaymentRow.SetApDocumentIdNull ( )
inline

assign NULL value

◆ SetCreatedByNull()

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

assign NULL value

◆ SetDateCreatedNull()

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

assign NULL value

◆ SetDateModifiedNull()

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

assign NULL value

◆ SetLedgerNumberNull()

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

assign NULL value

◆ SetModificationIdNull()

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

assign NULL value

◆ SetModifiedByNull()

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

assign NULL value

◆ SetPaymentNumberNull()

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

assign NULL value

Property Documentation

◆ Amount

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

The amount of money that was paid.

◆ ApDocumentId

Int32 Ict.Petra.Shared.MFinance.AP.Data.AEpDocumentPaymentRow.ApDocumentId
getset

AP Document ref.

◆ CreatedBy

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

User ID of who created this record.

◆ DateCreated

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

The date the record was created.

◆ DateModified

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

The date the record was modified.

◆ LedgerNumber

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

The ledger that the attribute value is associated with.

◆ ModificationId

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

This identifies the current version of the record.

◆ ModifiedBy

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

User ID of who last modified this record.

◆ PaymentNumber

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

Unique number to identify each payment batch.


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