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

Details about each account code within a ledger. Also holds information on the summary account structure for reporting. More...

Inheritance diagram for Ict.Petra.Shared.MFinance.GL.Data.GLSetupTDSAAccountTable:
Ict.Petra.Shared.MFinance.Account.Data.AAccountTable Ict.Common.Data.TTypedDataTable

Public Member Functions

 GLSetupTDSAAccountTable ()
 constructor More...
 
 GLSetupTDSAAccountTable (string ATablename)
 constructor More...
 
 GLSetupTDSAAccountTable (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)
 constructor for serialization More...
 
override void InitVars ()
 assign columns to properties, set primary key More...
 
new GLSetupTDSAAccountRow NewRowTyped (bool AWithDefaultValues)
 create a new typed row More...
 
new GLSetupTDSAAccountRow NewRowTyped ()
 create a new typed row, always with default values More...
 
new GLSetupTDSAAccountTable GetChangesTyped ()
 get typed set of changes More...
 
override OdbcParameter CreateOdbcParameter (Int32 AColumnNr)
 get an odbc parameter for the given column More...
 
new DataTable GetChanges ()
 make sure that we use GetChangesType instead of GetChanges More...
 
virtual string GetCustomReportPermission ()
 string to indicate which permissions a user needs to access table for custom reports (e.g. "PTNRUSER", "OR(FINANCE-1,DEVUSER)", "AND(PTNRUSER,FINANCE-1)" This should be returned by method in derived class More...
 
virtual bool IsAvailableForCustomReport ()
 Is this table generally available in custom reports? More...
 
virtual List< String > GetCustomReportFieldList ()
 Return a list of fields that are available for custom reports More...
 
DataTable GetChangesTypedInternal ()
 our own version of GetChanges More...
 
void RemoveColumnsNotInTableTemplate (DataTable ATableTemplate)
 remove columns that are not needed More...
 

Static Public Member Functions

static new string GetTableName ()
 return the CamelCase name of the table More...
 
static new string GetTableDBName ()
 return the name of the table as it is used in the database More...
 
static new string GetTableDBLabel ()
 static method to return the 'Label' of the table as it is used in the database (the 'Label' is usually a short description of what the db table is about) More...
 
static string GetBankAccountFlagDBName ()
 get the name of the field in the database for this column More...
 
static short GetBankAccountFlagLength ()
 get character length for column More...
 
static string GetBankAccountFlagHelp ()
 get the help text for the field in the database for this column More...
 
static string GetCashAccountFlagDBName ()
 get the name of the field in the database for this column More...
 
static short GetCashAccountFlagLength ()
 get character length for column More...
 
static string GetCashAccountFlagHelp ()
 get the help text for the field in the database for this column More...
 
static string GetSuspenseAccountFlagDBName ()
 get the name of the field in the database for this column More...
 
static short GetSuspenseAccountFlagLength ()
 get character length for column More...
 
static string GetSuspenseAccountFlagHelp ()
 get the help text for the field in the database for this column More...
 
static string GetYtdActualBaseDBName ()
 get the name of the field in the database for this column More...
 
static short GetYtdActualBaseLength ()
 get character length for column More...
 
static string GetYtdActualBaseHelp ()
 get the help text for the field in the database for this column More...
 
static string GetYtdActualForeignDBName ()
 get the name of the field in the database for this column More...
 
static short GetYtdActualForeignLength ()
 get character length for column More...
 
static string GetYtdActualForeignHelp ()
 get the help text for the field in the database for this column More...
 
static string GetTableName (short ATableNumber)
 the table name in CamelCase More...
 
static OdbcParameter CreateOdbcParameter (short ATableNumber, TSearchCriteria ASearchCriteria)
 create an odbc parameter for the given column More...
 
static OdbcParameter CreateOdbcParameter (short ATableNumber, Int32 AColumnNr)
 create an odbc parameter for the given column More...
 
static string GetLedgerNumberDBName ()
 get the name of the field in the database for this column More...
 
static short GetLedgerNumberLength ()
 get character length for column More...
 
static string GetLedgerNumberHelp ()
 get the help text for the field in the database for this column More...
 
static string GetAccountCodeDBName ()
 get the name of the field in the database for this column More...
 
static short GetAccountCodeLength ()
 get character length for column More...
 
static string GetAccountCodeHelp ()
 get the help text for the field in the database for this column More...
 
static string GetAccountTypeDBName ()
 get the name of the field in the database for this column More...
 
static short GetAccountTypeLength ()
 get character length for column More...
 
static string GetAccountTypeHelp ()
 get the help text for the field in the database for this column More...
 
static string GetAccountCodeLongDescDBName ()
 get the name of the field in the database for this column More...
 
static short GetAccountCodeLongDescLength ()
 get character length for column More...
 
static string GetAccountCodeLongDescHelp ()
 get the help text for the field in the database for this column More...
 
static string GetAccountCodeShortDescDBName ()
 get the name of the field in the database for this column More...
 
static short GetAccountCodeShortDescLength ()
 get character length for column More...
 
static string GetAccountCodeShortDescHelp ()
 get the help text for the field in the database for this column More...
 
static string GetEngAccountCodeShortDescDBName ()
 get the name of the field in the database for this column More...
 
static short GetEngAccountCodeShortDescLength ()
 get character length for column More...
 
static string GetEngAccountCodeShortDescHelp ()
 get the help text for the field in the database for this column More...
 
static string GetEngAccountCodeLongDescDBName ()
 get the name of the field in the database for this column More...
 
static short GetEngAccountCodeLongDescLength ()
 get character length for column More...
 
static string GetEngAccountCodeLongDescHelp ()
 get the help text for the field in the database for this column More...
 
static string GetDebitCreditIndicatorDBName ()
 get the name of the field in the database for this column More...
 
static short GetDebitCreditIndicatorLength ()
 get character length for column More...
 
static string GetDebitCreditIndicatorHelp ()
 get the help text for the field in the database for this column More...
 
static string GetAccountActiveFlagDBName ()
 get the name of the field in the database for this column More...
 
static short GetAccountActiveFlagLength ()
 get character length for column More...
 
static string GetAccountActiveFlagHelp ()
 get the help text for the field in the database for this column More...
 
static string GetAnalysisAttributeFlagDBName ()
 get the name of the field in the database for this column More...
 
static short GetAnalysisAttributeFlagLength ()
 get character length for column More...
 
static string GetAnalysisAttributeFlagHelp ()
 get the help text for the field in the database for this column More...
 
static string GetStandardAccountFlagDBName ()
 get the name of the field in the database for this column More...
 
static short GetStandardAccountFlagLength ()
 get character length for column More...
 
static string GetStandardAccountFlagHelp ()
 get the help text for the field in the database for this column More...
 
static string GetConsolidationAccountFlagDBName ()
 get the name of the field in the database for this column More...
 
static short GetConsolidationAccountFlagLength ()
 get character length for column More...
 
static string GetConsolidationAccountFlagHelp ()
 get the help text for the field in the database for this column More...
 
static string GetIntercompanyAccountFlagDBName ()
 get the name of the field in the database for this column More...
 
static short GetIntercompanyAccountFlagLength ()
 get character length for column More...
 
static string GetIntercompanyAccountFlagHelp ()
 get the help text for the field in the database for this column More...
 
static string GetBudgetTypeCodeDBName ()
 get the name of the field in the database for this column More...
 
static short GetBudgetTypeCodeLength ()
 get character length for column More...
 
static string GetBudgetTypeCodeHelp ()
 get the help text for the field in the database for this column More...
 
static string GetPostingStatusDBName ()
 get the name of the field in the database for this column More...
 
static short GetPostingStatusLength ()
 get character length for column More...
 
static string GetPostingStatusHelp ()
 get the help text for the field in the database for this column More...
 
static string GetSystemAccountFlagDBName ()
 get the name of the field in the database for this column More...
 
static short GetSystemAccountFlagLength ()
 get character length for column More...
 
static string GetSystemAccountFlagHelp ()
 get the help text for the field in the database for this column More...
 
static string GetBudgetControlFlagDBName ()
 get the name of the field in the database for this column More...
 
static short GetBudgetControlFlagLength ()
 get character length for column More...
 
static string GetBudgetControlFlagHelp ()
 get the help text for the field in the database for this column More...
 
static string GetValidCcComboDBName ()
 get the name of the field in the database for this column More...
 
static short GetValidCcComboLength ()
 get character length for column More...
 
static string GetValidCcComboHelp ()
 get the help text for the field in the database for this column More...
 
static string GetForeignCurrencyFlagDBName ()
 get the name of the field in the database for this column More...
 
static short GetForeignCurrencyFlagLength ()
 get character length for column More...
 
static string GetForeignCurrencyFlagHelp ()
 get the help text for the field in the database for this column More...
 
static string GetForeignCurrencyCodeDBName ()
 get the name of the field in the database for this column More...
 
static short GetForeignCurrencyCodeLength ()
 get character length for column More...
 
static string GetForeignCurrencyCodeHelp ()
 get the help text for the field in the database for this column More...
 
static string GetBankingDetailsKeyDBName ()
 get the name of the field in the database for this column More...
 
static short GetBankingDetailsKeyLength ()
 get character length for column More...
 
static string GetBankingDetailsKeyHelp ()
 get the help text for the field in the database for this column More...
 
static string GetDateCreatedDBName ()
 get the name of the field in the database for this column More...
 
static short GetDateCreatedLength ()
 get character length for column More...
 
static string GetDateCreatedHelp ()
 get the help text for the field in the database for this column More...
 
static string GetCreatedByDBName ()
 get the name of the field in the database for this column More...
 
static short GetCreatedByLength ()
 get character length for column More...
 
static string GetCreatedByHelp ()
 get the help text for the field in the database for this column More...
 
static string GetDateModifiedDBName ()
 get the name of the field in the database for this column More...
 
static short GetDateModifiedLength ()
 get character length for column More...
 
static string GetDateModifiedHelp ()
 get the help text for the field in the database for this column More...
 
static string GetModifiedByDBName ()
 get the name of the field in the database for this column More...
 
static short GetModifiedByLength ()
 get character length for column More...
 
static string GetModifiedByHelp ()
 get the help text for the field in the database for this column More...
 
static string GetModificationIdDBName ()
 get the name of the field in the database for this column More...
 
static short GetModificationIdLength ()
 get character length for column More...
 
static string GetModificationIdHelp ()
 get the help text for the field in the database for this column More...
 
static void ResetStaticVariables ()
 reset the static variables for each Web Request call. More...
 
static string GetTableNameSQL (short ATableNumber)
 the table name as it is in the SQL database More...
 
static TTypedTableInfo GetTableByName (string ATableName)
 the table name in CamelCase More...
 
static string GetColumnNameSQL (short ATableNumber, short AColumnNr)
 the column name as it is in the SQL database More...
 
static string GetLabel (short ATableNumber, short AColumnNr)
 returns the translated label for the column More...
 
static Int32 GetLength (short ATableNumber, short AColumnNr)
 get the maximum length for the field More...
 
static Int32 GetLength (string ATableName, string AColumnName)
 get the maximum length for the field More...
 
static string[] GetKeyColumnStringList (short ATableNumber, int[] AKeyColumnsOrder)
 get the names of the columns that are part of the key More...
 
static string[] GetPrimaryKeyColumnStringList (short ATableNumber)
 get the names of the columns that are part of the primary key More...
 
static string[] GetUniqueKeyColumnStringList (short ATableNumber)
 get the names of the columns that are part of the unique key More...
 
static int[] GetPrimaryKeyColumnOrdList (short ATableNumber)
 get the order number of the columns that are part of the primary key More...
 
static int[] GetUniqueKeyColumnOrdList (short ATableNumber)
 get the order number of the columns that are part of a unique key More...
 
static string[] GetColumnStringList (short ATableNumber)
 get the names of the columns in this table More...
 

Public Attributes

DataColumn ColumnBankAccountFlag
 
DataColumn ColumnCashAccountFlag
 
DataColumn ColumnSuspenseAccountFlag
 
DataColumn ColumnYtdActualBase
 
DataColumn ColumnYtdActualForeign
 
DataColumn ColumnLedgerNumber
 This is used as a key field in most of the accounting system files. More...
 
DataColumn ColumnAccountCode
 This identifies the account the financial transaction must be stored against. More...
 
DataColumn ColumnAccountType
 Income, Expense, Asset, Liability, Equity. Suspense accounts are in a_suspense_account. More...
 
DataColumn ColumnAccountCodeLongDesc
 This is a long description and is 80 characters long. More...
 
DataColumn ColumnAccountCodeShortDesc
 This is a short description which is 32 charcters long. More...
 
DataColumn ColumnEngAccountCodeShortDesc
 This is a short description which is 32 charcters long. More...
 
DataColumn ColumnEngAccountCodeLongDesc
 This is a long description and is 80 characters long. More...
 
DataColumn ColumnDebitCreditIndicator
 Defines if the the transcation is a debit or credit transaction. More...
 
DataColumn ColumnAccountActiveFlag
 Defines whether the acount is active or not. More...
 
DataColumn ColumnAnalysisAttributeFlag
 Yes if the account has any analysis attributes. More...
 
DataColumn ColumnStandardAccountFlag
 
DataColumn ColumnConsolidationAccountFlag
 
DataColumn ColumnIntercompanyAccountFlag
 
DataColumn ColumnBudgetTypeCode
 The type of budget. See the a_budget_type table. More...
 
DataColumn ColumnPostingStatus
 
DataColumn ColumnSystemAccountFlag
 
DataColumn ColumnBudgetControlFlag
 
DataColumn ColumnValidCcCombo
 Which type of cost centres may be combined with this account. More...
 
DataColumn ColumnForeignCurrencyFlag
 
DataColumn ColumnForeignCurrencyCode
 This defines which currency is being used. More...
 
DataColumn ColumnBankingDetailsKey
 Link to banking details to use for this account - only really used if this account is a bank account. More...
 
DataColumn ColumnDateCreated
 The date the record was created. More...
 
DataColumn ColumnCreatedBy
 User ID of who created this record. More...
 
DataColumn ColumnDateModified
 The date the record was modified. More...
 
DataColumn ColumnModifiedBy
 User ID of who last modified this record. More...
 
DataColumn ColumnModificationId
 This identifies the current version of the record. More...
 
bool ThrowAwayAfterSubmitChanges = false
 if you want the datatable to be cleared after submitchanges. This will increase the speed significantly: no updating of modificationID, no slow AcceptChanges. More...
 
bool DontThrowAwayAfterSubmitChanges = false
 if you want no warning about that the datatable should be cleared after submitchanges. in some cases you must keep the data, eg when you need the new keys after INSERT More...
 

Static Public Attributes

static new readonly short TableId = 115
 TableId for Ict.Common.Data generic functions. More...
 
static readonly short ColumnBankAccountFlagId = 26
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnCashAccountFlagId = 27
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnSuspenseAccountFlagId = 28
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnYtdActualBaseId = 29
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnYtdActualForeignId = 30
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnLedgerNumberId = 0
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnAccountCodeId = 1
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnAccountTypeId = 2
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnAccountCodeLongDescId = 3
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnAccountCodeShortDescId = 4
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnEngAccountCodeShortDescId = 5
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnEngAccountCodeLongDescId = 6
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnDebitCreditIndicatorId = 7
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnAccountActiveFlagId = 8
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnAnalysisAttributeFlagId = 9
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnStandardAccountFlagId = 10
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnConsolidationAccountFlagId = 11
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnIntercompanyAccountFlagId = 12
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnBudgetTypeCodeId = 13
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnPostingStatusId = 14
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnSystemAccountFlagId = 15
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnBudgetControlFlagId = 16
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnValidCcComboId = 17
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnForeignCurrencyFlagId = 18
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnForeignCurrencyCodeId = 19
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnBankingDetailsKeyId = 20
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnDateCreatedId = 21
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnCreatedById = 22
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnDateModifiedId = 23
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnModifiedById = 24
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnModificationIdId = 25
 used for generic TTypedDataTable functions More...
 

Protected Member Functions

override void InitClass ()
 create the columns More...
 
override System.Data.DataRow NewRowFromBuilder (System.Data.DataRowBuilder builder)
 new typed row using DataRowBuilder More...
 

Static Protected Attributes

static SortedList< short, TTypedTableInfoTableInfo = new SortedList <short, TTypedTableInfo>()
 stores information about typed tables More...
 

Properties

new GLSetupTDSAAccountRow this[int i] [get]
 Access a typed row by index. More...
 
override string TableDBLabel [get]
 instance property to get the 'Label' of the table as it is used in the database (the 'Label' is usually a short description of what the db table is about) More...
 
int Count [get]
 the number of rows in the current table More...
 

Detailed Description

Details about each account code within a ledger. Also holds information on the summary account structure for reporting.

Constructor & Destructor Documentation

◆ GLSetupTDSAAccountTable() [1/3]

Ict.Petra.Shared.MFinance.GL.Data.GLSetupTDSAAccountTable.GLSetupTDSAAccountTable ( )
inline

constructor

◆ GLSetupTDSAAccountTable() [2/3]

Ict.Petra.Shared.MFinance.GL.Data.GLSetupTDSAAccountTable.GLSetupTDSAAccountTable ( string  ATablename)
inline

constructor

◆ GLSetupTDSAAccountTable() [3/3]

Ict.Petra.Shared.MFinance.GL.Data.GLSetupTDSAAccountTable.GLSetupTDSAAccountTable ( System.Runtime.Serialization.SerializationInfo  info,
System.Runtime.Serialization.StreamingContext  context 
)
inline

constructor for serialization

Member Function Documentation

◆ CreateOdbcParameter() [1/3]

override OdbcParameter Ict.Petra.Shared.MFinance.GL.Data.GLSetupTDSAAccountTable.CreateOdbcParameter ( Int32  AColumnNr)
inlinevirtual

get an odbc parameter for the given column

Reimplemented from Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.

◆ CreateOdbcParameter() [2/3]

static OdbcParameter Ict.Common.Data.TTypedDataTable.CreateOdbcParameter ( short  ATableNumber,
Int32  AColumnNr 
)
inlinestaticinherited

create an odbc parameter for the given column

◆ CreateOdbcParameter() [3/3]

static OdbcParameter Ict.Common.Data.TTypedDataTable.CreateOdbcParameter ( short  ATableNumber,
TSearchCriteria  ASearchCriteria 
)
inlinestaticinherited

create an odbc parameter for the given column

◆ GetAccountActiveFlagDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.GetAccountActiveFlagDBName ( )
inlinestaticinherited

get the name of the field in the database for this column

◆ GetAccountActiveFlagHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.GetAccountActiveFlagHelp ( )
inlinestaticinherited

get the help text for the field in the database for this column

◆ GetAccountActiveFlagLength()

static short Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.GetAccountActiveFlagLength ( )
inlinestaticinherited

get character length for column

◆ GetAccountCodeDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.GetAccountCodeDBName ( )
inlinestaticinherited

get the name of the field in the database for this column

◆ GetAccountCodeHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.GetAccountCodeHelp ( )
inlinestaticinherited

get the help text for the field in the database for this column

◆ GetAccountCodeLength()

static short Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.GetAccountCodeLength ( )
inlinestaticinherited

get character length for column

◆ GetAccountCodeLongDescDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.GetAccountCodeLongDescDBName ( )
inlinestaticinherited

get the name of the field in the database for this column

◆ GetAccountCodeLongDescHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.GetAccountCodeLongDescHelp ( )
inlinestaticinherited

get the help text for the field in the database for this column

◆ GetAccountCodeLongDescLength()

static short Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.GetAccountCodeLongDescLength ( )
inlinestaticinherited

get character length for column

◆ GetAccountCodeShortDescDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.GetAccountCodeShortDescDBName ( )
inlinestaticinherited

get the name of the field in the database for this column

◆ GetAccountCodeShortDescHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.GetAccountCodeShortDescHelp ( )
inlinestaticinherited

get the help text for the field in the database for this column

◆ GetAccountCodeShortDescLength()

static short Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.GetAccountCodeShortDescLength ( )
inlinestaticinherited

get character length for column

◆ GetAccountTypeDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.GetAccountTypeDBName ( )
inlinestaticinherited

get the name of the field in the database for this column

◆ GetAccountTypeHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.GetAccountTypeHelp ( )
inlinestaticinherited

get the help text for the field in the database for this column

◆ GetAccountTypeLength()

static short Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.GetAccountTypeLength ( )
inlinestaticinherited

get character length for column

◆ GetAnalysisAttributeFlagDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.GetAnalysisAttributeFlagDBName ( )
inlinestaticinherited

get the name of the field in the database for this column

◆ GetAnalysisAttributeFlagHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.GetAnalysisAttributeFlagHelp ( )
inlinestaticinherited

get the help text for the field in the database for this column

◆ GetAnalysisAttributeFlagLength()

static short Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.GetAnalysisAttributeFlagLength ( )
inlinestaticinherited

get character length for column

◆ GetBankAccountFlagDBName()

static string Ict.Petra.Shared.MFinance.GL.Data.GLSetupTDSAAccountTable.GetBankAccountFlagDBName ( )
inlinestatic

get the name of the field in the database for this column

◆ GetBankAccountFlagHelp()

static string Ict.Petra.Shared.MFinance.GL.Data.GLSetupTDSAAccountTable.GetBankAccountFlagHelp ( )
inlinestatic

get the help text for the field in the database for this column

◆ GetBankAccountFlagLength()

static short Ict.Petra.Shared.MFinance.GL.Data.GLSetupTDSAAccountTable.GetBankAccountFlagLength ( )
inlinestatic

get character length for column

◆ GetBankingDetailsKeyDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.GetBankingDetailsKeyDBName ( )
inlinestaticinherited

get the name of the field in the database for this column

◆ GetBankingDetailsKeyHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.GetBankingDetailsKeyHelp ( )
inlinestaticinherited

get the help text for the field in the database for this column

◆ GetBankingDetailsKeyLength()

static short Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.GetBankingDetailsKeyLength ( )
inlinestaticinherited

get character length for column

◆ GetBudgetControlFlagDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.GetBudgetControlFlagDBName ( )
inlinestaticinherited

get the name of the field in the database for this column

◆ GetBudgetControlFlagHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.GetBudgetControlFlagHelp ( )
inlinestaticinherited

get the help text for the field in the database for this column

◆ GetBudgetControlFlagLength()

static short Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.GetBudgetControlFlagLength ( )
inlinestaticinherited

get character length for column

◆ GetBudgetTypeCodeDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.GetBudgetTypeCodeDBName ( )
inlinestaticinherited

get the name of the field in the database for this column

◆ GetBudgetTypeCodeHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.GetBudgetTypeCodeHelp ( )
inlinestaticinherited

get the help text for the field in the database for this column

◆ GetBudgetTypeCodeLength()

static short Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.GetBudgetTypeCodeLength ( )
inlinestaticinherited

get character length for column

◆ GetCashAccountFlagDBName()

static string Ict.Petra.Shared.MFinance.GL.Data.GLSetupTDSAAccountTable.GetCashAccountFlagDBName ( )
inlinestatic

get the name of the field in the database for this column

◆ GetCashAccountFlagHelp()

static string Ict.Petra.Shared.MFinance.GL.Data.GLSetupTDSAAccountTable.GetCashAccountFlagHelp ( )
inlinestatic

get the help text for the field in the database for this column

◆ GetCashAccountFlagLength()

static short Ict.Petra.Shared.MFinance.GL.Data.GLSetupTDSAAccountTable.GetCashAccountFlagLength ( )
inlinestatic

get character length for column

◆ GetChanges()

new DataTable Ict.Common.Data.TTypedDataTable.GetChanges ( )
inlineinherited

make sure that we use GetChangesType instead of GetChanges

Returns
throws an exception

◆ GetChangesTyped()

new GLSetupTDSAAccountTable Ict.Petra.Shared.MFinance.GL.Data.GLSetupTDSAAccountTable.GetChangesTyped ( )
inline

get typed set of changes

◆ GetChangesTypedInternal()

DataTable Ict.Common.Data.TTypedDataTable.GetChangesTypedInternal ( )
inlineinherited

our own version of GetChanges

Returns
returns a typed table with the changes

◆ GetColumnNameSQL()

static string Ict.Common.Data.TTypedDataTable.GetColumnNameSQL ( short  ATableNumber,
short  AColumnNr 
)
inlinestaticinherited

the column name as it is in the SQL database

◆ GetColumnStringList()

static string[] Ict.Common.Data.TTypedDataTable.GetColumnStringList ( short  ATableNumber)
inlinestaticinherited

get the names of the columns in this table

◆ GetConsolidationAccountFlagDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.GetConsolidationAccountFlagDBName ( )
inlinestaticinherited

get the name of the field in the database for this column

◆ GetConsolidationAccountFlagHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.GetConsolidationAccountFlagHelp ( )
inlinestaticinherited

get the help text for the field in the database for this column

◆ GetConsolidationAccountFlagLength()

static short Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.GetConsolidationAccountFlagLength ( )
inlinestaticinherited

get character length for column

◆ GetCreatedByDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.GetCreatedByDBName ( )
inlinestaticinherited

get the name of the field in the database for this column

◆ GetCreatedByHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.GetCreatedByHelp ( )
inlinestaticinherited

get the help text for the field in the database for this column

◆ GetCreatedByLength()

static short Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.GetCreatedByLength ( )
inlinestaticinherited

get character length for column

◆ GetCustomReportFieldList()

virtual List< String > Ict.Common.Data.TTypedDataTable.GetCustomReportFieldList ( )
inlinevirtualinherited

Return a list of fields that are available for custom reports

◆ GetCustomReportPermission()

virtual string Ict.Common.Data.TTypedDataTable.GetCustomReportPermission ( )
inlinevirtualinherited

string to indicate which permissions a user needs to access table for custom reports (e.g. "PTNRUSER", "OR(FINANCE-1,DEVUSER)", "AND(PTNRUSER,FINANCE-1)" This should be returned by method in derived class

◆ GetDateCreatedDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.GetDateCreatedDBName ( )
inlinestaticinherited

get the name of the field in the database for this column

◆ GetDateCreatedHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.GetDateCreatedHelp ( )
inlinestaticinherited

get the help text for the field in the database for this column

◆ GetDateCreatedLength()

static short Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.GetDateCreatedLength ( )
inlinestaticinherited

get character length for column

◆ GetDateModifiedDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.GetDateModifiedDBName ( )
inlinestaticinherited

get the name of the field in the database for this column

◆ GetDateModifiedHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.GetDateModifiedHelp ( )
inlinestaticinherited

get the help text for the field in the database for this column

◆ GetDateModifiedLength()

static short Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.GetDateModifiedLength ( )
inlinestaticinherited

get character length for column

◆ GetDebitCreditIndicatorDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.GetDebitCreditIndicatorDBName ( )
inlinestaticinherited

get the name of the field in the database for this column

◆ GetDebitCreditIndicatorHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.GetDebitCreditIndicatorHelp ( )
inlinestaticinherited

get the help text for the field in the database for this column

◆ GetDebitCreditIndicatorLength()

static short Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.GetDebitCreditIndicatorLength ( )
inlinestaticinherited

get character length for column

◆ GetEngAccountCodeLongDescDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.GetEngAccountCodeLongDescDBName ( )
inlinestaticinherited

get the name of the field in the database for this column

◆ GetEngAccountCodeLongDescHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.GetEngAccountCodeLongDescHelp ( )
inlinestaticinherited

get the help text for the field in the database for this column

◆ GetEngAccountCodeLongDescLength()

static short Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.GetEngAccountCodeLongDescLength ( )
inlinestaticinherited

get character length for column

◆ GetEngAccountCodeShortDescDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.GetEngAccountCodeShortDescDBName ( )
inlinestaticinherited

get the name of the field in the database for this column

◆ GetEngAccountCodeShortDescHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.GetEngAccountCodeShortDescHelp ( )
inlinestaticinherited

get the help text for the field in the database for this column

◆ GetEngAccountCodeShortDescLength()

static short Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.GetEngAccountCodeShortDescLength ( )
inlinestaticinherited

get character length for column

◆ GetForeignCurrencyCodeDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.GetForeignCurrencyCodeDBName ( )
inlinestaticinherited

get the name of the field in the database for this column

◆ GetForeignCurrencyCodeHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.GetForeignCurrencyCodeHelp ( )
inlinestaticinherited

get the help text for the field in the database for this column

◆ GetForeignCurrencyCodeLength()

static short Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.GetForeignCurrencyCodeLength ( )
inlinestaticinherited

get character length for column

◆ GetForeignCurrencyFlagDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.GetForeignCurrencyFlagDBName ( )
inlinestaticinherited

get the name of the field in the database for this column

◆ GetForeignCurrencyFlagHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.GetForeignCurrencyFlagHelp ( )
inlinestaticinherited

get the help text for the field in the database for this column

◆ GetForeignCurrencyFlagLength()

static short Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.GetForeignCurrencyFlagLength ( )
inlinestaticinherited

get character length for column

◆ GetIntercompanyAccountFlagDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.GetIntercompanyAccountFlagDBName ( )
inlinestaticinherited

get the name of the field in the database for this column

◆ GetIntercompanyAccountFlagHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.GetIntercompanyAccountFlagHelp ( )
inlinestaticinherited

get the help text for the field in the database for this column

◆ GetIntercompanyAccountFlagLength()

static short Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.GetIntercompanyAccountFlagLength ( )
inlinestaticinherited

get character length for column

◆ GetKeyColumnStringList()

static string[] Ict.Common.Data.TTypedDataTable.GetKeyColumnStringList ( short  ATableNumber,
int[]  AKeyColumnsOrder 
)
inlinestaticinherited

get the names of the columns that are part of the key

◆ GetLabel()

static string Ict.Common.Data.TTypedDataTable.GetLabel ( short  ATableNumber,
short  AColumnNr 
)
inlinestaticinherited

returns the translated label for the column

◆ GetLedgerNumberDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.GetLedgerNumberDBName ( )
inlinestaticinherited

get the name of the field in the database for this column

◆ GetLedgerNumberHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.GetLedgerNumberHelp ( )
inlinestaticinherited

get the help text for the field in the database for this column

◆ GetLedgerNumberLength()

static short Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.GetLedgerNumberLength ( )
inlinestaticinherited

get character length for column

◆ GetLength() [1/2]

static Int32 Ict.Common.Data.TTypedDataTable.GetLength ( short  ATableNumber,
short  AColumnNr 
)
inlinestaticinherited

get the maximum length for the field

◆ GetLength() [2/2]

static Int32 Ict.Common.Data.TTypedDataTable.GetLength ( string  ATableName,
string  AColumnName 
)
inlinestaticinherited

get the maximum length for the field

◆ GetModificationIdDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.GetModificationIdDBName ( )
inlinestaticinherited

get the name of the field in the database for this column

◆ GetModificationIdHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.GetModificationIdHelp ( )
inlinestaticinherited

get the help text for the field in the database for this column

◆ GetModificationIdLength()

static short Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.GetModificationIdLength ( )
inlinestaticinherited

get character length for column

◆ GetModifiedByDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.GetModifiedByDBName ( )
inlinestaticinherited

get the name of the field in the database for this column

◆ GetModifiedByHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.GetModifiedByHelp ( )
inlinestaticinherited

get the help text for the field in the database for this column

◆ GetModifiedByLength()

static short Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.GetModifiedByLength ( )
inlinestaticinherited

get character length for column

◆ GetPostingStatusDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.GetPostingStatusDBName ( )
inlinestaticinherited

get the name of the field in the database for this column

◆ GetPostingStatusHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.GetPostingStatusHelp ( )
inlinestaticinherited

get the help text for the field in the database for this column

◆ GetPostingStatusLength()

static short Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.GetPostingStatusLength ( )
inlinestaticinherited

get character length for column

◆ GetPrimaryKeyColumnOrdList()

static int[] Ict.Common.Data.TTypedDataTable.GetPrimaryKeyColumnOrdList ( short  ATableNumber)
inlinestaticinherited

get the order number of the columns that are part of the primary key

◆ GetPrimaryKeyColumnStringList()

static string[] Ict.Common.Data.TTypedDataTable.GetPrimaryKeyColumnStringList ( short  ATableNumber)
inlinestaticinherited

get the names of the columns that are part of the primary key

◆ GetStandardAccountFlagDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.GetStandardAccountFlagDBName ( )
inlinestaticinherited

get the name of the field in the database for this column

◆ GetStandardAccountFlagHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.GetStandardAccountFlagHelp ( )
inlinestaticinherited

get the help text for the field in the database for this column

◆ GetStandardAccountFlagLength()

static short Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.GetStandardAccountFlagLength ( )
inlinestaticinherited

get character length for column

◆ GetSuspenseAccountFlagDBName()

static string Ict.Petra.Shared.MFinance.GL.Data.GLSetupTDSAAccountTable.GetSuspenseAccountFlagDBName ( )
inlinestatic

get the name of the field in the database for this column

◆ GetSuspenseAccountFlagHelp()

static string Ict.Petra.Shared.MFinance.GL.Data.GLSetupTDSAAccountTable.GetSuspenseAccountFlagHelp ( )
inlinestatic

get the help text for the field in the database for this column

◆ GetSuspenseAccountFlagLength()

static short Ict.Petra.Shared.MFinance.GL.Data.GLSetupTDSAAccountTable.GetSuspenseAccountFlagLength ( )
inlinestatic

get character length for column

◆ GetSystemAccountFlagDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.GetSystemAccountFlagDBName ( )
inlinestaticinherited

get the name of the field in the database for this column

◆ GetSystemAccountFlagHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.GetSystemAccountFlagHelp ( )
inlinestaticinherited

get the help text for the field in the database for this column

◆ GetSystemAccountFlagLength()

static short Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.GetSystemAccountFlagLength ( )
inlinestaticinherited

get character length for column

◆ GetTableByName()

static TTypedTableInfo Ict.Common.Data.TTypedDataTable.GetTableByName ( string  ATableName)
inlinestaticinherited

the table name in CamelCase

◆ GetTableDBLabel()

static new string Ict.Petra.Shared.MFinance.GL.Data.GLSetupTDSAAccountTable.GetTableDBLabel ( )
inlinestatic

static method to return the 'Label' of the table as it is used in the database (the 'Label' is usually a short description of what the db table is about)

◆ GetTableDBName()

static new string Ict.Petra.Shared.MFinance.GL.Data.GLSetupTDSAAccountTable.GetTableDBName ( )
inlinestatic

return the name of the table as it is used in the database

◆ GetTableName() [1/2]

static new string Ict.Petra.Shared.MFinance.GL.Data.GLSetupTDSAAccountTable.GetTableName ( )
inlinestatic

return the CamelCase name of the table

◆ GetTableName() [2/2]

static string Ict.Common.Data.TTypedDataTable.GetTableName ( short  ATableNumber)
inlinestaticinherited

the table name in CamelCase

◆ GetTableNameSQL()

static string Ict.Common.Data.TTypedDataTable.GetTableNameSQL ( short  ATableNumber)
inlinestaticinherited

the table name as it is in the SQL database

◆ GetUniqueKeyColumnOrdList()

static int[] Ict.Common.Data.TTypedDataTable.GetUniqueKeyColumnOrdList ( short  ATableNumber)
inlinestaticinherited

get the order number of the columns that are part of a unique key

◆ GetUniqueKeyColumnStringList()

static string[] Ict.Common.Data.TTypedDataTable.GetUniqueKeyColumnStringList ( short  ATableNumber)
inlinestaticinherited

get the names of the columns that are part of the unique key

◆ GetValidCcComboDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.GetValidCcComboDBName ( )
inlinestaticinherited

get the name of the field in the database for this column

◆ GetValidCcComboHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.GetValidCcComboHelp ( )
inlinestaticinherited

get the help text for the field in the database for this column

◆ GetValidCcComboLength()

static short Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.GetValidCcComboLength ( )
inlinestaticinherited

get character length for column

◆ GetYtdActualBaseDBName()

static string Ict.Petra.Shared.MFinance.GL.Data.GLSetupTDSAAccountTable.GetYtdActualBaseDBName ( )
inlinestatic

get the name of the field in the database for this column

◆ GetYtdActualBaseHelp()

static string Ict.Petra.Shared.MFinance.GL.Data.GLSetupTDSAAccountTable.GetYtdActualBaseHelp ( )
inlinestatic

get the help text for the field in the database for this column

◆ GetYtdActualBaseLength()

static short Ict.Petra.Shared.MFinance.GL.Data.GLSetupTDSAAccountTable.GetYtdActualBaseLength ( )
inlinestatic

get character length for column

◆ GetYtdActualForeignDBName()

static string Ict.Petra.Shared.MFinance.GL.Data.GLSetupTDSAAccountTable.GetYtdActualForeignDBName ( )
inlinestatic

get the name of the field in the database for this column

◆ GetYtdActualForeignHelp()

static string Ict.Petra.Shared.MFinance.GL.Data.GLSetupTDSAAccountTable.GetYtdActualForeignHelp ( )
inlinestatic

get the help text for the field in the database for this column

◆ GetYtdActualForeignLength()

static short Ict.Petra.Shared.MFinance.GL.Data.GLSetupTDSAAccountTable.GetYtdActualForeignLength ( )
inlinestatic

get character length for column

◆ InitClass()

override void Ict.Petra.Shared.MFinance.GL.Data.GLSetupTDSAAccountTable.InitClass ( )
inlineprotectedvirtual

create the columns

Reimplemented from Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.

◆ InitVars()

override void Ict.Petra.Shared.MFinance.GL.Data.GLSetupTDSAAccountTable.InitVars ( )
inlinevirtual

assign columns to properties, set primary key

Reimplemented from Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.

◆ IsAvailableForCustomReport()

virtual bool Ict.Common.Data.TTypedDataTable.IsAvailableForCustomReport ( )
inlinevirtualinherited

Is this table generally available in custom reports?

◆ NewRowFromBuilder()

override System.Data.DataRow Ict.Petra.Shared.MFinance.GL.Data.GLSetupTDSAAccountTable.NewRowFromBuilder ( System.Data.DataRowBuilder  builder)
inlineprotected

new typed row using DataRowBuilder

◆ NewRowTyped() [1/2]

new GLSetupTDSAAccountRow Ict.Petra.Shared.MFinance.GL.Data.GLSetupTDSAAccountTable.NewRowTyped ( )
inline

create a new typed row, always with default values

◆ NewRowTyped() [2/2]

new GLSetupTDSAAccountRow Ict.Petra.Shared.MFinance.GL.Data.GLSetupTDSAAccountTable.NewRowTyped ( bool  AWithDefaultValues)
inline

create a new typed row

◆ RemoveColumnsNotInTableTemplate()

void Ict.Common.Data.TTypedDataTable.RemoveColumnsNotInTableTemplate ( DataTable  ATableTemplate)
inlineinherited

remove columns that are not needed

Parameters
ATableTemplatethis table only contains the columns that should be kept

◆ ResetStaticVariables()

static void Ict.Common.Data.TTypedDataTable.ResetStaticVariables ( )
inlinestaticinherited

reset the static variables for each Web Request call.

Member Data Documentation

◆ ColumnAccountActiveFlag

DataColumn Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.ColumnAccountActiveFlag
inherited

Defines whether the acount is active or not.

◆ ColumnAccountActiveFlagId

readonly short Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.ColumnAccountActiveFlagId = 8
staticinherited

used for generic TTypedDataTable functions

◆ ColumnAccountCode

DataColumn Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.ColumnAccountCode
inherited

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

◆ ColumnAccountCodeId

readonly short Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.ColumnAccountCodeId = 1
staticinherited

used for generic TTypedDataTable functions

◆ ColumnAccountCodeLongDesc

DataColumn Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.ColumnAccountCodeLongDesc
inherited

This is a long description and is 80 characters long.

◆ ColumnAccountCodeLongDescId

readonly short Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.ColumnAccountCodeLongDescId = 3
staticinherited

used for generic TTypedDataTable functions

◆ ColumnAccountCodeShortDesc

DataColumn Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.ColumnAccountCodeShortDesc
inherited

This is a short description which is 32 charcters long.

◆ ColumnAccountCodeShortDescId

readonly short Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.ColumnAccountCodeShortDescId = 4
staticinherited

used for generic TTypedDataTable functions

◆ ColumnAccountType

DataColumn Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.ColumnAccountType
inherited

Income, Expense, Asset, Liability, Equity. Suspense accounts are in a_suspense_account.

◆ ColumnAccountTypeId

readonly short Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.ColumnAccountTypeId = 2
staticinherited

used for generic TTypedDataTable functions

◆ ColumnAnalysisAttributeFlag

DataColumn Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.ColumnAnalysisAttributeFlag
inherited

Yes if the account has any analysis attributes.

◆ ColumnAnalysisAttributeFlagId

readonly short Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.ColumnAnalysisAttributeFlagId = 9
staticinherited

used for generic TTypedDataTable functions

◆ ColumnBankAccountFlag

DataColumn Ict.Petra.Shared.MFinance.GL.Data.GLSetupTDSAAccountTable.ColumnBankAccountFlag

◆ ColumnBankAccountFlagId

readonly short Ict.Petra.Shared.MFinance.GL.Data.GLSetupTDSAAccountTable.ColumnBankAccountFlagId = 26
static

used for generic TTypedDataTable functions

◆ ColumnBankingDetailsKey

DataColumn Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.ColumnBankingDetailsKey
inherited

Link to banking details to use for this account - only really used if this account is a bank account.

◆ ColumnBankingDetailsKeyId

readonly short Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.ColumnBankingDetailsKeyId = 20
staticinherited

used for generic TTypedDataTable functions

◆ ColumnBudgetControlFlag

DataColumn Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.ColumnBudgetControlFlag
inherited

◆ ColumnBudgetControlFlagId

readonly short Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.ColumnBudgetControlFlagId = 16
staticinherited

used for generic TTypedDataTable functions

◆ ColumnBudgetTypeCode

DataColumn Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.ColumnBudgetTypeCode
inherited

The type of budget. See the a_budget_type table.

◆ ColumnBudgetTypeCodeId

readonly short Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.ColumnBudgetTypeCodeId = 13
staticinherited

used for generic TTypedDataTable functions

◆ ColumnCashAccountFlag

DataColumn Ict.Petra.Shared.MFinance.GL.Data.GLSetupTDSAAccountTable.ColumnCashAccountFlag

◆ ColumnCashAccountFlagId

readonly short Ict.Petra.Shared.MFinance.GL.Data.GLSetupTDSAAccountTable.ColumnCashAccountFlagId = 27
static

used for generic TTypedDataTable functions

◆ ColumnConsolidationAccountFlag

DataColumn Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.ColumnConsolidationAccountFlag
inherited

◆ ColumnConsolidationAccountFlagId

readonly short Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.ColumnConsolidationAccountFlagId = 11
staticinherited

used for generic TTypedDataTable functions

◆ ColumnCreatedBy

DataColumn Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.ColumnCreatedBy
inherited

User ID of who created this record.

◆ ColumnCreatedById

readonly short Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.ColumnCreatedById = 22
staticinherited

used for generic TTypedDataTable functions

◆ ColumnDateCreated

DataColumn Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.ColumnDateCreated
inherited

The date the record was created.

◆ ColumnDateCreatedId

readonly short Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.ColumnDateCreatedId = 21
staticinherited

used for generic TTypedDataTable functions

◆ ColumnDateModified

DataColumn Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.ColumnDateModified
inherited

The date the record was modified.

◆ ColumnDateModifiedId

readonly short Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.ColumnDateModifiedId = 23
staticinherited

used for generic TTypedDataTable functions

◆ ColumnDebitCreditIndicator

DataColumn Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.ColumnDebitCreditIndicator
inherited

Defines if the the transcation is a debit or credit transaction.

◆ ColumnDebitCreditIndicatorId

readonly short Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.ColumnDebitCreditIndicatorId = 7
staticinherited

used for generic TTypedDataTable functions

◆ ColumnEngAccountCodeLongDesc

DataColumn Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.ColumnEngAccountCodeLongDesc
inherited

This is a long description and is 80 characters long.

◆ ColumnEngAccountCodeLongDescId

readonly short Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.ColumnEngAccountCodeLongDescId = 6
staticinherited

used for generic TTypedDataTable functions

◆ ColumnEngAccountCodeShortDesc

DataColumn Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.ColumnEngAccountCodeShortDesc
inherited

This is a short description which is 32 charcters long.

◆ ColumnEngAccountCodeShortDescId

readonly short Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.ColumnEngAccountCodeShortDescId = 5
staticinherited

used for generic TTypedDataTable functions

◆ ColumnForeignCurrencyCode

DataColumn Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.ColumnForeignCurrencyCode
inherited

This defines which currency is being used.

◆ ColumnForeignCurrencyCodeId

readonly short Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.ColumnForeignCurrencyCodeId = 19
staticinherited

used for generic TTypedDataTable functions

◆ ColumnForeignCurrencyFlag

DataColumn Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.ColumnForeignCurrencyFlag
inherited

◆ ColumnForeignCurrencyFlagId

readonly short Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.ColumnForeignCurrencyFlagId = 18
staticinherited

used for generic TTypedDataTable functions

◆ ColumnIntercompanyAccountFlag

DataColumn Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.ColumnIntercompanyAccountFlag
inherited

◆ ColumnIntercompanyAccountFlagId

readonly short Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.ColumnIntercompanyAccountFlagId = 12
staticinherited

used for generic TTypedDataTable functions

◆ ColumnLedgerNumber

DataColumn Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.ColumnLedgerNumber
inherited

This is used as a key field in most of the accounting system files.

◆ ColumnLedgerNumberId

readonly short Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.ColumnLedgerNumberId = 0
staticinherited

used for generic TTypedDataTable functions

◆ ColumnModificationId

DataColumn Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.ColumnModificationId
inherited

This identifies the current version of the record.

◆ ColumnModificationIdId

readonly short Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.ColumnModificationIdId = 25
staticinherited

used for generic TTypedDataTable functions

◆ ColumnModifiedBy

DataColumn Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.ColumnModifiedBy
inherited

User ID of who last modified this record.

◆ ColumnModifiedById

readonly short Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.ColumnModifiedById = 24
staticinherited

used for generic TTypedDataTable functions

◆ ColumnPostingStatus

DataColumn Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.ColumnPostingStatus
inherited

◆ ColumnPostingStatusId

readonly short Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.ColumnPostingStatusId = 14
staticinherited

used for generic TTypedDataTable functions

◆ ColumnStandardAccountFlag

DataColumn Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.ColumnStandardAccountFlag
inherited

◆ ColumnStandardAccountFlagId

readonly short Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.ColumnStandardAccountFlagId = 10
staticinherited

used for generic TTypedDataTable functions

◆ ColumnSuspenseAccountFlag

DataColumn Ict.Petra.Shared.MFinance.GL.Data.GLSetupTDSAAccountTable.ColumnSuspenseAccountFlag

◆ ColumnSuspenseAccountFlagId

readonly short Ict.Petra.Shared.MFinance.GL.Data.GLSetupTDSAAccountTable.ColumnSuspenseAccountFlagId = 28
static

used for generic TTypedDataTable functions

◆ ColumnSystemAccountFlag

DataColumn Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.ColumnSystemAccountFlag
inherited

◆ ColumnSystemAccountFlagId

readonly short Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.ColumnSystemAccountFlagId = 15
staticinherited

used for generic TTypedDataTable functions

◆ ColumnValidCcCombo

DataColumn Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.ColumnValidCcCombo
inherited

Which type of cost centres may be combined with this account.

◆ ColumnValidCcComboId

readonly short Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.ColumnValidCcComboId = 17
staticinherited

used for generic TTypedDataTable functions

◆ ColumnYtdActualBase

DataColumn Ict.Petra.Shared.MFinance.GL.Data.GLSetupTDSAAccountTable.ColumnYtdActualBase

◆ ColumnYtdActualBaseId

readonly short Ict.Petra.Shared.MFinance.GL.Data.GLSetupTDSAAccountTable.ColumnYtdActualBaseId = 29
static

used for generic TTypedDataTable functions

◆ ColumnYtdActualForeign

DataColumn Ict.Petra.Shared.MFinance.GL.Data.GLSetupTDSAAccountTable.ColumnYtdActualForeign

◆ ColumnYtdActualForeignId

readonly short Ict.Petra.Shared.MFinance.GL.Data.GLSetupTDSAAccountTable.ColumnYtdActualForeignId = 30
static

used for generic TTypedDataTable functions

◆ DontThrowAwayAfterSubmitChanges

bool Ict.Common.Data.TTypedDataTable.DontThrowAwayAfterSubmitChanges = false
inherited

if you want no warning about that the datatable should be cleared after submitchanges. in some cases you must keep the data, eg when you need the new keys after INSERT

◆ TableId

new readonly short Ict.Petra.Shared.MFinance.GL.Data.GLSetupTDSAAccountTable.TableId = 115
static

TableId for Ict.Common.Data generic functions.

◆ TableInfo

SortedList<short, TTypedTableInfo> Ict.Common.Data.TTypedDataTable.TableInfo = new SortedList <short, TTypedTableInfo>()
staticprotectedinherited

stores information about typed tables

◆ ThrowAwayAfterSubmitChanges

bool Ict.Common.Data.TTypedDataTable.ThrowAwayAfterSubmitChanges = false
inherited

if you want the datatable to be cleared after submitchanges. This will increase the speed significantly: no updating of modificationID, no slow AcceptChanges.

Property Documentation

◆ Count

int Ict.Common.Data.TTypedDataTable.Count
getinherited

the number of rows in the current table

◆ TableDBLabel

override string Ict.Petra.Shared.MFinance.GL.Data.GLSetupTDSAAccountTable.TableDBLabel
get

instance property to get the 'Label' of the table as it is used in the database (the 'Label' is usually a short description of what the db table is about)

◆ this[int i]

new GLSetupTDSAAccountRow Ict.Petra.Shared.MFinance.GL.Data.GLSetupTDSAAccountTable.this[int i]
get

Access a typed row by index.


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