OpenPetra
Free Administration Software for Non-Profits
Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionTable 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.Account.Data.ARecurringTransactionTable:
Ict.Common.Data.TTypedDataTable Ict.Petra.Shared.MFinance.GL.Data.GLBatchTDSARecurringTransactionTable

Public Member Functions

 ARecurringTransactionTable ()
 constructor More...
 
 ARecurringTransactionTable (string ATablename)
 constructor More...
 
 ARecurringTransactionTable (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...
 
ARecurringTransactionRow NewRowTyped (bool AWithDefaultValues)
 create a new typed row More...
 
ARecurringTransactionRow NewRowTyped ()
 create a new typed row, always with default values More...
 
ARecurringTransactionTable 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 string GetTableName ()
 return the CamelCase name of the table More...
 
static string GetTableDBName ()
 return the name of the table as it is used in the database More...
 
static 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 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 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 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 string GetTableName (short ATableNumber)
 the table name in CamelCase 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 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 readonly short TableId = 153
 TableId for Ict.Common.Data generic 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

ARecurringTransactionRow 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

◆ ARecurringTransactionTable() [1/3]

Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionTable.ARecurringTransactionTable ( )
inline

constructor

◆ ARecurringTransactionTable() [2/3]

Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionTable.ARecurringTransactionTable ( string  ATablename)
inline

constructor

◆ ARecurringTransactionTable() [3/3]

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

get an odbc parameter for the given column

Implements Ict.Common.Data.TTypedDataTable.

Reimplemented in Ict.Petra.Shared.MFinance.GL.Data.GLBatchTDSARecurringTransactionTable.

◆ 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 ( )
inlinestatic

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

◆ GetAccountCodeHelp()

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

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

◆ GetAccountCodeLength()

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

get character length for column

◆ GetAmountInBaseCurrencyDBName()

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

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

◆ GetAmountInBaseCurrencyHelp()

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

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

◆ GetAmountInBaseCurrencyLength()

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

get character length for column

◆ GetAnalysisIndicatorDBName()

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

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

◆ GetAnalysisIndicatorHelp()

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

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

◆ GetAnalysisIndicatorLength()

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

get character length for column

◆ GetBaseCurrencyDBName()

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

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

◆ GetBaseCurrencyHelp()

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

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

◆ GetBaseCurrencyLength()

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

get character length for column

◆ GetBatchNumberDBName()

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

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

◆ GetBatchNumberHelp()

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

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

◆ GetBatchNumberLength()

static short Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionTable.GetBatchNumberLength ( )
inlinestatic

get character length for column

◆ GetChanges()

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

make sure that we use GetChangesType instead of GetChanges

Returns
throws an exception

◆ GetChangesTyped()

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

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

◆ GetCostCentreCodeHelp()

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

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

◆ GetCostCentreCodeLength()

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

get character length for column

◆ GetCreatedByDBName()

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

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

◆ GetCreatedByHelp()

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

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

◆ GetCreatedByLength()

static short Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionTable.GetCreatedByLength ( )
inlinestatic

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 ( )
inlinestatic

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

◆ GetDateCreatedHelp()

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

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

◆ GetDateCreatedLength()

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

get character length for column

◆ GetDateModifiedDBName()

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

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

◆ GetDateModifiedHelp()

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

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

◆ GetDateModifiedLength()

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

get character length for column

◆ GetDateOfEntryDBName()

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

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

◆ GetDateOfEntryHelp()

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

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

◆ GetDateOfEntryLength()

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

get character length for column

◆ GetDebitCreditIndicatorDBName()

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

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

◆ GetDebitCreditIndicatorHelp()

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

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

◆ GetDebitCreditIndicatorLength()

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

get character length for column

◆ GetDetailNumberDBName()

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

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

◆ GetDetailNumberHelp()

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

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

◆ GetDetailNumberLength()

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

get character length for column

◆ GetExchangeRateToBaseDBName()

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

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

◆ GetExchangeRateToBaseHelp()

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

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

◆ GetExchangeRateToBaseLength()

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

get character length for column

◆ GetHeaderNumberDBName()

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

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

◆ GetHeaderNumberHelp()

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

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

◆ GetHeaderNumberLength()

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

get character length for column

◆ GetJournalNumberDBName()

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

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

◆ GetJournalNumberHelp()

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

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

◆ GetJournalNumberLength()

static short Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionTable.GetJournalNumberLength ( )
inlinestatic

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 ( )
inlinestatic

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

◆ GetLedgerNumberHelp()

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

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

◆ GetLedgerNumberLength()

static short Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionTable.GetLedgerNumberLength ( )
inlinestatic

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 ( )
inlinestatic

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

◆ GetMethodOfPaymentCodeHelp()

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

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

◆ GetMethodOfPaymentCodeLength()

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

get character length for column

◆ GetModificationIdDBName()

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

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

◆ GetModificationIdHelp()

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

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

◆ GetModificationIdLength()

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

get character length for column

◆ GetModifiedByDBName()

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

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

◆ GetModifiedByHelp()

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

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

◆ GetModifiedByLength()

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

get character length for column

◆ GetNarrativeDBName()

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

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

◆ GetNarrativeHelp()

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

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

◆ GetNarrativeLength()

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

get character length for column

◆ GetPeriodNumberDBName()

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

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

◆ GetPeriodNumberHelp()

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

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

◆ GetPeriodNumberLength()

static short Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionTable.GetPeriodNumberLength ( )
inlinestatic

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 ( )
inlinestatic

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

◆ GetReconciledFlagHelp()

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

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

◆ GetReconciledFlagLength()

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

get character length for column

◆ GetReferenceDBName()

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

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

◆ GetReferenceHelp()

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

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

◆ GetReferenceLength()

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

get character length for column

◆ GetSubSystemCodeDBName()

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

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

◆ GetSubSystemCodeHelp()

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

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

◆ GetSubSystemCodeLength()

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

get character length for column

◆ GetSubTypeDBName()

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

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

◆ GetSubTypeHelp()

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

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

◆ GetSubTypeLength()

static short Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionTable.GetSubTypeLength ( )
inlinestatic

get character length for column

◆ GetTableByName()

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

the table name in CamelCase

◆ GetTableDBLabel()

static string Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionTable.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 string Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionTable.GetTableDBName ( )
inlinestatic

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

◆ GetTableName() [1/2]

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

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

◆ GetTransactionAmountHelp()

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

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

◆ GetTransactionAmountLength()

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

get character length for column

◆ GetTransactionCurrencyDBName()

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

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

◆ GetTransactionCurrencyHelp()

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

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

◆ GetTransactionCurrencyLength()

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

get character length for column

◆ GetTransactionDateDBName()

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

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

◆ GetTransactionDateHelp()

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

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

◆ GetTransactionDateLength()

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

get character length for column

◆ GetTransactionNumberDBName()

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

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

◆ GetTransactionNumberHelp()

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

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

◆ GetTransactionNumberLength()

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

get character length for column

◆ GetTransactionStatusDBName()

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

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

◆ GetTransactionStatusHelp()

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

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

◆ GetTransactionStatusLength()

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

get character length for column

◆ GetTransactionTypeCodeDBName()

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

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

◆ GetTransactionTypeCodeHelp()

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

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

◆ GetTransactionTypeCodeLength()

static short Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionTable.GetTransactionTypeCodeLength ( )
inlinestatic

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 ( )
inlinestatic

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

◆ GetUserIdHelp()

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

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

◆ GetUserIdLength()

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

get character length for column

◆ InitClass()

override void Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionTable.InitClass ( )
inlineprotectedvirtual

◆ InitVars()

override void Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionTable.InitVars ( )
inlinevirtual

assign columns to properties, set primary key

Implements Ict.Common.Data.TTypedDataTable.

Reimplemented in Ict.Petra.Shared.MFinance.GL.Data.GLBatchTDSARecurringTransactionTable.

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

new typed row using DataRowBuilder

◆ NewRowTyped() [1/2]

ARecurringTransactionRow Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionTable.NewRowTyped ( )
inline

create a new typed row, always with default values

◆ NewRowTyped() [2/2]

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

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

◆ ColumnAccountCodeId

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

used for generic TTypedDataTable functions

◆ ColumnAmountInBaseCurrency

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

This is a number of currency units.

◆ ColumnAmountInBaseCurrencyId

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

used for generic TTypedDataTable functions

◆ ColumnAnalysisIndicator

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

◆ ColumnAnalysisIndicatorId

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

used for generic TTypedDataTable functions

◆ ColumnBaseCurrency

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

This defines which currency is being used.

◆ ColumnBaseCurrencyId

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

used for generic TTypedDataTable functions

◆ ColumnBatchNumber

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

identifes which batch a transaction belongs to

◆ ColumnBatchNumberId

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

used for generic TTypedDataTable functions

◆ ColumnCostCentreCode

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

This identifies which cost centre an account is applied to.

◆ ColumnCostCentreCodeId

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

used for generic TTypedDataTable functions

◆ ColumnCreatedBy

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

User ID of who created this record.

◆ ColumnCreatedById

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

used for generic TTypedDataTable functions

◆ ColumnDateCreated

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

The date the record was created.

◆ ColumnDateCreatedId

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

used for generic TTypedDataTable functions

◆ ColumnDateModified

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

The date the record was modified.

◆ ColumnDateModifiedId

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

used for generic TTypedDataTable functions

◆ ColumnDateOfEntry

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

◆ ColumnDateOfEntryId

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

used for generic TTypedDataTable functions

◆ ColumnDebitCreditIndicator

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

◆ ColumnDebitCreditIndicatorId

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

used for generic TTypedDataTable functions

◆ ColumnDetailNumber

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

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

◆ ColumnDetailNumberId

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

used for generic TTypedDataTable functions

◆ ColumnExchangeRateToBase

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

The rate of exchange.

◆ ColumnExchangeRateToBaseId

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

used for generic TTypedDataTable functions

◆ ColumnHeaderNumber

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

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

◆ ColumnHeaderNumberId

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

used for generic TTypedDataTable functions

◆ ColumnJournalNumber

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

Journal number that transaction belongs to.

◆ ColumnJournalNumberId

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

used for generic TTypedDataTable functions

◆ ColumnLedgerNumber

DataColumn Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionTable.ColumnLedgerNumber

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
static

used for generic TTypedDataTable functions

◆ ColumnMethodOfPaymentCode

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

◆ ColumnMethodOfPaymentCodeId

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

used for generic TTypedDataTable functions

◆ ColumnModificationId

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

This identifies the current version of the record.

◆ ColumnModificationIdId

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

used for generic TTypedDataTable functions

◆ ColumnModifiedBy

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

User ID of who last modified this record.

◆ ColumnModifiedById

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

used for generic TTypedDataTable functions

◆ ColumnNarrative

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

◆ ColumnNarrativeId

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

used for generic TTypedDataTable functions

◆ ColumnPeriodNumber

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

This defines which accounting period is being used.

◆ ColumnPeriodNumberId

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

used for generic TTypedDataTable functions

◆ ColumnReconciledFlag

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

Shows if the transaction has been reconciled or not.

◆ ColumnReconciledFlagId

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

used for generic TTypedDataTable functions

◆ ColumnReference

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

◆ ColumnReferenceId

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

used for generic TTypedDataTable functions

◆ ColumnSubSystemCode

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

Defines a sub system of accounts.

◆ ColumnSubSystemCodeId

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

used for generic TTypedDataTable functions

◆ ColumnSubType

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

◆ ColumnSubTypeId

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

used for generic TTypedDataTable functions

◆ ColumnTransactionAmount

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

This is a number of currency units.

◆ ColumnTransactionAmountId

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

used for generic TTypedDataTable functions

◆ ColumnTransactionCurrency

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

This defines which currency is being used.

◆ ColumnTransactionCurrencyId

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

used for generic TTypedDataTable functions

◆ ColumnTransactionDate

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

Date the transaction took place.

◆ ColumnTransactionDateId

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

used for generic TTypedDataTable functions

◆ ColumnTransactionNumber

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

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

◆ ColumnTransactionNumberId

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

used for generic TTypedDataTable functions

◆ ColumnTransactionStatus

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

Has a transaction been posted yet.

◆ ColumnTransactionStatusId

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

used for generic TTypedDataTable functions

◆ ColumnTransactionTypeCode

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

◆ ColumnTransactionTypeCodeId

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

used for generic TTypedDataTable functions

◆ ColumnUserId

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

◆ ColumnUserIdId

readonly short Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionTable.ColumnUserIdId = 21
static

used for generic TTypedDataTable functions

◆ DontThrowAwayAfterSubmitChanges

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

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

◆ TableId

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

ARecurringTransactionRow Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionTable.this[int i]
get

Access a typed row by index.


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