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

Types of analysis attributes. More...

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

Public Member Functions

 AAnalysisTypeRow (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 IsAnalysisTypeDescriptionNull ()
 test for NULL value More...
 
void SetAnalysisTypeDescriptionNull ()
 assign NULL value More...
 
bool IsAnalysisModeNull ()
 test for NULL value More...
 
void SetAnalysisModeNull ()
 assign NULL value More...
 
bool IsAnalysisStoreNull ()
 test for NULL value More...
 
void SetAnalysisStoreNull ()
 assign NULL value More...
 
bool IsAnalysisElementNull ()
 test for NULL value More...
 
void SetAnalysisElementNull ()
 assign NULL value More...
 
bool IsSystemAnalysisTypeNull ()
 test for NULL value More...
 
void SetSystemAnalysisTypeNull ()
 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 type is used. More...
 
String AnalysisTypeCode [get, set]
 
String AnalysisTypeDescription [get, set]
 This is a short description which is 32 charcters long. More...
 
Boolean AnalysisMode [get, set]
 Shows what type of analysis attribute it is. More...
 
String AnalysisStore [get, set]
 
String AnalysisElement [get, set]
 The name of the field within a table which will be used as the analysis attribute. More...
 
Boolean SystemAnalysisType [get, set]
 To indicate whether the user or system has set up the analysis type. 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

Types of analysis attributes.

Constructor & Destructor Documentation

◆ AAnalysisTypeRow()

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

Constructor.

Member Function Documentation

◆ InitValues()

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

set default values

◆ IsAnalysisElementNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AAnalysisTypeRow.IsAnalysisElementNull ( )
inline

test for NULL value

◆ IsAnalysisModeNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AAnalysisTypeRow.IsAnalysisModeNull ( )
inline

test for NULL value

◆ IsAnalysisStoreNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AAnalysisTypeRow.IsAnalysisStoreNull ( )
inline

test for NULL value

◆ IsAnalysisTypeCodeNull()

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

test for NULL value

◆ IsAnalysisTypeDescriptionNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AAnalysisTypeRow.IsAnalysisTypeDescriptionNull ( )
inline

test for NULL value

◆ IsCreatedByNull()

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

test for NULL value

◆ IsDateCreatedNull()

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

test for NULL value

◆ IsDateModifiedNull()

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

test for NULL value

◆ IsLedgerNumberNull()

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

test for NULL value

◆ IsModificationIdNull()

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

test for NULL value

◆ IsModifiedByNull()

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

test for NULL value

◆ IsSystemAnalysisTypeNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AAnalysisTypeRow.IsSystemAnalysisTypeNull ( )
inline

test for NULL value

◆ SetAnalysisElementNull()

void Ict.Petra.Shared.MFinance.Account.Data.AAnalysisTypeRow.SetAnalysisElementNull ( )
inline

assign NULL value

◆ SetAnalysisModeNull()

void Ict.Petra.Shared.MFinance.Account.Data.AAnalysisTypeRow.SetAnalysisModeNull ( )
inline

assign NULL value

◆ SetAnalysisStoreNull()

void Ict.Petra.Shared.MFinance.Account.Data.AAnalysisTypeRow.SetAnalysisStoreNull ( )
inline

assign NULL value

◆ SetAnalysisTypeCodeNull()

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

assign NULL value

◆ SetAnalysisTypeDescriptionNull()

void Ict.Petra.Shared.MFinance.Account.Data.AAnalysisTypeRow.SetAnalysisTypeDescriptionNull ( )
inline

assign NULL value

◆ SetCreatedByNull()

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

assign NULL value

◆ SetDateCreatedNull()

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

assign NULL value

◆ SetDateModifiedNull()

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

assign NULL value

◆ SetLedgerNumberNull()

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

assign NULL value

◆ SetModificationIdNull()

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

assign NULL value

◆ SetModifiedByNull()

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

assign NULL value

◆ SetSystemAnalysisTypeNull()

void Ict.Petra.Shared.MFinance.Account.Data.AAnalysisTypeRow.SetSystemAnalysisTypeNull ( )
inline

assign NULL value

Property Documentation

◆ AnalysisElement

String Ict.Petra.Shared.MFinance.Account.Data.AAnalysisTypeRow.AnalysisElement
getset

The name of the field within a table which will be used as the analysis attribute.

◆ AnalysisMode

Boolean Ict.Petra.Shared.MFinance.Account.Data.AAnalysisTypeRow.AnalysisMode
getset

Shows what type of analysis attribute it is.

◆ AnalysisStore

String Ict.Petra.Shared.MFinance.Account.Data.AAnalysisTypeRow.AnalysisStore
getset

◆ AnalysisTypeCode

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

◆ AnalysisTypeDescription

String Ict.Petra.Shared.MFinance.Account.Data.AAnalysisTypeRow.AnalysisTypeDescription
getset

This is a short description which is 32 charcters long.

◆ CreatedBy

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

User ID of who created this record.

◆ DateCreated

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

The date the record was created.

◆ DateModified

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

The date the record was modified.

◆ LedgerNumber

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

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

◆ ModificationId

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

This identifies the current version of the record.

◆ ModifiedBy

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

User ID of who last modified this record.

◆ SystemAnalysisType

Boolean Ict.Petra.Shared.MFinance.Account.Data.AAnalysisTypeRow.SystemAnalysisType
getset

To indicate whether the user or system has set up the analysis type.


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