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

Charges to collect from other ledgers. (e.g. office admin fee) More...

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

Public Member Functions

 AFeesReceivableRow (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 IsFeeCodeNull ()
 test for NULL value More...
 
void SetFeeCodeNull ()
 assign NULL value More...
 
bool IsChargeOptionNull ()
 test for NULL value More...
 
void SetChargeOptionNull ()
 assign NULL value More...
 
bool IsChargePercentageNull ()
 test for NULL value More...
 
void SetChargePercentageNull ()
 assign NULL value More...
 
bool IsChargeAmountNull ()
 test for NULL value More...
 
void SetChargeAmountNull ()
 assign NULL value More...
 
bool IsCostCentreCodeNull ()
 test for NULL value More...
 
void SetCostCentreCodeNull ()
 assign NULL value More...
 
bool IsAccountCodeNull ()
 test for NULL value More...
 
void SetAccountCodeNull ()
 assign NULL value More...
 
bool IsFeeDescriptionNull ()
 test for NULL value More...
 
void SetFeeDescriptionNull ()
 assign NULL value More...
 
bool IsDrAccountCodeNull ()
 test for NULL value More...
 
void SetDrAccountCodeNull ()
 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...
 
String FeeCode [get, set]
 Identifies a specific fee. More...
 
String ChargeOption [get, set]
 
Decimal ChargePercentage [get, set]
 
Decimal ChargeAmount [get, set]
 This is a the max or min amount charged dependent on the charge option in number of currency units. More...
 
String CostCentreCode [get, set]
 This identifies which cost centre an account is applied to. A cost centre can be a partner but reflected as a character rather than a numeric. More...
 
String AccountCode [get, set]
 This identifies the account the financial transaction must be stored against. More...
 
String FeeDescription [get, set]
 Description of what this admin charge is for. More...
 
String DrAccountCode [get, set]
 This identifies the account for the DR side of the financial transaction. 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

Charges to collect from other ledgers. (e.g. office admin fee)

Constructor & Destructor Documentation

◆ AFeesReceivableRow()

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

Constructor.

Member Function Documentation

◆ InitValues()

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

set default values

◆ IsAccountCodeNull()

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

test for NULL value

◆ IsChargeAmountNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AFeesReceivableRow.IsChargeAmountNull ( )
inline

test for NULL value

◆ IsChargeOptionNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AFeesReceivableRow.IsChargeOptionNull ( )
inline

test for NULL value

◆ IsChargePercentageNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AFeesReceivableRow.IsChargePercentageNull ( )
inline

test for NULL value

◆ IsCostCentreCodeNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AFeesReceivableRow.IsCostCentreCodeNull ( )
inline

test for NULL value

◆ IsCreatedByNull()

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

test for NULL value

◆ IsDateCreatedNull()

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

test for NULL value

◆ IsDateModifiedNull()

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

test for NULL value

◆ IsDrAccountCodeNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AFeesReceivableRow.IsDrAccountCodeNull ( )
inline

test for NULL value

◆ IsFeeCodeNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AFeesReceivableRow.IsFeeCodeNull ( )
inline

test for NULL value

◆ IsFeeDescriptionNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AFeesReceivableRow.IsFeeDescriptionNull ( )
inline

test for NULL value

◆ IsLedgerNumberNull()

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

test for NULL value

◆ IsModificationIdNull()

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

test for NULL value

◆ IsModifiedByNull()

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

test for NULL value

◆ SetAccountCodeNull()

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

assign NULL value

◆ SetChargeAmountNull()

void Ict.Petra.Shared.MFinance.Account.Data.AFeesReceivableRow.SetChargeAmountNull ( )
inline

assign NULL value

◆ SetChargeOptionNull()

void Ict.Petra.Shared.MFinance.Account.Data.AFeesReceivableRow.SetChargeOptionNull ( )
inline

assign NULL value

◆ SetChargePercentageNull()

void Ict.Petra.Shared.MFinance.Account.Data.AFeesReceivableRow.SetChargePercentageNull ( )
inline

assign NULL value

◆ SetCostCentreCodeNull()

void Ict.Petra.Shared.MFinance.Account.Data.AFeesReceivableRow.SetCostCentreCodeNull ( )
inline

assign NULL value

◆ SetCreatedByNull()

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

assign NULL value

◆ SetDateCreatedNull()

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

assign NULL value

◆ SetDateModifiedNull()

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

assign NULL value

◆ SetDrAccountCodeNull()

void Ict.Petra.Shared.MFinance.Account.Data.AFeesReceivableRow.SetDrAccountCodeNull ( )
inline

assign NULL value

◆ SetFeeCodeNull()

void Ict.Petra.Shared.MFinance.Account.Data.AFeesReceivableRow.SetFeeCodeNull ( )
inline

assign NULL value

◆ SetFeeDescriptionNull()

void Ict.Petra.Shared.MFinance.Account.Data.AFeesReceivableRow.SetFeeDescriptionNull ( )
inline

assign NULL value

◆ SetLedgerNumberNull()

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

assign NULL value

◆ SetModificationIdNull()

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

assign NULL value

◆ SetModifiedByNull()

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

assign NULL value

Property Documentation

◆ AccountCode

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

This identifies the account the financial transaction must be stored against.

◆ ChargeAmount

Decimal Ict.Petra.Shared.MFinance.Account.Data.AFeesReceivableRow.ChargeAmount
getset

This is a the max or min amount charged dependent on the charge option in number of currency units.

◆ ChargeOption

String Ict.Petra.Shared.MFinance.Account.Data.AFeesReceivableRow.ChargeOption
getset

◆ ChargePercentage

Decimal Ict.Petra.Shared.MFinance.Account.Data.AFeesReceivableRow.ChargePercentage
getset

◆ CostCentreCode

String Ict.Petra.Shared.MFinance.Account.Data.AFeesReceivableRow.CostCentreCode
getset

This identifies which cost centre an account is applied to. A cost centre can be a partner but reflected as a character rather than a numeric.

◆ CreatedBy

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

User ID of who created this record.

◆ DateCreated

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

The date the record was created.

◆ DateModified

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

The date the record was modified.

◆ DrAccountCode

String Ict.Petra.Shared.MFinance.Account.Data.AFeesReceivableRow.DrAccountCode
getset

This identifies the account for the DR side of the financial transaction.

◆ FeeCode

String Ict.Petra.Shared.MFinance.Account.Data.AFeesReceivableRow.FeeCode
getset

Identifies a specific fee.

◆ FeeDescription

String Ict.Petra.Shared.MFinance.Account.Data.AFeesReceivableRow.FeeDescription
getset

Description of what this admin charge is for.

◆ LedgerNumber

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

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

◆ ModificationId

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

This identifies the current version of the record.

◆ ModifiedBy

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

User ID of who last modified this record.


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