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...
|
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...
|
|
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.
◆ AAnalysisAttributeRow()
Ict.Petra.Shared.MFinance.Account.Data.AAnalysisAttributeRow.AAnalysisAttributeRow |
( |
System.Data.DataRowBuilder |
rb | ) |
|
|
inline |
◆ InitValues()
virtual void Ict.Petra.Shared.MFinance.Account.Data.AAnalysisAttributeRow.InitValues |
( |
| ) |
|
|
inlinevirtual |
◆ IsAccountCodeNull()
bool Ict.Petra.Shared.MFinance.Account.Data.AAnalysisAttributeRow.IsAccountCodeNull |
( |
| ) |
|
|
inline |
◆ IsActiveNull()
bool Ict.Petra.Shared.MFinance.Account.Data.AAnalysisAttributeRow.IsActiveNull |
( |
| ) |
|
|
inline |
◆ IsAnalysisTypeCodeNull()
bool Ict.Petra.Shared.MFinance.Account.Data.AAnalysisAttributeRow.IsAnalysisTypeCodeNull |
( |
| ) |
|
|
inline |
◆ IsCostCentreCodeNull()
bool Ict.Petra.Shared.MFinance.Account.Data.AAnalysisAttributeRow.IsCostCentreCodeNull |
( |
| ) |
|
|
inline |
◆ IsCreatedByNull()
bool Ict.Petra.Shared.MFinance.Account.Data.AAnalysisAttributeRow.IsCreatedByNull |
( |
| ) |
|
|
inline |
◆ IsDateCreatedNull()
bool Ict.Petra.Shared.MFinance.Account.Data.AAnalysisAttributeRow.IsDateCreatedNull |
( |
| ) |
|
|
inline |
◆ IsDateModifiedNull()
bool Ict.Petra.Shared.MFinance.Account.Data.AAnalysisAttributeRow.IsDateModifiedNull |
( |
| ) |
|
|
inline |
◆ IsLedgerNumberNull()
bool Ict.Petra.Shared.MFinance.Account.Data.AAnalysisAttributeRow.IsLedgerNumberNull |
( |
| ) |
|
|
inline |
◆ IsModificationIdNull()
bool Ict.Petra.Shared.MFinance.Account.Data.AAnalysisAttributeRow.IsModificationIdNull |
( |
| ) |
|
|
inline |
◆ IsModifiedByNull()
bool Ict.Petra.Shared.MFinance.Account.Data.AAnalysisAttributeRow.IsModifiedByNull |
( |
| ) |
|
|
inline |
◆ SetAccountCodeNull()
void Ict.Petra.Shared.MFinance.Account.Data.AAnalysisAttributeRow.SetAccountCodeNull |
( |
| ) |
|
|
inline |
◆ SetActiveNull()
void Ict.Petra.Shared.MFinance.Account.Data.AAnalysisAttributeRow.SetActiveNull |
( |
| ) |
|
|
inline |
◆ SetAnalysisTypeCodeNull()
void Ict.Petra.Shared.MFinance.Account.Data.AAnalysisAttributeRow.SetAnalysisTypeCodeNull |
( |
| ) |
|
|
inline |
◆ SetCostCentreCodeNull()
void Ict.Petra.Shared.MFinance.Account.Data.AAnalysisAttributeRow.SetCostCentreCodeNull |
( |
| ) |
|
|
inline |
◆ SetCreatedByNull()
void Ict.Petra.Shared.MFinance.Account.Data.AAnalysisAttributeRow.SetCreatedByNull |
( |
| ) |
|
|
inline |
◆ SetDateCreatedNull()
void Ict.Petra.Shared.MFinance.Account.Data.AAnalysisAttributeRow.SetDateCreatedNull |
( |
| ) |
|
|
inline |
◆ SetDateModifiedNull()
void Ict.Petra.Shared.MFinance.Account.Data.AAnalysisAttributeRow.SetDateModifiedNull |
( |
| ) |
|
|
inline |
◆ SetLedgerNumberNull()
void Ict.Petra.Shared.MFinance.Account.Data.AAnalysisAttributeRow.SetLedgerNumberNull |
( |
| ) |
|
|
inline |
◆ SetModificationIdNull()
void Ict.Petra.Shared.MFinance.Account.Data.AAnalysisAttributeRow.SetModificationIdNull |
( |
| ) |
|
|
inline |
◆ SetModifiedByNull()
void Ict.Petra.Shared.MFinance.Account.Data.AAnalysisAttributeRow.SetModifiedByNull |
( |
| ) |
|
|
inline |
◆ 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: