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

Available analysis values that may be given to a transaction for each analysis type. More...

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

Public Member Functions

 AFreeformAnalysisRow (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 IsAnalysisValueNull ()
 test for NULL value More...
 
void SetAnalysisValueNull ()
 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]
 Ledger Number. More...
 
String AnalysisTypeCode [get, set]
 
String AnalysisValue [get, set]
 Value of analysis code. More...
 
Boolean Active [get, set]
 Analysis attribute values 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

Available analysis values that may be given to a transaction for each analysis type.

Constructor & Destructor Documentation

◆ AFreeformAnalysisRow()

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

Constructor.

Member Function Documentation

◆ InitValues()

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

set default values

◆ IsActiveNull()

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

test for NULL value

◆ IsAnalysisTypeCodeNull()

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

test for NULL value

◆ IsAnalysisValueNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AFreeformAnalysisRow.IsAnalysisValueNull ( )
inline

test for NULL value

◆ IsCreatedByNull()

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

test for NULL value

◆ IsDateCreatedNull()

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

test for NULL value

◆ IsDateModifiedNull()

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

test for NULL value

◆ IsLedgerNumberNull()

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

test for NULL value

◆ IsModificationIdNull()

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

test for NULL value

◆ IsModifiedByNull()

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

test for NULL value

◆ SetActiveNull()

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

assign NULL value

◆ SetAnalysisTypeCodeNull()

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

assign NULL value

◆ SetAnalysisValueNull()

void Ict.Petra.Shared.MFinance.Account.Data.AFreeformAnalysisRow.SetAnalysisValueNull ( )
inline

assign NULL value

◆ SetCreatedByNull()

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

assign NULL value

◆ SetDateCreatedNull()

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

assign NULL value

◆ SetDateModifiedNull()

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

assign NULL value

◆ SetLedgerNumberNull()

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

assign NULL value

◆ SetModificationIdNull()

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

assign NULL value

◆ SetModifiedByNull()

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

assign NULL value

Property Documentation

◆ Active

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

Analysis attribute values 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.AFreeformAnalysisRow.AnalysisTypeCode
getset

◆ AnalysisValue

String Ict.Petra.Shared.MFinance.Account.Data.AFreeformAnalysisRow.AnalysisValue
getset

Value of analysis code.

◆ CreatedBy

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

User ID of who created this record.

◆ DateCreated

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

The date the record was created.

◆ DateModified

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

The date the record was modified.

◆ LedgerNumber

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

Ledger Number.

◆ ModificationId

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

This identifies the current version of the record.

◆ ModifiedBy

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

User ID of who last modified this record.


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