OpenPetra
Free Administration Software for Non-Profits
|
Types of analysis attributes. More...
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... | |
Types of analysis attributes.
|
inline |
Constructor.
|
inlinevirtual |
set default values
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
getset |
The name of the field within a table which will be used as the analysis attribute.
|
getset |
Shows what type of analysis attribute it is.
|
getset |
|
getset |
|
getset |
This is a short description which is 32 charcters long.
|
getset |
User ID of who created this record.
|
getset |
The date the record was created.
|
getset |
The date the record was modified.
|
getset |
The number of the ledger in which the analysis type is used.
|
getset |
This identifies the current version of the record.
|
getset |
User ID of who last modified this record.
|
getset |
To indicate whether the user or system has set up the analysis type.