OpenPetra
Free Administration Software for Non-Profits
|
This contains the settings for one specific bank account. More...
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... | |
This contains the settings for one specific bank account.
|
inline |
Constructor.
|
inlinevirtual |
set default values
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
getset |
The GL account for the bank account.
|
getset |
The bank account whose settings are defined here.
|
getset |
if this is true, all gifts to this bank account get this flag set
|
getset |
User ID of who created this record.
|
getset |
The date the record was created.
|
getset |
The date the record was modified.
|
getset |
This tells the plugin where to write any generated files for this bank account.
|
getset |
This tells the plugin where to find the statement files for this bank account.
|
getset |
The bank account has to be assigned to a ledger.
|
getset |
This identifies the current version of the record.
|
getset |
User ID of who last modified this record.
|
getset |
This defines a default motivation detail within a motivation group.
|
getset |
This defines a default motivation group.
|
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.
|
getset |
Other parameters for the plugin can be stored here.
|
getset |
Whether the gifts to this bank account are tax deductible.