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

Indicates which accounts use analysis attributes and what attribute types may be used with the account. Analysis attributes are user-definable extra information to be stored against an account. More...

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

Public Member Functions

 AAnalysisAttributeRow (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 IsAnalysisTypeCodeNull ()
 test for NULL value More...
 
void SetAnalysisTypeCodeNull ()
 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 IsActiveNull ()
 test for NULL value More...
 
void SetActiveNull ()
 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]
 The number of the ledger in which the analysis attribute is used. More...
 
String AnalysisTypeCode [get, set]
 A code indicating the type of analysis. Valid analysis types are stored in the a_analysis_type table. More...
 
String AccountCode [get, set]
 This identifies the account the financial transaction analysis information must be stored against. More...
 
String CostCentreCode [get, set]
 Cost Centre to which the attribute relates. More...
 
Boolean Active [get, set]
 Analysis attributes cannot be deleted, because they are needed for existing transaction analysis attributes. But they can be deactivated. 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

Indicates which accounts use analysis attributes and what attribute types may be used with the account. Analysis attributes are user-definable extra information to be stored against an account.

Constructor & Destructor Documentation

◆ AAnalysisAttributeRow()

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

Constructor.

Member Function Documentation

◆ InitValues()

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

set default values

◆ IsAccountCodeNull()

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

test for NULL value

◆ IsActiveNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AAnalysisAttributeRow.IsActiveNull ( )
inline

test for NULL value

◆ IsAnalysisTypeCodeNull()

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

test for NULL value

◆ IsCostCentreCodeNull()

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

test for NULL value

◆ IsCreatedByNull()

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

test for NULL value

◆ IsDateCreatedNull()

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

test for NULL value

◆ IsDateModifiedNull()

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

test for NULL value

◆ IsLedgerNumberNull()

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

test for NULL value

◆ IsModificationIdNull()

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

test for NULL value

◆ IsModifiedByNull()

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

test for NULL value

◆ SetAccountCodeNull()

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

assign NULL value

◆ SetActiveNull()

void Ict.Petra.Shared.MFinance.Account.Data.AAnalysisAttributeRow.SetActiveNull ( )
inline

assign NULL value

◆ SetAnalysisTypeCodeNull()

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

assign NULL value

◆ SetCostCentreCodeNull()

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

assign NULL value

◆ SetCreatedByNull()

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

assign NULL value

◆ SetDateCreatedNull()

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

assign NULL value

◆ SetDateModifiedNull()

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

assign NULL value

◆ SetLedgerNumberNull()

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

assign NULL value

◆ SetModificationIdNull()

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

assign NULL value

◆ SetModifiedByNull()

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

assign NULL value

Property Documentation

◆ AccountCode

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

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

◆ Active

Boolean Ict.Petra.Shared.MFinance.Account.Data.AAnalysisAttributeRow.Active
getset

Analysis attributes cannot be deleted, because they are needed for existing transaction analysis attributes. But they can be deactivated.

◆ AnalysisTypeCode

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

A code indicating the type of analysis. Valid analysis types are stored in the a_analysis_type table.

◆ CostCentreCode

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

Cost Centre to which the attribute relates.

◆ CreatedBy

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

User ID of who created this record.

◆ DateCreated

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

The date the record was created.

◆ DateModified

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

The date the record was modified.

◆ LedgerNumber

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

The number of the ledger in which the analysis attribute is used.

◆ ModificationId

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

This identifies the current version of the record.

◆ ModifiedBy

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

User ID of who last modified this record.


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