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

Detailed information for each debit and credit in a general ledger journal. More...

Inheritance diagram for Ict.Petra.Shared.MFinance.GL.Data.GLReportingTDSATransactionTable:
Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable Ict.Common.Data.TTypedDataTable

Public Member Functions

 GLReportingTDSATransactionTable ()
 constructor More...
 
 GLReportingTDSATransactionTable (string ATablename)
 constructor More...
 
 GLReportingTDSATransactionTable (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 GLReportingTDSATransactionRow NewRowTyped (bool AWithDefaultValues)
 create a new typed row More...
 
new GLReportingTDSATransactionRow NewRowTyped ()
 create a new typed row, always with default values More...
 
new GLReportingTDSATransactionTable 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 GetAnalysisTypeCodeDBName ()
 get the name of the field in the database for this column More...
 
static short GetAnalysisTypeCodeLength ()
 get character length for column More...
 
static string GetAnalysisTypeCodeHelp ()
 get the help text for the field in the database for this column More...
 
static string GetAnalysisTypeDescriptionDBName ()
 get the name of the field in the database for this column More...
 
static short GetAnalysisTypeDescriptionLength ()
 get character length for column More...
 
static string GetAnalysisTypeDescriptionHelp ()
 get the help text for the field in the database for this column More...
 
static string GetAnalysisAttributeValueDBName ()
 get the name of the field in the database for this column More...
 
static short GetAnalysisAttributeValueLength ()
 get character length for column More...
 
static string GetAnalysisAttributeValueHelp ()
 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 GetBatchNumberDBName ()
 get the name of the field in the database for this column More...
 
static short GetBatchNumberLength ()
 get character length for column More...
 
static string GetBatchNumberHelp ()
 get the help text for the field in the database for this column More...
 
static string GetJournalNumberDBName ()
 get the name of the field in the database for this column More...
 
static short GetJournalNumberLength ()
 get character length for column More...
 
static string GetJournalNumberHelp ()
 get the help text for the field in the database for this column More...
 
static string GetTransactionNumberDBName ()
 get the name of the field in the database for this column More...
 
static short GetTransactionNumberLength ()
 get character length for column More...
 
static string GetTransactionNumberHelp ()
 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 GetPrimaryAccountCodeDBName ()
 get the name of the field in the database for this column More...
 
static short GetPrimaryAccountCodeLength ()
 get character length for column More...
 
static string GetPrimaryAccountCodeHelp ()
 get the help text for the field in the database for this column More...
 
static string GetCostCentreCodeDBName ()
 get the name of the field in the database for this column More...
 
static short GetCostCentreCodeLength ()
 get character length for column More...
 
static string GetCostCentreCodeHelp ()
 get the help text for the field in the database for this column More...
 
static string GetPrimaryCostCentreCodeDBName ()
 get the name of the field in the database for this column More...
 
static short GetPrimaryCostCentreCodeLength ()
 get character length for column More...
 
static string GetPrimaryCostCentreCodeHelp ()
 get the help text for the field in the database for this column More...
 
static string GetTransactionDateDBName ()
 get the name of the field in the database for this column More...
 
static short GetTransactionDateLength ()
 get character length for column More...
 
static string GetTransactionDateHelp ()
 get the help text for the field in the database for this column More...
 
static string GetTransactionAmountDBName ()
 get the name of the field in the database for this column More...
 
static short GetTransactionAmountLength ()
 get character length for column More...
 
static string GetTransactionAmountHelp ()
 get the help text for the field in the database for this column More...
 
static string GetAmountInBaseCurrencyDBName ()
 get the name of the field in the database for this column More...
 
static short GetAmountInBaseCurrencyLength ()
 get character length for column More...
 
static string GetAmountInBaseCurrencyHelp ()
 get the help text for the field in the database for this column More...
 
static string GetAnalysisIndicatorDBName ()
 get the name of the field in the database for this column More...
 
static short GetAnalysisIndicatorLength ()
 get character length for column More...
 
static string GetAnalysisIndicatorHelp ()
 get the help text for the field in the database for this column More...
 
static string GetReconciledStatusDBName ()
 get the name of the field in the database for this column More...
 
static short GetReconciledStatusLength ()
 get character length for column More...
 
static string GetReconciledStatusHelp ()
 get the help text for the field in the database for this column More...
 
static string GetNarrativeDBName ()
 get the name of the field in the database for this column More...
 
static short GetNarrativeLength ()
 get character length for column More...
 
static string GetNarrativeHelp ()
 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 GetTransactionStatusDBName ()
 get the name of the field in the database for this column More...
 
static short GetTransactionStatusLength ()
 get character length for column More...
 
static string GetTransactionStatusHelp ()
 get the help text for the field in the database for this column More...
 
static string GetHeaderNumberDBName ()
 get the name of the field in the database for this column More...
 
static short GetHeaderNumberLength ()
 get character length for column More...
 
static string GetHeaderNumberHelp ()
 get the help text for the field in the database for this column More...
 
static string GetDetailNumberDBName ()
 get the name of the field in the database for this column More...
 
static short GetDetailNumberLength ()
 get character length for column More...
 
static string GetDetailNumberHelp ()
 get the help text for the field in the database for this column More...
 
static string GetSubTypeDBName ()
 get the name of the field in the database for this column More...
 
static short GetSubTypeLength ()
 get character length for column More...
 
static string GetSubTypeHelp ()
 get the help text for the field in the database for this column More...
 
static string GetToIltFlagDBName ()
 get the name of the field in the database for this column More...
 
static short GetToIltFlagLength ()
 get character length for column More...
 
static string GetToIltFlagHelp ()
 get the help text for the field in the database for this column More...
 
static string GetSourceFlagDBName ()
 get the name of the field in the database for this column More...
 
static short GetSourceFlagLength ()
 get character length for column More...
 
static string GetSourceFlagHelp ()
 get the help text for the field in the database for this column More...
 
static string GetReferenceDBName ()
 get the name of the field in the database for this column More...
 
static short GetReferenceLength ()
 get character length for column More...
 
static string GetReferenceHelp ()
 get the help text for the field in the database for this column More...
 
static string GetSourceReferenceDBName ()
 get the name of the field in the database for this column More...
 
static short GetSourceReferenceLength ()
 get character length for column More...
 
static string GetSourceReferenceHelp ()
 get the help text for the field in the database for this column More...
 
static string GetSystemGeneratedDBName ()
 get the name of the field in the database for this column More...
 
static short GetSystemGeneratedLength ()
 get character length for column More...
 
static string GetSystemGeneratedHelp ()
 get the help text for the field in the database for this column More...
 
static string GetAmountInIntlCurrencyDBName ()
 get the name of the field in the database for this column More...
 
static short GetAmountInIntlCurrencyLength ()
 get character length for column More...
 
static string GetAmountInIntlCurrencyHelp ()
 get the help text for the field in the database for this column More...
 
static string GetIchNumberDBName ()
 get the name of the field in the database for this column More...
 
static short GetIchNumberLength ()
 get character length for column More...
 
static string GetIchNumberHelp ()
 get the help text for the field in the database for this column More...
 
static string GetKeyMinistryKeyDBName ()
 get the name of the field in the database for this column More...
 
static short GetKeyMinistryKeyLength ()
 get character length for column More...
 
static string GetKeyMinistryKeyHelp ()
 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 ColumnAnalysisTypeCode
 
DataColumn ColumnAnalysisTypeDescription
 
DataColumn ColumnAnalysisAttributeValue
 
DataColumn ColumnLedgerNumber
 This is used as a key field in most of the accounting system files. More...
 
DataColumn ColumnBatchNumber
 identifes which batch a transaction belongs to More...
 
DataColumn ColumnJournalNumber
 
DataColumn ColumnTransactionNumber
 Identifies a transaction within a journal within a batch within a ledger. More...
 
DataColumn ColumnAccountCode
 This identifies the account the financial transaction must be stored against. More...
 
DataColumn ColumnPrimaryAccountCode
 This identifies the account the financial transaction must be stored against [NOT USED]. More...
 
DataColumn ColumnCostCentreCode
 This identifies which cost centre an account is applied to. More...
 
DataColumn ColumnPrimaryCostCentreCode
 This identifies which cost centre an account is applied to [NOT USED]. More...
 
DataColumn ColumnTransactionDate
 Date the transaction took place. More...
 
DataColumn ColumnTransactionAmount
 This is a number of currency units. More...
 
DataColumn ColumnAmountInBaseCurrency
 This is a number of currency units. More...
 
DataColumn ColumnAnalysisIndicator
 Used to get a yes no response from the user. More...
 
DataColumn ColumnReconciledStatus
 shows if the transaction has been reconciled or not More...
 
DataColumn ColumnNarrative
 
DataColumn ColumnDebitCreditIndicator
 
DataColumn ColumnTransactionStatus
 Has a transaction been posted yet. More...
 
DataColumn ColumnHeaderNumber
 The header (eg, cashbook #) that the transaction is associated with. [NOT USED]. More...
 
DataColumn ColumnDetailNumber
 The detail (within the header) that the transaction is associated with. [NOT USED]. More...
 
DataColumn ColumnSubType
 
DataColumn ColumnToIltFlag
 Indicates whether the ILT transaction has been transferred to transaction for ILT file. More...
 
DataColumn ColumnSourceFlag
 To flag a transaction as having come from a source ledger and been processed in an ilt processing centre. More...
 
DataColumn ColumnReference
 Reference number/code for the transaction. More...
 
DataColumn ColumnSourceReference
 Transaction key which initiated an ILT transaction. More...
 
DataColumn ColumnSystemGenerated
 Was this transaction generated automatically by the system? More...
 
DataColumn ColumnAmountInIntlCurrency
 The transaction amount in the second base currency. More...
 
DataColumn ColumnIchNumber
 identifes the ICH process number More...
 
DataColumn ColumnKeyMinistryKey
 Key ministry to which this transaction applies (just for fund transfers) 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 = 164
 TableId for Ict.Common.Data generic functions. More...
 
static readonly short ColumnAnalysisTypeCodeId = 32
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnAnalysisTypeDescriptionId = 33
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnAnalysisAttributeValueId = 34
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnLedgerNumberId = 0
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnBatchNumberId = 1
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnJournalNumberId = 2
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnTransactionNumberId = 3
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnAccountCodeId = 4
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnPrimaryAccountCodeId = 5
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnCostCentreCodeId = 6
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnPrimaryCostCentreCodeId = 7
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnTransactionDateId = 8
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnTransactionAmountId = 9
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnAmountInBaseCurrencyId = 10
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnAnalysisIndicatorId = 11
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnReconciledStatusId = 12
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnNarrativeId = 13
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnDebitCreditIndicatorId = 14
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnTransactionStatusId = 15
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnHeaderNumberId = 16
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnDetailNumberId = 17
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnSubTypeId = 18
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnToIltFlagId = 19
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnSourceFlagId = 20
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnReferenceId = 21
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnSourceReferenceId = 22
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnSystemGeneratedId = 23
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnAmountInIntlCurrencyId = 24
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnIchNumberId = 25
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnKeyMinistryKeyId = 26
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnDateCreatedId = 27
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnCreatedById = 28
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnDateModifiedId = 29
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnModifiedById = 30
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnModificationIdId = 31
 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 GLReportingTDSATransactionRow 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

Detailed information for each debit and credit in a general ledger journal.

Constructor & Destructor Documentation

◆ GLReportingTDSATransactionTable() [1/3]

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

constructor

◆ GLReportingTDSATransactionTable() [2/3]

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

constructor

◆ GLReportingTDSATransactionTable() [3/3]

Ict.Petra.Shared.MFinance.GL.Data.GLReportingTDSATransactionTable.GLReportingTDSATransactionTable ( 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.GLReportingTDSATransactionTable.CreateOdbcParameter ( Int32  AColumnNr)
inlinevirtual

get an odbc parameter for the given column

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

◆ 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

◆ GetAccountCodeDBName()

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

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

◆ GetAccountCodeHelp()

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

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

◆ GetAccountCodeLength()

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

get character length for column

◆ GetAmountInBaseCurrencyDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.GetAmountInBaseCurrencyDBName ( )
inlinestaticinherited

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

◆ GetAmountInBaseCurrencyHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.GetAmountInBaseCurrencyHelp ( )
inlinestaticinherited

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

◆ GetAmountInBaseCurrencyLength()

static short Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.GetAmountInBaseCurrencyLength ( )
inlinestaticinherited

get character length for column

◆ GetAmountInIntlCurrencyDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.GetAmountInIntlCurrencyDBName ( )
inlinestaticinherited

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

◆ GetAmountInIntlCurrencyHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.GetAmountInIntlCurrencyHelp ( )
inlinestaticinherited

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

◆ GetAmountInIntlCurrencyLength()

static short Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.GetAmountInIntlCurrencyLength ( )
inlinestaticinherited

get character length for column

◆ GetAnalysisAttributeValueDBName()

static string Ict.Petra.Shared.MFinance.GL.Data.GLReportingTDSATransactionTable.GetAnalysisAttributeValueDBName ( )
inlinestatic

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

◆ GetAnalysisAttributeValueHelp()

static string Ict.Petra.Shared.MFinance.GL.Data.GLReportingTDSATransactionTable.GetAnalysisAttributeValueHelp ( )
inlinestatic

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

◆ GetAnalysisAttributeValueLength()

static short Ict.Petra.Shared.MFinance.GL.Data.GLReportingTDSATransactionTable.GetAnalysisAttributeValueLength ( )
inlinestatic

get character length for column

◆ GetAnalysisIndicatorDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.GetAnalysisIndicatorDBName ( )
inlinestaticinherited

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

◆ GetAnalysisIndicatorHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.GetAnalysisIndicatorHelp ( )
inlinestaticinherited

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

◆ GetAnalysisIndicatorLength()

static short Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.GetAnalysisIndicatorLength ( )
inlinestaticinherited

get character length for column

◆ GetAnalysisTypeCodeDBName()

static string Ict.Petra.Shared.MFinance.GL.Data.GLReportingTDSATransactionTable.GetAnalysisTypeCodeDBName ( )
inlinestatic

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

◆ GetAnalysisTypeCodeHelp()

static string Ict.Petra.Shared.MFinance.GL.Data.GLReportingTDSATransactionTable.GetAnalysisTypeCodeHelp ( )
inlinestatic

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

◆ GetAnalysisTypeCodeLength()

static short Ict.Petra.Shared.MFinance.GL.Data.GLReportingTDSATransactionTable.GetAnalysisTypeCodeLength ( )
inlinestatic

get character length for column

◆ GetAnalysisTypeDescriptionDBName()

static string Ict.Petra.Shared.MFinance.GL.Data.GLReportingTDSATransactionTable.GetAnalysisTypeDescriptionDBName ( )
inlinestatic

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

◆ GetAnalysisTypeDescriptionHelp()

static string Ict.Petra.Shared.MFinance.GL.Data.GLReportingTDSATransactionTable.GetAnalysisTypeDescriptionHelp ( )
inlinestatic

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

◆ GetAnalysisTypeDescriptionLength()

static short Ict.Petra.Shared.MFinance.GL.Data.GLReportingTDSATransactionTable.GetAnalysisTypeDescriptionLength ( )
inlinestatic

get character length for column

◆ GetBatchNumberDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.GetBatchNumberDBName ( )
inlinestaticinherited

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

◆ GetBatchNumberHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.GetBatchNumberHelp ( )
inlinestaticinherited

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

◆ GetBatchNumberLength()

static short Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.GetBatchNumberLength ( )
inlinestaticinherited

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 GLReportingTDSATransactionTable Ict.Petra.Shared.MFinance.GL.Data.GLReportingTDSATransactionTable.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

◆ GetCostCentreCodeDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.GetCostCentreCodeDBName ( )
inlinestaticinherited

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

◆ GetCostCentreCodeHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.GetCostCentreCodeHelp ( )
inlinestaticinherited

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

◆ GetCostCentreCodeLength()

static short Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.GetCostCentreCodeLength ( )
inlinestaticinherited

get character length for column

◆ GetCreatedByDBName()

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

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

◆ GetCreatedByHelp()

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

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

◆ GetCreatedByLength()

static short Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.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.ATransactionTable.GetDateCreatedDBName ( )
inlinestaticinherited

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

◆ GetDateCreatedHelp()

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

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

◆ GetDateCreatedLength()

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

get character length for column

◆ GetDateModifiedDBName()

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

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

◆ GetDateModifiedHelp()

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

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

◆ GetDateModifiedLength()

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

get character length for column

◆ GetDebitCreditIndicatorDBName()

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

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

◆ GetDebitCreditIndicatorHelp()

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

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

◆ GetDebitCreditIndicatorLength()

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

get character length for column

◆ GetDetailNumberDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.GetDetailNumberDBName ( )
inlinestaticinherited

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

◆ GetDetailNumberHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.GetDetailNumberHelp ( )
inlinestaticinherited

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

◆ GetDetailNumberLength()

static short Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.GetDetailNumberLength ( )
inlinestaticinherited

get character length for column

◆ GetHeaderNumberDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.GetHeaderNumberDBName ( )
inlinestaticinherited

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

◆ GetHeaderNumberHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.GetHeaderNumberHelp ( )
inlinestaticinherited

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

◆ GetHeaderNumberLength()

static short Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.GetHeaderNumberLength ( )
inlinestaticinherited

get character length for column

◆ GetIchNumberDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.GetIchNumberDBName ( )
inlinestaticinherited

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

◆ GetIchNumberHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.GetIchNumberHelp ( )
inlinestaticinherited

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

◆ GetIchNumberLength()

static short Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.GetIchNumberLength ( )
inlinestaticinherited

get character length for column

◆ GetJournalNumberDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.GetJournalNumberDBName ( )
inlinestaticinherited

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

◆ GetJournalNumberHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.GetJournalNumberHelp ( )
inlinestaticinherited

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

◆ GetJournalNumberLength()

static short Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.GetJournalNumberLength ( )
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

◆ GetKeyMinistryKeyDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.GetKeyMinistryKeyDBName ( )
inlinestaticinherited

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

◆ GetKeyMinistryKeyHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.GetKeyMinistryKeyHelp ( )
inlinestaticinherited

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

◆ GetKeyMinistryKeyLength()

static short Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.GetKeyMinistryKeyLength ( )
inlinestaticinherited

get character length for column

◆ 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.ATransactionTable.GetLedgerNumberDBName ( )
inlinestaticinherited

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

◆ GetLedgerNumberHelp()

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

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

◆ GetLedgerNumberLength()

static short Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.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.ATransactionTable.GetModificationIdDBName ( )
inlinestaticinherited

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

◆ GetModificationIdHelp()

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

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

◆ GetModificationIdLength()

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

get character length for column

◆ GetModifiedByDBName()

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

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

◆ GetModifiedByHelp()

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

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

◆ GetModifiedByLength()

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

get character length for column

◆ GetNarrativeDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.GetNarrativeDBName ( )
inlinestaticinherited

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

◆ GetNarrativeHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.GetNarrativeHelp ( )
inlinestaticinherited

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

◆ GetNarrativeLength()

static short Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.GetNarrativeLength ( )
inlinestaticinherited

get character length for column

◆ GetPrimaryAccountCodeDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.GetPrimaryAccountCodeDBName ( )
inlinestaticinherited

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

◆ GetPrimaryAccountCodeHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.GetPrimaryAccountCodeHelp ( )
inlinestaticinherited

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

◆ GetPrimaryAccountCodeLength()

static short Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.GetPrimaryAccountCodeLength ( )
inlinestaticinherited

get character length for column

◆ GetPrimaryCostCentreCodeDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.GetPrimaryCostCentreCodeDBName ( )
inlinestaticinherited

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

◆ GetPrimaryCostCentreCodeHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.GetPrimaryCostCentreCodeHelp ( )
inlinestaticinherited

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

◆ GetPrimaryCostCentreCodeLength()

static short Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.GetPrimaryCostCentreCodeLength ( )
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

◆ GetReconciledStatusDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.GetReconciledStatusDBName ( )
inlinestaticinherited

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

◆ GetReconciledStatusHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.GetReconciledStatusHelp ( )
inlinestaticinherited

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

◆ GetReconciledStatusLength()

static short Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.GetReconciledStatusLength ( )
inlinestaticinherited

get character length for column

◆ GetReferenceDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.GetReferenceDBName ( )
inlinestaticinherited

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

◆ GetReferenceHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.GetReferenceHelp ( )
inlinestaticinherited

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

◆ GetReferenceLength()

static short Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.GetReferenceLength ( )
inlinestaticinherited

get character length for column

◆ GetSourceFlagDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.GetSourceFlagDBName ( )
inlinestaticinherited

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

◆ GetSourceFlagHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.GetSourceFlagHelp ( )
inlinestaticinherited

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

◆ GetSourceFlagLength()

static short Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.GetSourceFlagLength ( )
inlinestaticinherited

get character length for column

◆ GetSourceReferenceDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.GetSourceReferenceDBName ( )
inlinestaticinherited

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

◆ GetSourceReferenceHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.GetSourceReferenceHelp ( )
inlinestaticinherited

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

◆ GetSourceReferenceLength()

static short Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.GetSourceReferenceLength ( )
inlinestaticinherited

get character length for column

◆ GetSubTypeDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.GetSubTypeDBName ( )
inlinestaticinherited

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

◆ GetSubTypeHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.GetSubTypeHelp ( )
inlinestaticinherited

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

◆ GetSubTypeLength()

static short Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.GetSubTypeLength ( )
inlinestaticinherited

get character length for column

◆ GetSystemGeneratedDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.GetSystemGeneratedDBName ( )
inlinestaticinherited

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

◆ GetSystemGeneratedHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.GetSystemGeneratedHelp ( )
inlinestaticinherited

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

◆ GetSystemGeneratedLength()

static short Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.GetSystemGeneratedLength ( )
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.GLReportingTDSATransactionTable.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.GLReportingTDSATransactionTable.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.GLReportingTDSATransactionTable.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

◆ GetToIltFlagDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.GetToIltFlagDBName ( )
inlinestaticinherited

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

◆ GetToIltFlagHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.GetToIltFlagHelp ( )
inlinestaticinherited

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

◆ GetToIltFlagLength()

static short Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.GetToIltFlagLength ( )
inlinestaticinherited

get character length for column

◆ GetTransactionAmountDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.GetTransactionAmountDBName ( )
inlinestaticinherited

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

◆ GetTransactionAmountHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.GetTransactionAmountHelp ( )
inlinestaticinherited

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

◆ GetTransactionAmountLength()

static short Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.GetTransactionAmountLength ( )
inlinestaticinherited

get character length for column

◆ GetTransactionDateDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.GetTransactionDateDBName ( )
inlinestaticinherited

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

◆ GetTransactionDateHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.GetTransactionDateHelp ( )
inlinestaticinherited

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

◆ GetTransactionDateLength()

static short Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.GetTransactionDateLength ( )
inlinestaticinherited

get character length for column

◆ GetTransactionNumberDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.GetTransactionNumberDBName ( )
inlinestaticinherited

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

◆ GetTransactionNumberHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.GetTransactionNumberHelp ( )
inlinestaticinherited

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

◆ GetTransactionNumberLength()

static short Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.GetTransactionNumberLength ( )
inlinestaticinherited

get character length for column

◆ GetTransactionStatusDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.GetTransactionStatusDBName ( )
inlinestaticinherited

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

◆ GetTransactionStatusHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.GetTransactionStatusHelp ( )
inlinestaticinherited

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

◆ GetTransactionStatusLength()

static short Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.GetTransactionStatusLength ( )
inlinestaticinherited

get character length for column

◆ 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

◆ InitClass()

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

create the columns

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

◆ InitVars()

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

assign columns to properties, set primary key

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

◆ 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.GLReportingTDSATransactionTable.NewRowFromBuilder ( System.Data.DataRowBuilder  builder)
inlineprotected

new typed row using DataRowBuilder

◆ NewRowTyped() [1/2]

new GLReportingTDSATransactionRow Ict.Petra.Shared.MFinance.GL.Data.GLReportingTDSATransactionTable.NewRowTyped ( )
inline

create a new typed row, always with default values

◆ NewRowTyped() [2/2]

new GLReportingTDSATransactionRow Ict.Petra.Shared.MFinance.GL.Data.GLReportingTDSATransactionTable.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

◆ ColumnAccountCode

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

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

◆ ColumnAccountCodeId

readonly short Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.ColumnAccountCodeId = 4
staticinherited

used for generic TTypedDataTable functions

◆ ColumnAmountInBaseCurrency

DataColumn Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.ColumnAmountInBaseCurrency
inherited

This is a number of currency units.

◆ ColumnAmountInBaseCurrencyId

readonly short Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.ColumnAmountInBaseCurrencyId = 10
staticinherited

used for generic TTypedDataTable functions

◆ ColumnAmountInIntlCurrency

DataColumn Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.ColumnAmountInIntlCurrency
inherited

The transaction amount in the second base currency.

◆ ColumnAmountInIntlCurrencyId

readonly short Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.ColumnAmountInIntlCurrencyId = 24
staticinherited

used for generic TTypedDataTable functions

◆ ColumnAnalysisAttributeValue

DataColumn Ict.Petra.Shared.MFinance.GL.Data.GLReportingTDSATransactionTable.ColumnAnalysisAttributeValue

◆ ColumnAnalysisAttributeValueId

readonly short Ict.Petra.Shared.MFinance.GL.Data.GLReportingTDSATransactionTable.ColumnAnalysisAttributeValueId = 34
static

used for generic TTypedDataTable functions

◆ ColumnAnalysisIndicator

DataColumn Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.ColumnAnalysisIndicator
inherited

Used to get a yes no response from the user.

◆ ColumnAnalysisIndicatorId

readonly short Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.ColumnAnalysisIndicatorId = 11
staticinherited

used for generic TTypedDataTable functions

◆ ColumnAnalysisTypeCode

DataColumn Ict.Petra.Shared.MFinance.GL.Data.GLReportingTDSATransactionTable.ColumnAnalysisTypeCode

◆ ColumnAnalysisTypeCodeId

readonly short Ict.Petra.Shared.MFinance.GL.Data.GLReportingTDSATransactionTable.ColumnAnalysisTypeCodeId = 32
static

used for generic TTypedDataTable functions

◆ ColumnAnalysisTypeDescription

DataColumn Ict.Petra.Shared.MFinance.GL.Data.GLReportingTDSATransactionTable.ColumnAnalysisTypeDescription

◆ ColumnAnalysisTypeDescriptionId

readonly short Ict.Petra.Shared.MFinance.GL.Data.GLReportingTDSATransactionTable.ColumnAnalysisTypeDescriptionId = 33
static

used for generic TTypedDataTable functions

◆ ColumnBatchNumber

DataColumn Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.ColumnBatchNumber
inherited

identifes which batch a transaction belongs to

◆ ColumnBatchNumberId

readonly short Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.ColumnBatchNumberId = 1
staticinherited

used for generic TTypedDataTable functions

◆ ColumnCostCentreCode

DataColumn Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.ColumnCostCentreCode
inherited

This identifies which cost centre an account is applied to.

◆ ColumnCostCentreCodeId

readonly short Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.ColumnCostCentreCodeId = 6
staticinherited

used for generic TTypedDataTable functions

◆ ColumnCreatedBy

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

User ID of who created this record.

◆ ColumnCreatedById

readonly short Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.ColumnCreatedById = 28
staticinherited

used for generic TTypedDataTable functions

◆ ColumnDateCreated

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

The date the record was created.

◆ ColumnDateCreatedId

readonly short Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.ColumnDateCreatedId = 27
staticinherited

used for generic TTypedDataTable functions

◆ ColumnDateModified

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

The date the record was modified.

◆ ColumnDateModifiedId

readonly short Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.ColumnDateModifiedId = 29
staticinherited

used for generic TTypedDataTable functions

◆ ColumnDebitCreditIndicator

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

◆ ColumnDebitCreditIndicatorId

readonly short Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.ColumnDebitCreditIndicatorId = 14
staticinherited

used for generic TTypedDataTable functions

◆ ColumnDetailNumber

DataColumn Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.ColumnDetailNumber
inherited

The detail (within the header) that the transaction is associated with. [NOT USED].

◆ ColumnDetailNumberId

readonly short Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.ColumnDetailNumberId = 17
staticinherited

used for generic TTypedDataTable functions

◆ ColumnHeaderNumber

DataColumn Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.ColumnHeaderNumber
inherited

The header (eg, cashbook #) that the transaction is associated with. [NOT USED].

◆ ColumnHeaderNumberId

readonly short Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.ColumnHeaderNumberId = 16
staticinherited

used for generic TTypedDataTable functions

◆ ColumnIchNumber

DataColumn Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.ColumnIchNumber
inherited

identifes the ICH process number

◆ ColumnIchNumberId

readonly short Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.ColumnIchNumberId = 25
staticinherited

used for generic TTypedDataTable functions

◆ ColumnJournalNumber

DataColumn Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.ColumnJournalNumber
inherited

◆ ColumnJournalNumberId

readonly short Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.ColumnJournalNumberId = 2
staticinherited

used for generic TTypedDataTable functions

◆ ColumnKeyMinistryKey

DataColumn Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.ColumnKeyMinistryKey
inherited

Key ministry to which this transaction applies (just for fund transfers)

◆ ColumnKeyMinistryKeyId

readonly short Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.ColumnKeyMinistryKeyId = 26
staticinherited

used for generic TTypedDataTable functions

◆ ColumnLedgerNumber

DataColumn Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.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.ATransactionTable.ColumnLedgerNumberId = 0
staticinherited

used for generic TTypedDataTable functions

◆ ColumnModificationId

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

This identifies the current version of the record.

◆ ColumnModificationIdId

readonly short Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.ColumnModificationIdId = 31
staticinherited

used for generic TTypedDataTable functions

◆ ColumnModifiedBy

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

User ID of who last modified this record.

◆ ColumnModifiedById

readonly short Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.ColumnModifiedById = 30
staticinherited

used for generic TTypedDataTable functions

◆ ColumnNarrative

DataColumn Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.ColumnNarrative
inherited

◆ ColumnNarrativeId

readonly short Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.ColumnNarrativeId = 13
staticinherited

used for generic TTypedDataTable functions

◆ ColumnPrimaryAccountCode

DataColumn Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.ColumnPrimaryAccountCode
inherited

This identifies the account the financial transaction must be stored against [NOT USED].

◆ ColumnPrimaryAccountCodeId

readonly short Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.ColumnPrimaryAccountCodeId = 5
staticinherited

used for generic TTypedDataTable functions

◆ ColumnPrimaryCostCentreCode

DataColumn Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.ColumnPrimaryCostCentreCode
inherited

This identifies which cost centre an account is applied to [NOT USED].

◆ ColumnPrimaryCostCentreCodeId

readonly short Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.ColumnPrimaryCostCentreCodeId = 7
staticinherited

used for generic TTypedDataTable functions

◆ ColumnReconciledStatus

DataColumn Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.ColumnReconciledStatus
inherited

shows if the transaction has been reconciled or not

◆ ColumnReconciledStatusId

readonly short Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.ColumnReconciledStatusId = 12
staticinherited

used for generic TTypedDataTable functions

◆ ColumnReference

DataColumn Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.ColumnReference
inherited

Reference number/code for the transaction.

◆ ColumnReferenceId

readonly short Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.ColumnReferenceId = 21
staticinherited

used for generic TTypedDataTable functions

◆ ColumnSourceFlag

DataColumn Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.ColumnSourceFlag
inherited

To flag a transaction as having come from a source ledger and been processed in an ilt processing centre.

◆ ColumnSourceFlagId

readonly short Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.ColumnSourceFlagId = 20
staticinherited

used for generic TTypedDataTable functions

◆ ColumnSourceReference

DataColumn Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.ColumnSourceReference
inherited

Transaction key which initiated an ILT transaction.

◆ ColumnSourceReferenceId

readonly short Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.ColumnSourceReferenceId = 22
staticinherited

used for generic TTypedDataTable functions

◆ ColumnSubType

DataColumn Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.ColumnSubType
inherited

◆ ColumnSubTypeId

readonly short Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.ColumnSubTypeId = 18
staticinherited

used for generic TTypedDataTable functions

◆ ColumnSystemGenerated

DataColumn Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.ColumnSystemGenerated
inherited

Was this transaction generated automatically by the system?

◆ ColumnSystemGeneratedId

readonly short Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.ColumnSystemGeneratedId = 23
staticinherited

used for generic TTypedDataTable functions

◆ ColumnToIltFlag

DataColumn Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.ColumnToIltFlag
inherited

Indicates whether the ILT transaction has been transferred to transaction for ILT file.

◆ ColumnToIltFlagId

readonly short Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.ColumnToIltFlagId = 19
staticinherited

used for generic TTypedDataTable functions

◆ ColumnTransactionAmount

DataColumn Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.ColumnTransactionAmount
inherited

This is a number of currency units.

◆ ColumnTransactionAmountId

readonly short Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.ColumnTransactionAmountId = 9
staticinherited

used for generic TTypedDataTable functions

◆ ColumnTransactionDate

DataColumn Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.ColumnTransactionDate
inherited

Date the transaction took place.

◆ ColumnTransactionDateId

readonly short Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.ColumnTransactionDateId = 8
staticinherited

used for generic TTypedDataTable functions

◆ ColumnTransactionNumber

DataColumn Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.ColumnTransactionNumber
inherited

Identifies a transaction within a journal within a batch within a ledger.

◆ ColumnTransactionNumberId

readonly short Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.ColumnTransactionNumberId = 3
staticinherited

used for generic TTypedDataTable functions

◆ ColumnTransactionStatus

DataColumn Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.ColumnTransactionStatus
inherited

Has a transaction been posted yet.

◆ ColumnTransactionStatusId

readonly short Ict.Petra.Shared.MFinance.Account.Data.ATransactionTable.ColumnTransactionStatusId = 15
staticinherited

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.GLReportingTDSATransactionTable.TableId = 164
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.GLReportingTDSATransactionTable.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 GLReportingTDSATransactionRow Ict.Petra.Shared.MFinance.GL.Data.GLReportingTDSATransactionTable.this[int i]
get

Access a typed row by index.


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