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

Templates of general ledger transactions which are copied into the ledger with general ledger batches. More...

Inheritance diagram for Ict.Petra.Shared.MFinance.GL.Data.GLBatchTDSARecurringTransactionTable:
Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionTable Ict.Common.Data.TTypedDataTable

Public Member Functions

 GLBatchTDSARecurringTransactionTable ()
 constructor More...
 
 GLBatchTDSARecurringTransactionTable (string ATablename)
 constructor More...
 
 GLBatchTDSARecurringTransactionTable (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 GLBatchTDSARecurringTransactionRow NewRowTyped (bool AWithDefaultValues)
 create a new typed row More...
 
new GLBatchTDSARecurringTransactionRow NewRowTyped ()
 create a new typed row, always with default values More...
 
new GLBatchTDSARecurringTransactionTable 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 GetDateEnteredDBName ()
 get the name of the field in the database for this column More...
 
static short GetDateEnteredLength ()
 get character length for column More...
 
static string GetDateEnteredHelp ()
 get the help text for the field in the database for this column More...
 
static string GetAnalysisAttributesDBName ()
 get the name of the field in the database for this column More...
 
static short GetAnalysisAttributesLength ()
 get character length for column More...
 
static string GetAnalysisAttributesHelp ()
 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 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 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 GetTransactionCurrencyDBName ()
 get the name of the field in the database for this column More...
 
static short GetTransactionCurrencyLength ()
 get character length for column More...
 
static string GetTransactionCurrencyHelp ()
 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 GetBaseCurrencyDBName ()
 get the name of the field in the database for this column More...
 
static short GetBaseCurrencyLength ()
 get character length for column More...
 
static string GetBaseCurrencyHelp ()
 get the help text for the field in the database for this column More...
 
static string GetExchangeRateToBaseDBName ()
 get the name of the field in the database for this column More...
 
static short GetExchangeRateToBaseLength ()
 get character length for column More...
 
static string GetExchangeRateToBaseHelp ()
 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 GetMethodOfPaymentCodeDBName ()
 get the name of the field in the database for this column More...
 
static short GetMethodOfPaymentCodeLength ()
 get character length for column More...
 
static string GetMethodOfPaymentCodeHelp ()
 get the help text for the field in the database for this column More...
 
static string GetPeriodNumberDBName ()
 get the name of the field in the database for this column More...
 
static short GetPeriodNumberLength ()
 get character length for column More...
 
static string GetPeriodNumberHelp ()
 get the help text for the field in the database for this column More...
 
static string GetReconciledFlagDBName ()
 get the name of the field in the database for this column More...
 
static short GetReconciledFlagLength ()
 get character length for column More...
 
static string GetReconciledFlagHelp ()
 get the help text for the field in the database for this column More...
 
static string GetSubSystemCodeDBName ()
 get the name of the field in the database for this column More...
 
static short GetSubSystemCodeLength ()
 get character length for column More...
 
static string GetSubSystemCodeHelp ()
 get the help text for the field in the database for this column More...
 
static string GetTransactionTypeCodeDBName ()
 get the name of the field in the database for this column More...
 
static short GetTransactionTypeCodeLength ()
 get character length for column More...
 
static string GetTransactionTypeCodeHelp ()
 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 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 GetDateOfEntryDBName ()
 get the name of the field in the database for this column More...
 
static short GetDateOfEntryLength ()
 get character length for column More...
 
static string GetDateOfEntryHelp ()
 get the help text for the field in the database for this column More...
 
static string GetUserIdDBName ()
 get the name of the field in the database for this column More...
 
static short GetUserIdLength ()
 get character length for column More...
 
static string GetUserIdHelp ()
 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 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 ColumnDateEntered
 
DataColumn ColumnAnalysisAttributes
 
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
 Journal number that transaction belongs to. More...
 
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 ColumnCostCentreCode
 This identifies which cost centre an account is applied to. More...
 
DataColumn ColumnTransactionDate
 Date the transaction took place. More...
 
DataColumn ColumnTransactionCurrency
 This defines which currency is being used. More...
 
DataColumn ColumnTransactionAmount
 This is a number of currency units. More...
 
DataColumn ColumnBaseCurrency
 This defines which currency is being used. More...
 
DataColumn ColumnExchangeRateToBase
 The rate of exchange. More...
 
DataColumn ColumnAmountInBaseCurrency
 This is a number of currency units. More...
 
DataColumn ColumnAnalysisIndicator
 
DataColumn ColumnMethodOfPaymentCode
 
DataColumn ColumnPeriodNumber
 This defines which accounting period is being used. More...
 
DataColumn ColumnReconciledFlag
 Shows if the transaction has been reconciled or not. More...
 
DataColumn ColumnSubSystemCode
 Defines a sub system of accounts. More...
 
DataColumn ColumnTransactionTypeCode
 
DataColumn ColumnNarrative
 
DataColumn ColumnReference
 
DataColumn ColumnDateOfEntry
 
DataColumn ColumnUserId
 
DataColumn ColumnDebitCreditIndicator
 
DataColumn ColumnTransactionStatus
 Has a transaction been posted yet. More...
 
DataColumn ColumnHeaderNumber
 The header (eg, cashbook #) that the transaction is associated with. More...
 
DataColumn ColumnDetailNumber
 The detail (within the header) that the transaction is associated with. More...
 
DataColumn ColumnSubType
 
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 = 153
 TableId for Ict.Common.Data generic functions. More...
 
static readonly short ColumnDateEnteredId = 32
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnAnalysisAttributesId = 33
 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 ColumnCostCentreCodeId = 5
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnTransactionDateId = 6
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnTransactionCurrencyId = 7
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnTransactionAmountId = 8
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnBaseCurrencyId = 9
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnExchangeRateToBaseId = 10
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnAmountInBaseCurrencyId = 11
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnAnalysisIndicatorId = 12
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnMethodOfPaymentCodeId = 13
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnPeriodNumberId = 14
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnReconciledFlagId = 15
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnSubSystemCodeId = 16
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnTransactionTypeCodeId = 17
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnNarrativeId = 18
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnReferenceId = 19
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnDateOfEntryId = 20
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnUserIdId = 21
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnDebitCreditIndicatorId = 22
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnTransactionStatusId = 23
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnHeaderNumberId = 24
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnDetailNumberId = 25
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnSubTypeId = 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 GLBatchTDSARecurringTransactionRow 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

Templates of general ledger transactions which are copied into the ledger with general ledger batches.

Constructor & Destructor Documentation

◆ GLBatchTDSARecurringTransactionTable() [1/3]

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

constructor

◆ GLBatchTDSARecurringTransactionTable() [2/3]

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

constructor

◆ GLBatchTDSARecurringTransactionTable() [3/3]

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

get an odbc parameter for the given column

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

◆ 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.ARecurringTransactionTable.GetAccountCodeDBName ( )
inlinestaticinherited

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

◆ GetAccountCodeHelp()

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

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

◆ GetAccountCodeLength()

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

get character length for column

◆ GetAmountInBaseCurrencyDBName()

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

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

◆ GetAmountInBaseCurrencyHelp()

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

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

◆ GetAmountInBaseCurrencyLength()

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

get character length for column

◆ GetAnalysisAttributesDBName()

static string Ict.Petra.Shared.MFinance.GL.Data.GLBatchTDSARecurringTransactionTable.GetAnalysisAttributesDBName ( )
inlinestatic

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

◆ GetAnalysisAttributesHelp()

static string Ict.Petra.Shared.MFinance.GL.Data.GLBatchTDSARecurringTransactionTable.GetAnalysisAttributesHelp ( )
inlinestatic

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

◆ GetAnalysisAttributesLength()

static short Ict.Petra.Shared.MFinance.GL.Data.GLBatchTDSARecurringTransactionTable.GetAnalysisAttributesLength ( )
inlinestatic

get character length for column

◆ GetAnalysisIndicatorDBName()

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

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

◆ GetAnalysisIndicatorHelp()

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

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

◆ GetAnalysisIndicatorLength()

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

get character length for column

◆ GetBaseCurrencyDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionTable.GetBaseCurrencyDBName ( )
inlinestaticinherited

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

◆ GetBaseCurrencyHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionTable.GetBaseCurrencyHelp ( )
inlinestaticinherited

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

◆ GetBaseCurrencyLength()

static short Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionTable.GetBaseCurrencyLength ( )
inlinestaticinherited

get character length for column

◆ GetBatchNumberDBName()

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

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

◆ GetBatchNumberHelp()

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

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

◆ GetBatchNumberLength()

static short Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionTable.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 GLBatchTDSARecurringTransactionTable Ict.Petra.Shared.MFinance.GL.Data.GLBatchTDSARecurringTransactionTable.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.ARecurringTransactionTable.GetCostCentreCodeDBName ( )
inlinestaticinherited

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

◆ GetCostCentreCodeHelp()

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

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

◆ GetCostCentreCodeLength()

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

get character length for column

◆ GetCreatedByDBName()

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

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

◆ GetCreatedByHelp()

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

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

◆ GetCreatedByLength()

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

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

◆ GetDateCreatedHelp()

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

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

◆ GetDateCreatedLength()

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

get character length for column

◆ GetDateEnteredDBName()

static string Ict.Petra.Shared.MFinance.GL.Data.GLBatchTDSARecurringTransactionTable.GetDateEnteredDBName ( )
inlinestatic

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

◆ GetDateEnteredHelp()

static string Ict.Petra.Shared.MFinance.GL.Data.GLBatchTDSARecurringTransactionTable.GetDateEnteredHelp ( )
inlinestatic

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

◆ GetDateEnteredLength()

static short Ict.Petra.Shared.MFinance.GL.Data.GLBatchTDSARecurringTransactionTable.GetDateEnteredLength ( )
inlinestatic

get character length for column

◆ GetDateModifiedDBName()

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

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

◆ GetDateModifiedHelp()

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

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

◆ GetDateModifiedLength()

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

get character length for column

◆ GetDateOfEntryDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionTable.GetDateOfEntryDBName ( )
inlinestaticinherited

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

◆ GetDateOfEntryHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionTable.GetDateOfEntryHelp ( )
inlinestaticinherited

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

◆ GetDateOfEntryLength()

static short Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionTable.GetDateOfEntryLength ( )
inlinestaticinherited

get character length for column

◆ GetDebitCreditIndicatorDBName()

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

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

◆ GetDebitCreditIndicatorHelp()

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

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

◆ GetDebitCreditIndicatorLength()

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

get character length for column

◆ GetDetailNumberDBName()

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

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

◆ GetDetailNumberHelp()

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

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

◆ GetDetailNumberLength()

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

get character length for column

◆ GetExchangeRateToBaseDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionTable.GetExchangeRateToBaseDBName ( )
inlinestaticinherited

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

◆ GetExchangeRateToBaseHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionTable.GetExchangeRateToBaseHelp ( )
inlinestaticinherited

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

◆ GetExchangeRateToBaseLength()

static short Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionTable.GetExchangeRateToBaseLength ( )
inlinestaticinherited

get character length for column

◆ GetHeaderNumberDBName()

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

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

◆ GetHeaderNumberHelp()

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

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

◆ GetHeaderNumberLength()

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

get character length for column

◆ GetJournalNumberDBName()

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

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

◆ GetJournalNumberHelp()

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

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

◆ GetJournalNumberLength()

static short Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionTable.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

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

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

◆ GetLedgerNumberHelp()

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

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

◆ GetLedgerNumberLength()

static short Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionTable.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

◆ GetMethodOfPaymentCodeDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionTable.GetMethodOfPaymentCodeDBName ( )
inlinestaticinherited

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

◆ GetMethodOfPaymentCodeHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionTable.GetMethodOfPaymentCodeHelp ( )
inlinestaticinherited

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

◆ GetMethodOfPaymentCodeLength()

static short Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionTable.GetMethodOfPaymentCodeLength ( )
inlinestaticinherited

get character length for column

◆ GetModificationIdDBName()

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

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

◆ GetModificationIdHelp()

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

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

◆ GetModificationIdLength()

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

get character length for column

◆ GetModifiedByDBName()

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

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

◆ GetModifiedByHelp()

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

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

◆ GetModifiedByLength()

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

get character length for column

◆ GetNarrativeDBName()

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

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

◆ GetNarrativeHelp()

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

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

◆ GetNarrativeLength()

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

get character length for column

◆ GetPeriodNumberDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionTable.GetPeriodNumberDBName ( )
inlinestaticinherited

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

◆ GetPeriodNumberHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionTable.GetPeriodNumberHelp ( )
inlinestaticinherited

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

◆ GetPeriodNumberLength()

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

◆ GetReconciledFlagDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionTable.GetReconciledFlagDBName ( )
inlinestaticinherited

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

◆ GetReconciledFlagHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionTable.GetReconciledFlagHelp ( )
inlinestaticinherited

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

◆ GetReconciledFlagLength()

static short Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionTable.GetReconciledFlagLength ( )
inlinestaticinherited

get character length for column

◆ GetReferenceDBName()

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

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

◆ GetReferenceHelp()

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

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

◆ GetReferenceLength()

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

get character length for column

◆ GetSubSystemCodeDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionTable.GetSubSystemCodeDBName ( )
inlinestaticinherited

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

◆ GetSubSystemCodeHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionTable.GetSubSystemCodeHelp ( )
inlinestaticinherited

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

◆ GetSubSystemCodeLength()

static short Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionTable.GetSubSystemCodeLength ( )
inlinestaticinherited

get character length for column

◆ GetSubTypeDBName()

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

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

◆ GetSubTypeHelp()

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

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

◆ GetSubTypeLength()

static short Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionTable.GetSubTypeLength ( )
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.GLBatchTDSARecurringTransactionTable.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.GLBatchTDSARecurringTransactionTable.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.GLBatchTDSARecurringTransactionTable.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

◆ GetTransactionAmountDBName()

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

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

◆ GetTransactionAmountHelp()

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

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

◆ GetTransactionAmountLength()

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

get character length for column

◆ GetTransactionCurrencyDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionTable.GetTransactionCurrencyDBName ( )
inlinestaticinherited

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

◆ GetTransactionCurrencyHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionTable.GetTransactionCurrencyHelp ( )
inlinestaticinherited

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

◆ GetTransactionCurrencyLength()

static short Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionTable.GetTransactionCurrencyLength ( )
inlinestaticinherited

get character length for column

◆ GetTransactionDateDBName()

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

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

◆ GetTransactionDateHelp()

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

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

◆ GetTransactionDateLength()

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

get character length for column

◆ GetTransactionNumberDBName()

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

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

◆ GetTransactionNumberHelp()

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

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

◆ GetTransactionNumberLength()

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

get character length for column

◆ GetTransactionStatusDBName()

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

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

◆ GetTransactionStatusHelp()

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

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

◆ GetTransactionStatusLength()

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

get character length for column

◆ GetTransactionTypeCodeDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionTable.GetTransactionTypeCodeDBName ( )
inlinestaticinherited

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

◆ GetTransactionTypeCodeHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionTable.GetTransactionTypeCodeHelp ( )
inlinestaticinherited

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

◆ GetTransactionTypeCodeLength()

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

◆ GetUserIdDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionTable.GetUserIdDBName ( )
inlinestaticinherited

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

◆ GetUserIdHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionTable.GetUserIdHelp ( )
inlinestaticinherited

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

◆ GetUserIdLength()

static short Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionTable.GetUserIdLength ( )
inlinestaticinherited

get character length for column

◆ InitClass()

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

◆ InitVars()

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

assign columns to properties, set primary key

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

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

new typed row using DataRowBuilder

◆ NewRowTyped() [1/2]

new GLBatchTDSARecurringTransactionRow Ict.Petra.Shared.MFinance.GL.Data.GLBatchTDSARecurringTransactionTable.NewRowTyped ( )
inline

create a new typed row, always with default values

◆ NewRowTyped() [2/2]

new GLBatchTDSARecurringTransactionRow Ict.Petra.Shared.MFinance.GL.Data.GLBatchTDSARecurringTransactionTable.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.ARecurringTransactionTable.ColumnAccountCode
inherited

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

◆ ColumnAccountCodeId

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

used for generic TTypedDataTable functions

◆ ColumnAmountInBaseCurrency

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

This is a number of currency units.

◆ ColumnAmountInBaseCurrencyId

readonly short Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionTable.ColumnAmountInBaseCurrencyId = 11
staticinherited

used for generic TTypedDataTable functions

◆ ColumnAnalysisAttributes

DataColumn Ict.Petra.Shared.MFinance.GL.Data.GLBatchTDSARecurringTransactionTable.ColumnAnalysisAttributes

◆ ColumnAnalysisAttributesId

readonly short Ict.Petra.Shared.MFinance.GL.Data.GLBatchTDSARecurringTransactionTable.ColumnAnalysisAttributesId = 33
static

used for generic TTypedDataTable functions

◆ ColumnAnalysisIndicator

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

◆ ColumnAnalysisIndicatorId

readonly short Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionTable.ColumnAnalysisIndicatorId = 12
staticinherited

used for generic TTypedDataTable functions

◆ ColumnBaseCurrency

DataColumn Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionTable.ColumnBaseCurrency
inherited

This defines which currency is being used.

◆ ColumnBaseCurrencyId

readonly short Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionTable.ColumnBaseCurrencyId = 9
staticinherited

used for generic TTypedDataTable functions

◆ ColumnBatchNumber

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

identifes which batch a transaction belongs to

◆ ColumnBatchNumberId

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

used for generic TTypedDataTable functions

◆ ColumnCostCentreCode

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

This identifies which cost centre an account is applied to.

◆ ColumnCostCentreCodeId

readonly short Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionTable.ColumnCostCentreCodeId = 5
staticinherited

used for generic TTypedDataTable functions

◆ ColumnCreatedBy

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

User ID of who created this record.

◆ ColumnCreatedById

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

used for generic TTypedDataTable functions

◆ ColumnDateCreated

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

The date the record was created.

◆ ColumnDateCreatedId

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

used for generic TTypedDataTable functions

◆ ColumnDateEntered

DataColumn Ict.Petra.Shared.MFinance.GL.Data.GLBatchTDSARecurringTransactionTable.ColumnDateEntered

◆ ColumnDateEnteredId

readonly short Ict.Petra.Shared.MFinance.GL.Data.GLBatchTDSARecurringTransactionTable.ColumnDateEnteredId = 32
static

used for generic TTypedDataTable functions

◆ ColumnDateModified

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

The date the record was modified.

◆ ColumnDateModifiedId

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

used for generic TTypedDataTable functions

◆ ColumnDateOfEntry

DataColumn Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionTable.ColumnDateOfEntry
inherited

◆ ColumnDateOfEntryId

readonly short Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionTable.ColumnDateOfEntryId = 20
staticinherited

used for generic TTypedDataTable functions

◆ ColumnDebitCreditIndicator

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

◆ ColumnDebitCreditIndicatorId

readonly short Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionTable.ColumnDebitCreditIndicatorId = 22
staticinherited

used for generic TTypedDataTable functions

◆ ColumnDetailNumber

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

The detail (within the header) that the transaction is associated with.

◆ ColumnDetailNumberId

readonly short Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionTable.ColumnDetailNumberId = 25
staticinherited

used for generic TTypedDataTable functions

◆ ColumnExchangeRateToBase

DataColumn Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionTable.ColumnExchangeRateToBase
inherited

The rate of exchange.

◆ ColumnExchangeRateToBaseId

readonly short Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionTable.ColumnExchangeRateToBaseId = 10
staticinherited

used for generic TTypedDataTable functions

◆ ColumnHeaderNumber

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

The header (eg, cashbook #) that the transaction is associated with.

◆ ColumnHeaderNumberId

readonly short Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionTable.ColumnHeaderNumberId = 24
staticinherited

used for generic TTypedDataTable functions

◆ ColumnJournalNumber

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

Journal number that transaction belongs to.

◆ ColumnJournalNumberId

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

used for generic TTypedDataTable functions

◆ ColumnLedgerNumber

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

used for generic TTypedDataTable functions

◆ ColumnMethodOfPaymentCode

DataColumn Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionTable.ColumnMethodOfPaymentCode
inherited

◆ ColumnMethodOfPaymentCodeId

readonly short Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionTable.ColumnMethodOfPaymentCodeId = 13
staticinherited

used for generic TTypedDataTable functions

◆ ColumnModificationId

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

This identifies the current version of the record.

◆ ColumnModificationIdId

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

used for generic TTypedDataTable functions

◆ ColumnModifiedBy

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

User ID of who last modified this record.

◆ ColumnModifiedById

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

used for generic TTypedDataTable functions

◆ ColumnNarrative

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

◆ ColumnNarrativeId

readonly short Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionTable.ColumnNarrativeId = 18
staticinherited

used for generic TTypedDataTable functions

◆ ColumnPeriodNumber

DataColumn Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionTable.ColumnPeriodNumber
inherited

This defines which accounting period is being used.

◆ ColumnPeriodNumberId

readonly short Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionTable.ColumnPeriodNumberId = 14
staticinherited

used for generic TTypedDataTable functions

◆ ColumnReconciledFlag

DataColumn Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionTable.ColumnReconciledFlag
inherited

Shows if the transaction has been reconciled or not.

◆ ColumnReconciledFlagId

readonly short Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionTable.ColumnReconciledFlagId = 15
staticinherited

used for generic TTypedDataTable functions

◆ ColumnReference

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

◆ ColumnReferenceId

readonly short Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionTable.ColumnReferenceId = 19
staticinherited

used for generic TTypedDataTable functions

◆ ColumnSubSystemCode

DataColumn Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionTable.ColumnSubSystemCode
inherited

Defines a sub system of accounts.

◆ ColumnSubSystemCodeId

readonly short Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionTable.ColumnSubSystemCodeId = 16
staticinherited

used for generic TTypedDataTable functions

◆ ColumnSubType

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

◆ ColumnSubTypeId

readonly short Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionTable.ColumnSubTypeId = 26
staticinherited

used for generic TTypedDataTable functions

◆ ColumnTransactionAmount

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

This is a number of currency units.

◆ ColumnTransactionAmountId

readonly short Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionTable.ColumnTransactionAmountId = 8
staticinherited

used for generic TTypedDataTable functions

◆ ColumnTransactionCurrency

DataColumn Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionTable.ColumnTransactionCurrency
inherited

This defines which currency is being used.

◆ ColumnTransactionCurrencyId

readonly short Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionTable.ColumnTransactionCurrencyId = 7
staticinherited

used for generic TTypedDataTable functions

◆ ColumnTransactionDate

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

Date the transaction took place.

◆ ColumnTransactionDateId

readonly short Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionTable.ColumnTransactionDateId = 6
staticinherited

used for generic TTypedDataTable functions

◆ ColumnTransactionNumber

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

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

◆ ColumnTransactionNumberId

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

used for generic TTypedDataTable functions

◆ ColumnTransactionStatus

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

Has a transaction been posted yet.

◆ ColumnTransactionStatusId

readonly short Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionTable.ColumnTransactionStatusId = 23
staticinherited

used for generic TTypedDataTable functions

◆ ColumnTransactionTypeCode

DataColumn Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionTable.ColumnTransactionTypeCode
inherited

◆ ColumnTransactionTypeCodeId

readonly short Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionTable.ColumnTransactionTypeCodeId = 17
staticinherited

used for generic TTypedDataTable functions

◆ ColumnUserId

DataColumn Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionTable.ColumnUserId
inherited

◆ ColumnUserIdId

readonly short Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionTable.ColumnUserIdId = 21
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.GLBatchTDSARecurringTransactionTable.TableId = 153
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.GLBatchTDSARecurringTransactionTable.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 GLBatchTDSARecurringTransactionRow Ict.Petra.Shared.MFinance.GL.Data.GLBatchTDSARecurringTransactionTable.this[int i]
get

Access a typed row by index.


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