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

List of recently imported bank statements. More...

Inheritance diagram for Ict.Petra.Shared.MFinance.Account.Data.AEpStatementRow:

Public Member Functions

 AEpStatementRow (System.Data.DataRowBuilder rb)
 Constructor. More...
 
virtual void InitValues ()
 set default values More...
 
bool IsStatementKeyNull ()
 test for NULL value More...
 
void SetStatementKeyNull ()
 assign NULL value More...
 
bool IsBankAccountKeyNull ()
 test for NULL value More...
 
void SetBankAccountKeyNull ()
 assign NULL value More...
 
bool IsLedgerNumberNull ()
 test for NULL value More...
 
void SetLedgerNumberNull ()
 assign NULL value More...
 
bool IsBankAccountCodeNull ()
 test for NULL value More...
 
void SetBankAccountCodeNull ()
 assign NULL value More...
 
bool IsDateNull ()
 test for NULL value More...
 
void SetDateNull ()
 assign NULL value More...
 
bool IsIdFromBankNull ()
 test for NULL value More...
 
void SetIdFromBankNull ()
 assign NULL value More...
 
bool IsFilenameNull ()
 test for NULL value More...
 
void SetFilenameNull ()
 assign NULL value More...
 
bool IsStartBalanceNull ()
 test for NULL value More...
 
void SetStartBalanceNull ()
 assign NULL value More...
 
bool IsEndBalanceNull ()
 test for NULL value More...
 
void SetEndBalanceNull ()
 assign NULL value More...
 
bool IsCurrencyCodeNull ()
 test for NULL value More...
 
void SetCurrencyCodeNull ()
 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 StatementKey [get, set]
 auto generated unique identifier for bank statements More...
 
Int32 BankAccountKey [get, set]
 this is the bank account that this statement is for; this is necessary because you can have several accounts at the same bank More...
 
Int32 LedgerNumber [get, set]
 The four digit ledger number of the gift. More...
 
String BankAccountCode [get, set]
 The bank account for creating GL transactions against. More...
 
System.DateTime Date [get, set]
 The date of this statement. More...
 
String IdFromBank [get, set]
 This is the ID that the bank uses for this statement; it can be used to find the paper version of the bank statement. More...
 
String Filename [get, set]
 This is the name of the file that this statement was read from; this can be used to prevent duplicate import of bank statements. More...
 
Decimal StartBalance [get, set]
 The start balance of the bank account at the beginning of the statement. More...
 
Decimal EndBalance [get, set]
 The end balance of the bank account after the statement. More...
 
String CurrencyCode [get, set]
 This defines the currency of the transactions on this statement. 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

List of recently imported bank statements.

Constructor & Destructor Documentation

◆ AEpStatementRow()

Ict.Petra.Shared.MFinance.Account.Data.AEpStatementRow.AEpStatementRow ( System.Data.DataRowBuilder  rb)
inline

Constructor.

Member Function Documentation

◆ InitValues()

virtual void Ict.Petra.Shared.MFinance.Account.Data.AEpStatementRow.InitValues ( )
inlinevirtual

set default values

◆ IsBankAccountCodeNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AEpStatementRow.IsBankAccountCodeNull ( )
inline

test for NULL value

◆ IsBankAccountKeyNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AEpStatementRow.IsBankAccountKeyNull ( )
inline

test for NULL value

◆ IsCreatedByNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AEpStatementRow.IsCreatedByNull ( )
inline

test for NULL value

◆ IsCurrencyCodeNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AEpStatementRow.IsCurrencyCodeNull ( )
inline

test for NULL value

◆ IsDateCreatedNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AEpStatementRow.IsDateCreatedNull ( )
inline

test for NULL value

◆ IsDateModifiedNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AEpStatementRow.IsDateModifiedNull ( )
inline

test for NULL value

◆ IsDateNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AEpStatementRow.IsDateNull ( )
inline

test for NULL value

◆ IsEndBalanceNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AEpStatementRow.IsEndBalanceNull ( )
inline

test for NULL value

◆ IsFilenameNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AEpStatementRow.IsFilenameNull ( )
inline

test for NULL value

◆ IsIdFromBankNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AEpStatementRow.IsIdFromBankNull ( )
inline

test for NULL value

◆ IsLedgerNumberNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AEpStatementRow.IsLedgerNumberNull ( )
inline

test for NULL value

◆ IsModificationIdNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AEpStatementRow.IsModificationIdNull ( )
inline

test for NULL value

◆ IsModifiedByNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AEpStatementRow.IsModifiedByNull ( )
inline

test for NULL value

◆ IsStartBalanceNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AEpStatementRow.IsStartBalanceNull ( )
inline

test for NULL value

◆ IsStatementKeyNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AEpStatementRow.IsStatementKeyNull ( )
inline

test for NULL value

◆ SetBankAccountCodeNull()

void Ict.Petra.Shared.MFinance.Account.Data.AEpStatementRow.SetBankAccountCodeNull ( )
inline

assign NULL value

◆ SetBankAccountKeyNull()

void Ict.Petra.Shared.MFinance.Account.Data.AEpStatementRow.SetBankAccountKeyNull ( )
inline

assign NULL value

◆ SetCreatedByNull()

void Ict.Petra.Shared.MFinance.Account.Data.AEpStatementRow.SetCreatedByNull ( )
inline

assign NULL value

◆ SetCurrencyCodeNull()

void Ict.Petra.Shared.MFinance.Account.Data.AEpStatementRow.SetCurrencyCodeNull ( )
inline

assign NULL value

◆ SetDateCreatedNull()

void Ict.Petra.Shared.MFinance.Account.Data.AEpStatementRow.SetDateCreatedNull ( )
inline

assign NULL value

◆ SetDateModifiedNull()

void Ict.Petra.Shared.MFinance.Account.Data.AEpStatementRow.SetDateModifiedNull ( )
inline

assign NULL value

◆ SetDateNull()

void Ict.Petra.Shared.MFinance.Account.Data.AEpStatementRow.SetDateNull ( )
inline

assign NULL value

◆ SetEndBalanceNull()

void Ict.Petra.Shared.MFinance.Account.Data.AEpStatementRow.SetEndBalanceNull ( )
inline

assign NULL value

◆ SetFilenameNull()

void Ict.Petra.Shared.MFinance.Account.Data.AEpStatementRow.SetFilenameNull ( )
inline

assign NULL value

◆ SetIdFromBankNull()

void Ict.Petra.Shared.MFinance.Account.Data.AEpStatementRow.SetIdFromBankNull ( )
inline

assign NULL value

◆ SetLedgerNumberNull()

void Ict.Petra.Shared.MFinance.Account.Data.AEpStatementRow.SetLedgerNumberNull ( )
inline

assign NULL value

◆ SetModificationIdNull()

void Ict.Petra.Shared.MFinance.Account.Data.AEpStatementRow.SetModificationIdNull ( )
inline

assign NULL value

◆ SetModifiedByNull()

void Ict.Petra.Shared.MFinance.Account.Data.AEpStatementRow.SetModifiedByNull ( )
inline

assign NULL value

◆ SetStartBalanceNull()

void Ict.Petra.Shared.MFinance.Account.Data.AEpStatementRow.SetStartBalanceNull ( )
inline

assign NULL value

◆ SetStatementKeyNull()

void Ict.Petra.Shared.MFinance.Account.Data.AEpStatementRow.SetStatementKeyNull ( )
inline

assign NULL value

Property Documentation

◆ BankAccountCode

String Ict.Petra.Shared.MFinance.Account.Data.AEpStatementRow.BankAccountCode
getset

The bank account for creating GL transactions against.

◆ BankAccountKey

Int32 Ict.Petra.Shared.MFinance.Account.Data.AEpStatementRow.BankAccountKey
getset

this is the bank account that this statement is for; this is necessary because you can have several accounts at the same bank

◆ CreatedBy

String Ict.Petra.Shared.MFinance.Account.Data.AEpStatementRow.CreatedBy
getset

User ID of who created this record.

◆ CurrencyCode

String Ict.Petra.Shared.MFinance.Account.Data.AEpStatementRow.CurrencyCode
getset

This defines the currency of the transactions on this statement.

◆ Date

System.DateTime Ict.Petra.Shared.MFinance.Account.Data.AEpStatementRow.Date
getset

The date of this statement.

◆ DateCreated

System.? DateTime Ict.Petra.Shared.MFinance.Account.Data.AEpStatementRow.DateCreated
getset

The date the record was created.

◆ DateModified

System.? DateTime Ict.Petra.Shared.MFinance.Account.Data.AEpStatementRow.DateModified
getset

The date the record was modified.

◆ EndBalance

Decimal Ict.Petra.Shared.MFinance.Account.Data.AEpStatementRow.EndBalance
getset

The end balance of the bank account after the statement.

◆ Filename

String Ict.Petra.Shared.MFinance.Account.Data.AEpStatementRow.Filename
getset

This is the name of the file that this statement was read from; this can be used to prevent duplicate import of bank statements.

◆ IdFromBank

String Ict.Petra.Shared.MFinance.Account.Data.AEpStatementRow.IdFromBank
getset

This is the ID that the bank uses for this statement; it can be used to find the paper version of the bank statement.

◆ LedgerNumber

Int32 Ict.Petra.Shared.MFinance.Account.Data.AEpStatementRow.LedgerNumber
getset

The four digit ledger number of the gift.

◆ ModificationId

DateTime Ict.Petra.Shared.MFinance.Account.Data.AEpStatementRow.ModificationId
getset

This identifies the current version of the record.

◆ ModifiedBy

String Ict.Petra.Shared.MFinance.Account.Data.AEpStatementRow.ModifiedBy
getset

User ID of who last modified this record.

◆ StartBalance

Decimal Ict.Petra.Shared.MFinance.Account.Data.AEpStatementRow.StartBalance
getset

The start balance of the bank account at the beginning of the statement.

◆ StatementKey

Int32 Ict.Petra.Shared.MFinance.Account.Data.AEpStatementRow.StatementKey
getset

auto generated unique identifier for bank statements


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