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

Detailed analysis information stored along with the recurring transaction template. More...

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

Public Member Functions

 ARecurringTransAnalAttribRow (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 IsBatchNumberNull ()
 test for NULL value More...
 
void SetBatchNumberNull ()
 assign NULL value More...
 
bool IsJournalNumberNull ()
 test for NULL value More...
 
void SetJournalNumberNull ()
 assign NULL value More...
 
bool IsTransactionNumberNull ()
 test for NULL value More...
 
void SetTransactionNumberNull ()
 assign NULL value More...
 
bool IsAccountCodeNull ()
 test for NULL value More...
 
void SetAccountCodeNull ()
 assign NULL value More...
 
bool IsCostCentreCodeNull ()
 test for NULL value More...
 
void SetCostCentreCodeNull ()
 assign NULL value More...
 
bool IsAnalysisTypeCodeNull ()
 test for NULL value More...
 
void SetAnalysisTypeCodeNull ()
 assign NULL value More...
 
bool IsAnalysisAttributeValueNull ()
 test for NULL value More...
 
void SetAnalysisAttributeValueNull ()
 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...
 
Int32 BatchNumber [get, set]
 identifes which batch a transaction belongs to More...
 
Int32 JournalNumber [get, set]
 Identifies a journal within a batch. More...
 
Int32 TransactionNumber [get, set]
 Identifies a transaction within a journal within a batch within a ledger. More...
 
String AccountCode [get, set]
 This identifies the account the financial transaction must be stored against. More...
 
String CostCentreCode [get, set]
 Cost Centre to which the attribute relates. More...
 
String AnalysisTypeCode [get, set]
 
String AnalysisAttributeValue [get, set]
 
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

Detailed analysis information stored along with the recurring transaction template.

Constructor & Destructor Documentation

◆ ARecurringTransAnalAttribRow()

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

Constructor.

Member Function Documentation

◆ InitValues()

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

set default values

◆ IsAccountCodeNull()

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

test for NULL value

◆ IsAnalysisAttributeValueNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransAnalAttribRow.IsAnalysisAttributeValueNull ( )
inline

test for NULL value

◆ IsAnalysisTypeCodeNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransAnalAttribRow.IsAnalysisTypeCodeNull ( )
inline

test for NULL value

◆ IsBatchNumberNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransAnalAttribRow.IsBatchNumberNull ( )
inline

test for NULL value

◆ IsCostCentreCodeNull()

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

test for NULL value

◆ IsCreatedByNull()

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

test for NULL value

◆ IsDateCreatedNull()

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

test for NULL value

◆ IsDateModifiedNull()

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

test for NULL value

◆ IsJournalNumberNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransAnalAttribRow.IsJournalNumberNull ( )
inline

test for NULL value

◆ IsLedgerNumberNull()

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

test for NULL value

◆ IsModificationIdNull()

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

test for NULL value

◆ IsModifiedByNull()

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

test for NULL value

◆ IsTransactionNumberNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransAnalAttribRow.IsTransactionNumberNull ( )
inline

test for NULL value

◆ SetAccountCodeNull()

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

assign NULL value

◆ SetAnalysisAttributeValueNull()

void Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransAnalAttribRow.SetAnalysisAttributeValueNull ( )
inline

assign NULL value

◆ SetAnalysisTypeCodeNull()

void Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransAnalAttribRow.SetAnalysisTypeCodeNull ( )
inline

assign NULL value

◆ SetBatchNumberNull()

void Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransAnalAttribRow.SetBatchNumberNull ( )
inline

assign NULL value

◆ SetCostCentreCodeNull()

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

assign NULL value

◆ SetCreatedByNull()

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

assign NULL value

◆ SetDateCreatedNull()

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

assign NULL value

◆ SetDateModifiedNull()

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

assign NULL value

◆ SetJournalNumberNull()

void Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransAnalAttribRow.SetJournalNumberNull ( )
inline

assign NULL value

◆ SetLedgerNumberNull()

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

assign NULL value

◆ SetModificationIdNull()

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

assign NULL value

◆ SetModifiedByNull()

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

assign NULL value

◆ SetTransactionNumberNull()

void Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransAnalAttribRow.SetTransactionNumberNull ( )
inline

assign NULL value

Property Documentation

◆ AccountCode

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

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

◆ AnalysisAttributeValue

String Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransAnalAttribRow.AnalysisAttributeValue
getset

◆ AnalysisTypeCode

String Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransAnalAttribRow.AnalysisTypeCode
getset

◆ BatchNumber

Int32 Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransAnalAttribRow.BatchNumber
getset

identifes which batch a transaction belongs to

◆ CostCentreCode

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

Cost Centre to which the attribute relates.

◆ CreatedBy

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

User ID of who created this record.

◆ DateCreated

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

The date the record was created.

◆ DateModified

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

The date the record was modified.

◆ JournalNumber

Int32 Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransAnalAttribRow.JournalNumber
getset

Identifies a journal within a batch.

◆ LedgerNumber

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

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

◆ ModificationId

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

This identifies the current version of the record.

◆ ModifiedBy

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

User ID of who last modified this record.

◆ TransactionNumber

Int32 Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransAnalAttribRow.TransactionNumber
getset

Identifies a transaction within a journal within a batch within a ledger.


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