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

This contains the settings for one specific bank account. More...

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

Public Member Functions

 AEpAccountRow (System.Data.DataRowBuilder rb)
 Constructor. More...
 
virtual void InitValues ()
 set default values More...
 
bool IsBankingDetailsKeyNull ()
 test for NULL value More...
 
void SetBankingDetailsKeyNull ()
 assign NULL value More...
 
bool IsLedgerNumberNull ()
 test for NULL value More...
 
void SetLedgerNumberNull ()
 assign NULL value More...
 
bool IsAccountCodeNull ()
 test for NULL value More...
 
void SetAccountCodeNull ()
 assign NULL value More...
 
bool IsImportfilePathNull ()
 test for NULL value More...
 
void SetImportfilePathNull ()
 assign NULL value More...
 
bool IsExportfilePathNull ()
 test for NULL value More...
 
void SetExportfilePathNull ()
 assign NULL value More...
 
bool IsPluginFilenameNull ()
 test for NULL value More...
 
void SetPluginFilenameNull ()
 assign NULL value More...
 
bool IsPluginParametersNull ()
 test for NULL value More...
 
void SetPluginParametersNull ()
 assign NULL value More...
 
bool IsConfidentialGiftFlagNull ()
 test for NULL value More...
 
void SetConfidentialGiftFlagNull ()
 assign NULL value More...
 
bool IsTaxDeductibleNull ()
 test for NULL value More...
 
void SetTaxDeductibleNull ()
 assign NULL value More...
 
bool IsMotivationGroupCodeNull ()
 test for NULL value More...
 
void SetMotivationGroupCodeNull ()
 assign NULL value More...
 
bool IsMotivationDetailCodeNull ()
 test for NULL value More...
 
void SetMotivationDetailCodeNull ()
 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 BankingDetailsKey [get, set]
 The bank account whose settings are defined here. More...
 
Int32 LedgerNumber [get, set]
 The bank account has to be assigned to a ledger. More...
 
String AccountCode [get, set]
 The GL account for the bank account. More...
 
String ImportfilePath [get, set]
 This tells the plugin where to find the statement files for this bank account. More...
 
String ExportfilePath [get, set]
 This tells the plugin where to write any generated files for this bank account. More...
 
String PluginFilename [get, set]
 This can be either the name of an executable or a DLL that is able to process the country (or bank) specific bank statements. More...
 
String PluginParameters [get, set]
 Other parameters for the plugin can be stored here. More...
 
Boolean ConfidentialGiftFlag [get, set]
 if this is true, all gifts to this bank account get this flag set More...
 
Boolean TaxDeductible [get, set]
 Whether the gifts to this bank account are tax deductible. More...
 
String MotivationGroupCode [get, set]
 This defines a default motivation group. More...
 
String MotivationDetailCode [get, set]
 This defines a default motivation detail within a motivation group. 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 contains the settings for one specific bank account.

Constructor & Destructor Documentation

◆ AEpAccountRow()

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

Constructor.

Member Function Documentation

◆ InitValues()

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

set default values

◆ IsAccountCodeNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AEpAccountRow.IsAccountCodeNull ( )
inline

test for NULL value

◆ IsBankingDetailsKeyNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AEpAccountRow.IsBankingDetailsKeyNull ( )
inline

test for NULL value

◆ IsConfidentialGiftFlagNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AEpAccountRow.IsConfidentialGiftFlagNull ( )
inline

test for NULL value

◆ IsCreatedByNull()

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

test for NULL value

◆ IsDateCreatedNull()

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

test for NULL value

◆ IsDateModifiedNull()

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

test for NULL value

◆ IsExportfilePathNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AEpAccountRow.IsExportfilePathNull ( )
inline

test for NULL value

◆ IsImportfilePathNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AEpAccountRow.IsImportfilePathNull ( )
inline

test for NULL value

◆ IsLedgerNumberNull()

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

test for NULL value

◆ IsModificationIdNull()

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

test for NULL value

◆ IsModifiedByNull()

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

test for NULL value

◆ IsMotivationDetailCodeNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AEpAccountRow.IsMotivationDetailCodeNull ( )
inline

test for NULL value

◆ IsMotivationGroupCodeNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AEpAccountRow.IsMotivationGroupCodeNull ( )
inline

test for NULL value

◆ IsPluginFilenameNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AEpAccountRow.IsPluginFilenameNull ( )
inline

test for NULL value

◆ IsPluginParametersNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AEpAccountRow.IsPluginParametersNull ( )
inline

test for NULL value

◆ IsTaxDeductibleNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AEpAccountRow.IsTaxDeductibleNull ( )
inline

test for NULL value

◆ SetAccountCodeNull()

void Ict.Petra.Shared.MFinance.Account.Data.AEpAccountRow.SetAccountCodeNull ( )
inline

assign NULL value

◆ SetBankingDetailsKeyNull()

void Ict.Petra.Shared.MFinance.Account.Data.AEpAccountRow.SetBankingDetailsKeyNull ( )
inline

assign NULL value

◆ SetConfidentialGiftFlagNull()

void Ict.Petra.Shared.MFinance.Account.Data.AEpAccountRow.SetConfidentialGiftFlagNull ( )
inline

assign NULL value

◆ SetCreatedByNull()

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

assign NULL value

◆ SetDateCreatedNull()

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

assign NULL value

◆ SetDateModifiedNull()

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

assign NULL value

◆ SetExportfilePathNull()

void Ict.Petra.Shared.MFinance.Account.Data.AEpAccountRow.SetExportfilePathNull ( )
inline

assign NULL value

◆ SetImportfilePathNull()

void Ict.Petra.Shared.MFinance.Account.Data.AEpAccountRow.SetImportfilePathNull ( )
inline

assign NULL value

◆ SetLedgerNumberNull()

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

assign NULL value

◆ SetModificationIdNull()

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

assign NULL value

◆ SetModifiedByNull()

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

assign NULL value

◆ SetMotivationDetailCodeNull()

void Ict.Petra.Shared.MFinance.Account.Data.AEpAccountRow.SetMotivationDetailCodeNull ( )
inline

assign NULL value

◆ SetMotivationGroupCodeNull()

void Ict.Petra.Shared.MFinance.Account.Data.AEpAccountRow.SetMotivationGroupCodeNull ( )
inline

assign NULL value

◆ SetPluginFilenameNull()

void Ict.Petra.Shared.MFinance.Account.Data.AEpAccountRow.SetPluginFilenameNull ( )
inline

assign NULL value

◆ SetPluginParametersNull()

void Ict.Petra.Shared.MFinance.Account.Data.AEpAccountRow.SetPluginParametersNull ( )
inline

assign NULL value

◆ SetTaxDeductibleNull()

void Ict.Petra.Shared.MFinance.Account.Data.AEpAccountRow.SetTaxDeductibleNull ( )
inline

assign NULL value

Property Documentation

◆ AccountCode

String Ict.Petra.Shared.MFinance.Account.Data.AEpAccountRow.AccountCode
getset

The GL account for the bank account.

◆ BankingDetailsKey

Int32 Ict.Petra.Shared.MFinance.Account.Data.AEpAccountRow.BankingDetailsKey
getset

The bank account whose settings are defined here.

◆ ConfidentialGiftFlag

Boolean Ict.Petra.Shared.MFinance.Account.Data.AEpAccountRow.ConfidentialGiftFlag
getset

if this is true, all gifts to this bank account get this flag set

◆ CreatedBy

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

User ID of who created this record.

◆ DateCreated

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

The date the record was created.

◆ DateModified

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

The date the record was modified.

◆ ExportfilePath

String Ict.Petra.Shared.MFinance.Account.Data.AEpAccountRow.ExportfilePath
getset

This tells the plugin where to write any generated files for this bank account.

◆ ImportfilePath

String Ict.Petra.Shared.MFinance.Account.Data.AEpAccountRow.ImportfilePath
getset

This tells the plugin where to find the statement files for this bank account.

◆ LedgerNumber

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

The bank account has to be assigned to a ledger.

◆ ModificationId

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

This identifies the current version of the record.

◆ ModifiedBy

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

User ID of who last modified this record.

◆ MotivationDetailCode

String Ict.Petra.Shared.MFinance.Account.Data.AEpAccountRow.MotivationDetailCode
getset

This defines a default motivation detail within a motivation group.

◆ MotivationGroupCode

String Ict.Petra.Shared.MFinance.Account.Data.AEpAccountRow.MotivationGroupCode
getset

This defines a default motivation group.

◆ PluginFilename

String Ict.Petra.Shared.MFinance.Account.Data.AEpAccountRow.PluginFilename
getset

This can be either the name of an executable or a DLL that is able to process the country (or bank) specific bank statements.

◆ PluginParameters

String Ict.Petra.Shared.MFinance.Account.Data.AEpAccountRow.PluginParameters
getset

Other parameters for the plugin can be stored here.

◆ TaxDeductible

Boolean Ict.Petra.Shared.MFinance.Account.Data.AEpAccountRow.TaxDeductible
getset

Whether the gifts to this bank account are tax deductible.


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