OpenPetra
Free Administration Software for Non-Profits
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Pages
Ict.Petra.Shared.MFinance.GL.Data.BudgetTDSABudgetTable Class Reference

Budget information for cost centre-account combinations. More...

Inheritance diagram for Ict.Petra.Shared.MFinance.GL.Data.BudgetTDSABudgetTable:
Ict.Petra.Shared.MFinance.Account.Data.ABudgetTable Ict.Common.Data.TTypedDataTable

Public Member Functions

 BudgetTDSABudgetTable ()
 constructor More...
 
 BudgetTDSABudgetTable (string ATablename)
 constructor More...
 
 BudgetTDSABudgetTable (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 BudgetTDSABudgetRow NewRowTyped (bool AWithDefaultValues)
 create a new typed row More...
 
new BudgetTDSABudgetRow NewRowTyped ()
 create a new typed row, always with default values More...
 
new BudgetTDSABudgetTable 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 GetPeriod01AmountDBName ()
 get the name of the field in the database for this column More...
 
static short GetPeriod01AmountLength ()
 get character length for column More...
 
static string GetPeriod01AmountHelp ()
 get the help text for the field in the database for this column More...
 
static string GetPeriod02AmountDBName ()
 get the name of the field in the database for this column More...
 
static short GetPeriod02AmountLength ()
 get character length for column More...
 
static string GetPeriod02AmountHelp ()
 get the help text for the field in the database for this column More...
 
static string GetPeriod03AmountDBName ()
 get the name of the field in the database for this column More...
 
static short GetPeriod03AmountLength ()
 get character length for column More...
 
static string GetPeriod03AmountHelp ()
 get the help text for the field in the database for this column More...
 
static string GetPeriod04AmountDBName ()
 get the name of the field in the database for this column More...
 
static short GetPeriod04AmountLength ()
 get character length for column More...
 
static string GetPeriod04AmountHelp ()
 get the help text for the field in the database for this column More...
 
static string GetPeriod05AmountDBName ()
 get the name of the field in the database for this column More...
 
static short GetPeriod05AmountLength ()
 get character length for column More...
 
static string GetPeriod05AmountHelp ()
 get the help text for the field in the database for this column More...
 
static string GetPeriod06AmountDBName ()
 get the name of the field in the database for this column More...
 
static short GetPeriod06AmountLength ()
 get character length for column More...
 
static string GetPeriod06AmountHelp ()
 get the help text for the field in the database for this column More...
 
static string GetPeriod07AmountDBName ()
 get the name of the field in the database for this column More...
 
static short GetPeriod07AmountLength ()
 get character length for column More...
 
static string GetPeriod07AmountHelp ()
 get the help text for the field in the database for this column More...
 
static string GetPeriod08AmountDBName ()
 get the name of the field in the database for this column More...
 
static short GetPeriod08AmountLength ()
 get character length for column More...
 
static string GetPeriod08AmountHelp ()
 get the help text for the field in the database for this column More...
 
static string GetPeriod09AmountDBName ()
 get the name of the field in the database for this column More...
 
static short GetPeriod09AmountLength ()
 get character length for column More...
 
static string GetPeriod09AmountHelp ()
 get the help text for the field in the database for this column More...
 
static string GetPeriod10AmountDBName ()
 get the name of the field in the database for this column More...
 
static short GetPeriod10AmountLength ()
 get character length for column More...
 
static string GetPeriod10AmountHelp ()
 get the help text for the field in the database for this column More...
 
static string GetPeriod11AmountDBName ()
 get the name of the field in the database for this column More...
 
static short GetPeriod11AmountLength ()
 get character length for column More...
 
static string GetPeriod11AmountHelp ()
 get the help text for the field in the database for this column More...
 
static string GetPeriod12AmountDBName ()
 get the name of the field in the database for this column More...
 
static short GetPeriod12AmountLength ()
 get character length for column More...
 
static string GetPeriod12AmountHelp ()
 get the help text for the field in the database for this column More...
 
static string GetPeriod13AmountDBName ()
 get the name of the field in the database for this column More...
 
static short GetPeriod13AmountLength ()
 get character length for column More...
 
static string GetPeriod13AmountHelp ()
 get the help text for the field in the database for this column More...
 
static string GetPeriod14AmountDBName ()
 get the name of the field in the database for this column More...
 
static short GetPeriod14AmountLength ()
 get character length for column More...
 
static string GetPeriod14AmountHelp ()
 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 GetBudgetSequenceDBName ()
 get the name of the field in the database for this column More...
 
static short GetBudgetSequenceLength ()
 get character length for column More...
 
static string GetBudgetSequenceHelp ()
 get the help text for the field in the database for this 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 GetYearDBName ()
 get the name of the field in the database for this column More...
 
static short GetYearLength ()
 get character length for column More...
 
static string GetYearHelp ()
 get the help text for the field in the database for this column More...
 
static string GetRevisionDBName ()
 get the name of the field in the database for this column More...
 
static short GetRevisionLength ()
 get character length for column More...
 
static string GetRevisionHelp ()
 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 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 GetBudgetTypeCodeDBName ()
 get the name of the field in the database for this column More...
 
static short GetBudgetTypeCodeLength ()
 get character length for column More...
 
static string GetBudgetTypeCodeHelp ()
 get the help text for the field in the database for this column More...
 
static string GetBudgetStatusDBName ()
 get the name of the field in the database for this column More...
 
static short GetBudgetStatusLength ()
 get character length for column More...
 
static string GetBudgetStatusHelp ()
 get the help text for the field in the database for this column More...
 
static string GetCommentDBName ()
 get the name of the field in the database for this column More...
 
static short GetCommentLength ()
 get character length for column More...
 
static string GetCommentHelp ()
 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 ColumnPeriod01Amount
 
DataColumn ColumnPeriod02Amount
 
DataColumn ColumnPeriod03Amount
 
DataColumn ColumnPeriod04Amount
 
DataColumn ColumnPeriod05Amount
 
DataColumn ColumnPeriod06Amount
 
DataColumn ColumnPeriod07Amount
 
DataColumn ColumnPeriod08Amount
 
DataColumn ColumnPeriod09Amount
 
DataColumn ColumnPeriod10Amount
 
DataColumn ColumnPeriod11Amount
 
DataColumn ColumnPeriod12Amount
 
DataColumn ColumnPeriod13Amount
 
DataColumn ColumnPeriod14Amount
 
DataColumn ColumnBudgetSequence
 
DataColumn ColumnLedgerNumber
 This is used as a key field in most of the accounting system files. More...
 
DataColumn ColumnYear
 The year that this budget applies to. More...
 
DataColumn ColumnRevision
 A budget can have several revisions per year. More...
 
DataColumn ColumnCostCentreCode
 This identifies which cost centre an account is applied to. More...
 
DataColumn ColumnAccountCode
 This identifies the account the financial transaction must be stored against. More...
 
DataColumn ColumnBudgetTypeCode
 See a_budget_type table. Indicates the method used for creating the budget. More...
 
DataColumn ColumnBudgetStatus
 
DataColumn ColumnComment
 A comment for this specific budget item and revision. More...
 
DataColumn ColumnDateCreated
 The date the record was created. More...
 
DataColumn ColumnCreatedBy
 User ID of who created this record. More...
 
DataColumn ColumnDateModified
 The date the record was modified. More...
 
DataColumn ColumnModifiedBy
 User ID of who last modified this record. More...
 
DataColumn ColumnModificationId
 This identifies the current version of the record. More...
 
bool ThrowAwayAfterSubmitChanges = false
 if you want the datatable to be cleared after submitchanges. This will increase the speed significantly: no updating of modificationID, no slow AcceptChanges. More...
 
bool DontThrowAwayAfterSubmitChanges = false
 if you want no warning about that the datatable should be cleared after submitchanges. in some cases you must keep the data, eg when you need the new keys after INSERT More...
 

Static Public Attributes

static new readonly short TableId = 124
 TableId for Ict.Common.Data generic functions. More...
 
static readonly short ColumnPeriod01AmountId = 14
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnPeriod02AmountId = 15
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnPeriod03AmountId = 16
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnPeriod04AmountId = 17
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnPeriod05AmountId = 18
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnPeriod06AmountId = 19
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnPeriod07AmountId = 20
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnPeriod08AmountId = 21
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnPeriod09AmountId = 22
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnPeriod10AmountId = 23
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnPeriod11AmountId = 24
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnPeriod12AmountId = 25
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnPeriod13AmountId = 26
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnPeriod14AmountId = 27
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnBudgetSequenceId = 0
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnLedgerNumberId = 1
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnYearId = 2
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnRevisionId = 3
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnCostCentreCodeId = 4
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnAccountCodeId = 5
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnBudgetTypeCodeId = 6
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnBudgetStatusId = 7
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnCommentId = 8
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnDateCreatedId = 9
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnCreatedById = 10
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnDateModifiedId = 11
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnModifiedById = 12
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnModificationIdId = 13
 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 BudgetTDSABudgetRow 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

Budget information for cost centre-account combinations.

Constructor & Destructor Documentation

◆ BudgetTDSABudgetTable() [1/3]

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

constructor

◆ BudgetTDSABudgetTable() [2/3]

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

constructor

◆ BudgetTDSABudgetTable() [3/3]

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

get an odbc parameter for the given column

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

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

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

◆ GetAccountCodeHelp()

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

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

◆ GetAccountCodeLength()

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

get character length for column

◆ GetBudgetSequenceDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.ABudgetTable.GetBudgetSequenceDBName ( )
inlinestaticinherited

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

◆ GetBudgetSequenceHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.ABudgetTable.GetBudgetSequenceHelp ( )
inlinestaticinherited

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

◆ GetBudgetSequenceLength()

static short Ict.Petra.Shared.MFinance.Account.Data.ABudgetTable.GetBudgetSequenceLength ( )
inlinestaticinherited

get character length for column

◆ GetBudgetStatusDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.ABudgetTable.GetBudgetStatusDBName ( )
inlinestaticinherited

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

◆ GetBudgetStatusHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.ABudgetTable.GetBudgetStatusHelp ( )
inlinestaticinherited

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

◆ GetBudgetStatusLength()

static short Ict.Petra.Shared.MFinance.Account.Data.ABudgetTable.GetBudgetStatusLength ( )
inlinestaticinherited

get character length for column

◆ GetBudgetTypeCodeDBName()

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

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

◆ GetBudgetTypeCodeHelp()

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

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

◆ GetBudgetTypeCodeLength()

static short Ict.Petra.Shared.MFinance.Account.Data.ABudgetTable.GetBudgetTypeCodeLength ( )
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 BudgetTDSABudgetTable Ict.Petra.Shared.MFinance.GL.Data.BudgetTDSABudgetTable.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

◆ GetCommentDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.ABudgetTable.GetCommentDBName ( )
inlinestaticinherited

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

◆ GetCommentHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.ABudgetTable.GetCommentHelp ( )
inlinestaticinherited

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

◆ GetCommentLength()

static short Ict.Petra.Shared.MFinance.Account.Data.ABudgetTable.GetCommentLength ( )
inlinestaticinherited

get character length for column

◆ GetCostCentreCodeDBName()

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

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

◆ GetCostCentreCodeHelp()

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

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

◆ GetCostCentreCodeLength()

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

get character length for column

◆ GetCreatedByDBName()

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

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

◆ GetCreatedByHelp()

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

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

◆ GetCreatedByLength()

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

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

◆ GetDateCreatedHelp()

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

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

◆ GetDateCreatedLength()

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

get character length for column

◆ GetDateModifiedDBName()

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

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

◆ GetDateModifiedHelp()

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

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

◆ GetDateModifiedLength()

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

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

◆ GetLedgerNumberHelp()

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

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

◆ GetLedgerNumberLength()

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

get character length for column

◆ GetLength() [1/2]

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

get the maximum length for the field

◆ GetLength() [2/2]

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

get the maximum length for the field

◆ GetModificationIdDBName()

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

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

◆ GetModificationIdHelp()

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

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

◆ GetModificationIdLength()

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

get character length for column

◆ GetModifiedByDBName()

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

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

◆ GetModifiedByHelp()

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

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

◆ GetModifiedByLength()

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

get character length for column

◆ GetPeriod01AmountDBName()

static string Ict.Petra.Shared.MFinance.GL.Data.BudgetTDSABudgetTable.GetPeriod01AmountDBName ( )
inlinestatic

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

◆ GetPeriod01AmountHelp()

static string Ict.Petra.Shared.MFinance.GL.Data.BudgetTDSABudgetTable.GetPeriod01AmountHelp ( )
inlinestatic

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

◆ GetPeriod01AmountLength()

static short Ict.Petra.Shared.MFinance.GL.Data.BudgetTDSABudgetTable.GetPeriod01AmountLength ( )
inlinestatic

get character length for column

◆ GetPeriod02AmountDBName()

static string Ict.Petra.Shared.MFinance.GL.Data.BudgetTDSABudgetTable.GetPeriod02AmountDBName ( )
inlinestatic

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

◆ GetPeriod02AmountHelp()

static string Ict.Petra.Shared.MFinance.GL.Data.BudgetTDSABudgetTable.GetPeriod02AmountHelp ( )
inlinestatic

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

◆ GetPeriod02AmountLength()

static short Ict.Petra.Shared.MFinance.GL.Data.BudgetTDSABudgetTable.GetPeriod02AmountLength ( )
inlinestatic

get character length for column

◆ GetPeriod03AmountDBName()

static string Ict.Petra.Shared.MFinance.GL.Data.BudgetTDSABudgetTable.GetPeriod03AmountDBName ( )
inlinestatic

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

◆ GetPeriod03AmountHelp()

static string Ict.Petra.Shared.MFinance.GL.Data.BudgetTDSABudgetTable.GetPeriod03AmountHelp ( )
inlinestatic

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

◆ GetPeriod03AmountLength()

static short Ict.Petra.Shared.MFinance.GL.Data.BudgetTDSABudgetTable.GetPeriod03AmountLength ( )
inlinestatic

get character length for column

◆ GetPeriod04AmountDBName()

static string Ict.Petra.Shared.MFinance.GL.Data.BudgetTDSABudgetTable.GetPeriod04AmountDBName ( )
inlinestatic

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

◆ GetPeriod04AmountHelp()

static string Ict.Petra.Shared.MFinance.GL.Data.BudgetTDSABudgetTable.GetPeriod04AmountHelp ( )
inlinestatic

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

◆ GetPeriod04AmountLength()

static short Ict.Petra.Shared.MFinance.GL.Data.BudgetTDSABudgetTable.GetPeriod04AmountLength ( )
inlinestatic

get character length for column

◆ GetPeriod05AmountDBName()

static string Ict.Petra.Shared.MFinance.GL.Data.BudgetTDSABudgetTable.GetPeriod05AmountDBName ( )
inlinestatic

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

◆ GetPeriod05AmountHelp()

static string Ict.Petra.Shared.MFinance.GL.Data.BudgetTDSABudgetTable.GetPeriod05AmountHelp ( )
inlinestatic

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

◆ GetPeriod05AmountLength()

static short Ict.Petra.Shared.MFinance.GL.Data.BudgetTDSABudgetTable.GetPeriod05AmountLength ( )
inlinestatic

get character length for column

◆ GetPeriod06AmountDBName()

static string Ict.Petra.Shared.MFinance.GL.Data.BudgetTDSABudgetTable.GetPeriod06AmountDBName ( )
inlinestatic

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

◆ GetPeriod06AmountHelp()

static string Ict.Petra.Shared.MFinance.GL.Data.BudgetTDSABudgetTable.GetPeriod06AmountHelp ( )
inlinestatic

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

◆ GetPeriod06AmountLength()

static short Ict.Petra.Shared.MFinance.GL.Data.BudgetTDSABudgetTable.GetPeriod06AmountLength ( )
inlinestatic

get character length for column

◆ GetPeriod07AmountDBName()

static string Ict.Petra.Shared.MFinance.GL.Data.BudgetTDSABudgetTable.GetPeriod07AmountDBName ( )
inlinestatic

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

◆ GetPeriod07AmountHelp()

static string Ict.Petra.Shared.MFinance.GL.Data.BudgetTDSABudgetTable.GetPeriod07AmountHelp ( )
inlinestatic

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

◆ GetPeriod07AmountLength()

static short Ict.Petra.Shared.MFinance.GL.Data.BudgetTDSABudgetTable.GetPeriod07AmountLength ( )
inlinestatic

get character length for column

◆ GetPeriod08AmountDBName()

static string Ict.Petra.Shared.MFinance.GL.Data.BudgetTDSABudgetTable.GetPeriod08AmountDBName ( )
inlinestatic

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

◆ GetPeriod08AmountHelp()

static string Ict.Petra.Shared.MFinance.GL.Data.BudgetTDSABudgetTable.GetPeriod08AmountHelp ( )
inlinestatic

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

◆ GetPeriod08AmountLength()

static short Ict.Petra.Shared.MFinance.GL.Data.BudgetTDSABudgetTable.GetPeriod08AmountLength ( )
inlinestatic

get character length for column

◆ GetPeriod09AmountDBName()

static string Ict.Petra.Shared.MFinance.GL.Data.BudgetTDSABudgetTable.GetPeriod09AmountDBName ( )
inlinestatic

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

◆ GetPeriod09AmountHelp()

static string Ict.Petra.Shared.MFinance.GL.Data.BudgetTDSABudgetTable.GetPeriod09AmountHelp ( )
inlinestatic

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

◆ GetPeriod09AmountLength()

static short Ict.Petra.Shared.MFinance.GL.Data.BudgetTDSABudgetTable.GetPeriod09AmountLength ( )
inlinestatic

get character length for column

◆ GetPeriod10AmountDBName()

static string Ict.Petra.Shared.MFinance.GL.Data.BudgetTDSABudgetTable.GetPeriod10AmountDBName ( )
inlinestatic

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

◆ GetPeriod10AmountHelp()

static string Ict.Petra.Shared.MFinance.GL.Data.BudgetTDSABudgetTable.GetPeriod10AmountHelp ( )
inlinestatic

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

◆ GetPeriod10AmountLength()

static short Ict.Petra.Shared.MFinance.GL.Data.BudgetTDSABudgetTable.GetPeriod10AmountLength ( )
inlinestatic

get character length for column

◆ GetPeriod11AmountDBName()

static string Ict.Petra.Shared.MFinance.GL.Data.BudgetTDSABudgetTable.GetPeriod11AmountDBName ( )
inlinestatic

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

◆ GetPeriod11AmountHelp()

static string Ict.Petra.Shared.MFinance.GL.Data.BudgetTDSABudgetTable.GetPeriod11AmountHelp ( )
inlinestatic

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

◆ GetPeriod11AmountLength()

static short Ict.Petra.Shared.MFinance.GL.Data.BudgetTDSABudgetTable.GetPeriod11AmountLength ( )
inlinestatic

get character length for column

◆ GetPeriod12AmountDBName()

static string Ict.Petra.Shared.MFinance.GL.Data.BudgetTDSABudgetTable.GetPeriod12AmountDBName ( )
inlinestatic

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

◆ GetPeriod12AmountHelp()

static string Ict.Petra.Shared.MFinance.GL.Data.BudgetTDSABudgetTable.GetPeriod12AmountHelp ( )
inlinestatic

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

◆ GetPeriod12AmountLength()

static short Ict.Petra.Shared.MFinance.GL.Data.BudgetTDSABudgetTable.GetPeriod12AmountLength ( )
inlinestatic

get character length for column

◆ GetPeriod13AmountDBName()

static string Ict.Petra.Shared.MFinance.GL.Data.BudgetTDSABudgetTable.GetPeriod13AmountDBName ( )
inlinestatic

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

◆ GetPeriod13AmountHelp()

static string Ict.Petra.Shared.MFinance.GL.Data.BudgetTDSABudgetTable.GetPeriod13AmountHelp ( )
inlinestatic

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

◆ GetPeriod13AmountLength()

static short Ict.Petra.Shared.MFinance.GL.Data.BudgetTDSABudgetTable.GetPeriod13AmountLength ( )
inlinestatic

get character length for column

◆ GetPeriod14AmountDBName()

static string Ict.Petra.Shared.MFinance.GL.Data.BudgetTDSABudgetTable.GetPeriod14AmountDBName ( )
inlinestatic

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

◆ GetPeriod14AmountHelp()

static string Ict.Petra.Shared.MFinance.GL.Data.BudgetTDSABudgetTable.GetPeriod14AmountHelp ( )
inlinestatic

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

◆ GetPeriod14AmountLength()

static short Ict.Petra.Shared.MFinance.GL.Data.BudgetTDSABudgetTable.GetPeriod14AmountLength ( )
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

◆ GetRevisionDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.ABudgetTable.GetRevisionDBName ( )
inlinestaticinherited

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

◆ GetRevisionHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.ABudgetTable.GetRevisionHelp ( )
inlinestaticinherited

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

◆ GetRevisionLength()

static short Ict.Petra.Shared.MFinance.Account.Data.ABudgetTable.GetRevisionLength ( )
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.BudgetTDSABudgetTable.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.BudgetTDSABudgetTable.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.BudgetTDSABudgetTable.GetTableName ( )
inlinestatic

return the CamelCase name of the table

◆ GetTableName() [2/2]

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

the table name in CamelCase

◆ GetTableNameSQL()

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

the table name as it is in the SQL database

◆ GetUniqueKeyColumnOrdList()

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

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

◆ GetUniqueKeyColumnStringList()

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

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

◆ GetYearDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.ABudgetTable.GetYearDBName ( )
inlinestaticinherited

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

◆ GetYearHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.ABudgetTable.GetYearHelp ( )
inlinestaticinherited

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

◆ GetYearLength()

static short Ict.Petra.Shared.MFinance.Account.Data.ABudgetTable.GetYearLength ( )
inlinestaticinherited

get character length for column

◆ InitClass()

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

create the columns

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

◆ InitVars()

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

assign columns to properties, set primary key

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

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

new typed row using DataRowBuilder

◆ NewRowTyped() [1/2]

new BudgetTDSABudgetRow Ict.Petra.Shared.MFinance.GL.Data.BudgetTDSABudgetTable.NewRowTyped ( )
inline

create a new typed row, always with default values

◆ NewRowTyped() [2/2]

new BudgetTDSABudgetRow Ict.Petra.Shared.MFinance.GL.Data.BudgetTDSABudgetTable.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.ABudgetTable.ColumnAccountCode
inherited

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

◆ ColumnAccountCodeId

readonly short Ict.Petra.Shared.MFinance.Account.Data.ABudgetTable.ColumnAccountCodeId = 5
staticinherited

used for generic TTypedDataTable functions

◆ ColumnBudgetSequence

DataColumn Ict.Petra.Shared.MFinance.Account.Data.ABudgetTable.ColumnBudgetSequence
inherited

◆ ColumnBudgetSequenceId

readonly short Ict.Petra.Shared.MFinance.Account.Data.ABudgetTable.ColumnBudgetSequenceId = 0
staticinherited

used for generic TTypedDataTable functions

◆ ColumnBudgetStatus

DataColumn Ict.Petra.Shared.MFinance.Account.Data.ABudgetTable.ColumnBudgetStatus
inherited

Has the budget been ""posted"" to the general ledger master and account files.

◆ ColumnBudgetStatusId

readonly short Ict.Petra.Shared.MFinance.Account.Data.ABudgetTable.ColumnBudgetStatusId = 7
staticinherited

used for generic TTypedDataTable functions

◆ ColumnBudgetTypeCode

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

See a_budget_type table. Indicates the method used for creating the budget.

◆ ColumnBudgetTypeCodeId

readonly short Ict.Petra.Shared.MFinance.Account.Data.ABudgetTable.ColumnBudgetTypeCodeId = 6
staticinherited

used for generic TTypedDataTable functions

◆ ColumnComment

DataColumn Ict.Petra.Shared.MFinance.Account.Data.ABudgetTable.ColumnComment
inherited

A comment for this specific budget item and revision.

◆ ColumnCommentId

readonly short Ict.Petra.Shared.MFinance.Account.Data.ABudgetTable.ColumnCommentId = 8
staticinherited

used for generic TTypedDataTable functions

◆ ColumnCostCentreCode

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

This identifies which cost centre an account is applied to.

◆ ColumnCostCentreCodeId

readonly short Ict.Petra.Shared.MFinance.Account.Data.ABudgetTable.ColumnCostCentreCodeId = 4
staticinherited

used for generic TTypedDataTable functions

◆ ColumnCreatedBy

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

User ID of who created this record.

◆ ColumnCreatedById

readonly short Ict.Petra.Shared.MFinance.Account.Data.ABudgetTable.ColumnCreatedById = 10
staticinherited

used for generic TTypedDataTable functions

◆ ColumnDateCreated

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

The date the record was created.

◆ ColumnDateCreatedId

readonly short Ict.Petra.Shared.MFinance.Account.Data.ABudgetTable.ColumnDateCreatedId = 9
staticinherited

used for generic TTypedDataTable functions

◆ ColumnDateModified

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

The date the record was modified.

◆ ColumnDateModifiedId

readonly short Ict.Petra.Shared.MFinance.Account.Data.ABudgetTable.ColumnDateModifiedId = 11
staticinherited

used for generic TTypedDataTable functions

◆ ColumnLedgerNumber

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

used for generic TTypedDataTable functions

◆ ColumnModificationId

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

This identifies the current version of the record.

◆ ColumnModificationIdId

readonly short Ict.Petra.Shared.MFinance.Account.Data.ABudgetTable.ColumnModificationIdId = 13
staticinherited

used for generic TTypedDataTable functions

◆ ColumnModifiedBy

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

User ID of who last modified this record.

◆ ColumnModifiedById

readonly short Ict.Petra.Shared.MFinance.Account.Data.ABudgetTable.ColumnModifiedById = 12
staticinherited

used for generic TTypedDataTable functions

◆ ColumnPeriod01Amount

DataColumn Ict.Petra.Shared.MFinance.GL.Data.BudgetTDSABudgetTable.ColumnPeriod01Amount

◆ ColumnPeriod01AmountId

readonly short Ict.Petra.Shared.MFinance.GL.Data.BudgetTDSABudgetTable.ColumnPeriod01AmountId = 14
static

used for generic TTypedDataTable functions

◆ ColumnPeriod02Amount

DataColumn Ict.Petra.Shared.MFinance.GL.Data.BudgetTDSABudgetTable.ColumnPeriod02Amount

◆ ColumnPeriod02AmountId

readonly short Ict.Petra.Shared.MFinance.GL.Data.BudgetTDSABudgetTable.ColumnPeriod02AmountId = 15
static

used for generic TTypedDataTable functions

◆ ColumnPeriod03Amount

DataColumn Ict.Petra.Shared.MFinance.GL.Data.BudgetTDSABudgetTable.ColumnPeriod03Amount

◆ ColumnPeriod03AmountId

readonly short Ict.Petra.Shared.MFinance.GL.Data.BudgetTDSABudgetTable.ColumnPeriod03AmountId = 16
static

used for generic TTypedDataTable functions

◆ ColumnPeriod04Amount

DataColumn Ict.Petra.Shared.MFinance.GL.Data.BudgetTDSABudgetTable.ColumnPeriod04Amount

◆ ColumnPeriod04AmountId

readonly short Ict.Petra.Shared.MFinance.GL.Data.BudgetTDSABudgetTable.ColumnPeriod04AmountId = 17
static

used for generic TTypedDataTable functions

◆ ColumnPeriod05Amount

DataColumn Ict.Petra.Shared.MFinance.GL.Data.BudgetTDSABudgetTable.ColumnPeriod05Amount

◆ ColumnPeriod05AmountId

readonly short Ict.Petra.Shared.MFinance.GL.Data.BudgetTDSABudgetTable.ColumnPeriod05AmountId = 18
static

used for generic TTypedDataTable functions

◆ ColumnPeriod06Amount

DataColumn Ict.Petra.Shared.MFinance.GL.Data.BudgetTDSABudgetTable.ColumnPeriod06Amount

◆ ColumnPeriod06AmountId

readonly short Ict.Petra.Shared.MFinance.GL.Data.BudgetTDSABudgetTable.ColumnPeriod06AmountId = 19
static

used for generic TTypedDataTable functions

◆ ColumnPeriod07Amount

DataColumn Ict.Petra.Shared.MFinance.GL.Data.BudgetTDSABudgetTable.ColumnPeriod07Amount

◆ ColumnPeriod07AmountId

readonly short Ict.Petra.Shared.MFinance.GL.Data.BudgetTDSABudgetTable.ColumnPeriod07AmountId = 20
static

used for generic TTypedDataTable functions

◆ ColumnPeriod08Amount

DataColumn Ict.Petra.Shared.MFinance.GL.Data.BudgetTDSABudgetTable.ColumnPeriod08Amount

◆ ColumnPeriod08AmountId

readonly short Ict.Petra.Shared.MFinance.GL.Data.BudgetTDSABudgetTable.ColumnPeriod08AmountId = 21
static

used for generic TTypedDataTable functions

◆ ColumnPeriod09Amount

DataColumn Ict.Petra.Shared.MFinance.GL.Data.BudgetTDSABudgetTable.ColumnPeriod09Amount

◆ ColumnPeriod09AmountId

readonly short Ict.Petra.Shared.MFinance.GL.Data.BudgetTDSABudgetTable.ColumnPeriod09AmountId = 22
static

used for generic TTypedDataTable functions

◆ ColumnPeriod10Amount

DataColumn Ict.Petra.Shared.MFinance.GL.Data.BudgetTDSABudgetTable.ColumnPeriod10Amount

◆ ColumnPeriod10AmountId

readonly short Ict.Petra.Shared.MFinance.GL.Data.BudgetTDSABudgetTable.ColumnPeriod10AmountId = 23
static

used for generic TTypedDataTable functions

◆ ColumnPeriod11Amount

DataColumn Ict.Petra.Shared.MFinance.GL.Data.BudgetTDSABudgetTable.ColumnPeriod11Amount

◆ ColumnPeriod11AmountId

readonly short Ict.Petra.Shared.MFinance.GL.Data.BudgetTDSABudgetTable.ColumnPeriod11AmountId = 24
static

used for generic TTypedDataTable functions

◆ ColumnPeriod12Amount

DataColumn Ict.Petra.Shared.MFinance.GL.Data.BudgetTDSABudgetTable.ColumnPeriod12Amount

◆ ColumnPeriod12AmountId

readonly short Ict.Petra.Shared.MFinance.GL.Data.BudgetTDSABudgetTable.ColumnPeriod12AmountId = 25
static

used for generic TTypedDataTable functions

◆ ColumnPeriod13Amount

DataColumn Ict.Petra.Shared.MFinance.GL.Data.BudgetTDSABudgetTable.ColumnPeriod13Amount

◆ ColumnPeriod13AmountId

readonly short Ict.Petra.Shared.MFinance.GL.Data.BudgetTDSABudgetTable.ColumnPeriod13AmountId = 26
static

used for generic TTypedDataTable functions

◆ ColumnPeriod14Amount

DataColumn Ict.Petra.Shared.MFinance.GL.Data.BudgetTDSABudgetTable.ColumnPeriod14Amount

◆ ColumnPeriod14AmountId

readonly short Ict.Petra.Shared.MFinance.GL.Data.BudgetTDSABudgetTable.ColumnPeriod14AmountId = 27
static

used for generic TTypedDataTable functions

◆ ColumnRevision

DataColumn Ict.Petra.Shared.MFinance.Account.Data.ABudgetTable.ColumnRevision
inherited

A budget can have several revisions per year.

◆ ColumnRevisionId

readonly short Ict.Petra.Shared.MFinance.Account.Data.ABudgetTable.ColumnRevisionId = 3
staticinherited

used for generic TTypedDataTable functions

◆ ColumnYear

DataColumn Ict.Petra.Shared.MFinance.Account.Data.ABudgetTable.ColumnYear
inherited

The year that this budget applies to.

◆ ColumnYearId

readonly short Ict.Petra.Shared.MFinance.Account.Data.ABudgetTable.ColumnYearId = 2
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.BudgetTDSABudgetTable.TableId = 124
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.BudgetTDSABudgetTable.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 BudgetTDSABudgetRow Ict.Petra.Shared.MFinance.GL.Data.BudgetTDSABudgetTable.this[int i]
get

Access a typed row by index.


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