OpenPetra
Free Administration Software for Non-Profits
Ict.Petra.Shared.MPersonnel.Personnel.Data.IndividualDataTDSPmGeneralApplicationTable Class Reference

The first part of any application which contains data common to either short term or long term applications. More...

Inheritance diagram for Ict.Petra.Shared.MPersonnel.Personnel.Data.IndividualDataTDSPmGeneralApplicationTable:
Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable Ict.Common.Data.TTypedDataTable

Public Member Functions

 IndividualDataTDSPmGeneralApplicationTable ()
 constructor More...
 
 IndividualDataTDSPmGeneralApplicationTable (string ATablename)
 constructor More...
 
 IndividualDataTDSPmGeneralApplicationTable (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 IndividualDataTDSPmGeneralApplicationRow NewRowTyped (bool AWithDefaultValues)
 create a new typed row More...
 
new IndividualDataTDSPmGeneralApplicationRow NewRowTyped ()
 create a new typed row, always with default values More...
 
new IndividualDataTDSPmGeneralApplicationTable 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 GetEventOrFieldNameDBName ()
 get the name of the field in the database for this column More...
 
static short GetEventOrFieldNameLength ()
 get character length for column More...
 
static string GetEventOrFieldNameHelp ()
 get the help text for the field in the database for this column More...
 
static string GetApplicationForEventOrFieldDBName ()
 get the name of the field in the database for this column More...
 
static short GetApplicationForEventOrFieldLength ()
 get character length for column More...
 
static string GetApplicationForEventOrFieldHelp ()
 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 GetPartnerKeyDBName ()
 get the name of the field in the database for this column More...
 
static short GetPartnerKeyLength ()
 get character length for column More...
 
static string GetPartnerKeyHelp ()
 get the help text for the field in the database for this column More...
 
static string GetApplicationKeyDBName ()
 get the name of the field in the database for this column More...
 
static short GetApplicationKeyLength ()
 get character length for column More...
 
static string GetApplicationKeyHelp ()
 get the help text for the field in the database for this column More...
 
static string GetRegistrationOfficeDBName ()
 get the name of the field in the database for this column More...
 
static short GetRegistrationOfficeLength ()
 get character length for column More...
 
static string GetRegistrationOfficeHelp ()
 get the help text for the field in the database for this column More...
 
static string GetGenAppDateDBName ()
 get the name of the field in the database for this column More...
 
static short GetGenAppDateLength ()
 get character length for column More...
 
static string GetGenAppDateHelp ()
 get the help text for the field in the database for this column More...
 
static string GetAppTypeNameDBName ()
 get the name of the field in the database for this column More...
 
static short GetAppTypeNameLength ()
 get character length for column More...
 
static string GetAppTypeNameHelp ()
 get the help text for the field in the database for this column More...
 
static string GetOldLinkDBName ()
 get the name of the field in the database for this column More...
 
static short GetOldLinkLength ()
 get character length for column More...
 
static string GetOldLinkHelp ()
 get the help text for the field in the database for this column More...
 
static string GetGenAppPossSrvUnitKeyDBName ()
 get the name of the field in the database for this column More...
 
static short GetGenAppPossSrvUnitKeyLength ()
 get character length for column More...
 
static string GetGenAppPossSrvUnitKeyHelp ()
 get the help text for the field in the database for this column More...
 
static string GetGenAppDeleteFlagDBName ()
 get the name of the field in the database for this column More...
 
static short GetGenAppDeleteFlagLength ()
 get character length for column More...
 
static string GetGenAppDeleteFlagHelp ()
 get the help text for the field in the database for this column More...
 
static string GetGenApplicantTypeDBName ()
 get the name of the field in the database for this column More...
 
static short GetGenApplicantTypeLength ()
 get character length for column More...
 
static string GetGenApplicantTypeHelp ()
 get the help text for the field in the database for this column More...
 
static string GetGenApplicationStatusDBName ()
 get the name of the field in the database for this column More...
 
static short GetGenApplicationStatusLength ()
 get character length for column More...
 
static string GetGenApplicationStatusHelp ()
 get the help text for the field in the database for this column More...
 
static string GetClosedDBName ()
 get the name of the field in the database for this column More...
 
static short GetClosedLength ()
 get character length for column More...
 
static string GetClosedHelp ()
 get the help text for the field in the database for this column More...
 
static string GetClosedByDBName ()
 get the name of the field in the database for this column More...
 
static short GetClosedByLength ()
 get character length for column More...
 
static string GetClosedByHelp ()
 get the help text for the field in the database for this column More...
 
static string GetDateClosedDBName ()
 get the name of the field in the database for this column More...
 
static short GetDateClosedLength ()
 get character length for column More...
 
static string GetDateClosedHelp ()
 get the help text for the field in the database for this column More...
 
static string GetGenApplicationOnHoldDBName ()
 get the name of the field in the database for this column More...
 
static short GetGenApplicationOnHoldLength ()
 get character length for column More...
 
static string GetGenApplicationOnHoldHelp ()
 get the help text for the field in the database for this column More...
 
static string GetGenApplicationHoldReasonDBName ()
 get the name of the field in the database for this column More...
 
static short GetGenApplicationHoldReasonLength ()
 get character length for column More...
 
static string GetGenApplicationHoldReasonHelp ()
 get the help text for the field in the database for this column More...
 
static string GetGenCancelledAppDBName ()
 get the name of the field in the database for this column More...
 
static short GetGenCancelledAppLength ()
 get character length for column More...
 
static string GetGenCancelledAppHelp ()
 get the help text for the field in the database for this column More...
 
static string GetGenAppCancelReasonDBName ()
 get the name of the field in the database for this column More...
 
static short GetGenAppCancelReasonLength ()
 get character length for column More...
 
static string GetGenAppCancelReasonHelp ()
 get the help text for the field in the database for this column More...
 
static string GetGenAppCancelledDBName ()
 get the name of the field in the database for this column More...
 
static short GetGenAppCancelledLength ()
 get character length for column More...
 
static string GetGenAppCancelledHelp ()
 get the help text for the field in the database for this column More...
 
static string GetGenAppSrvFldAcceptDBName ()
 get the name of the field in the database for this column More...
 
static short GetGenAppSrvFldAcceptLength ()
 get character length for column More...
 
static string GetGenAppSrvFldAcceptHelp ()
 get the help text for the field in the database for this column More...
 
static string GetGenAppRecvgFldAcceptDBName ()
 get the name of the field in the database for this column More...
 
static short GetGenAppRecvgFldAcceptLength ()
 get character length for column More...
 
static string GetGenAppRecvgFldAcceptHelp ()
 get the help text for the field in the database for this column More...
 
static string GetGenAppSendFldAcceptDBName ()
 get the name of the field in the database for this column More...
 
static short GetGenAppSendFldAcceptLength ()
 get character length for column More...
 
static string GetGenAppSendFldAcceptHelp ()
 get the help text for the field in the database for this column More...
 
static string GetGenAppSendFldAcceptDateDBName ()
 get the name of the field in the database for this column More...
 
static short GetGenAppSendFldAcceptDateLength ()
 get character length for column More...
 
static string GetGenAppSendFldAcceptDateHelp ()
 get the help text for the field in the database for this column More...
 
static string GetGenContact1DBName ()
 get the name of the field in the database for this column More...
 
static short GetGenContact1Length ()
 get character length for column More...
 
static string GetGenContact1Help ()
 get the help text for the field in the database for this column More...
 
static string GetGenContact2DBName ()
 get the name of the field in the database for this column More...
 
static short GetGenContact2Length ()
 get character length for column More...
 
static string GetGenContact2Help ()
 get the help text for the field in the database for this column More...
 
static string GetGenAppUpdateDBName ()
 get the name of the field in the database for this column More...
 
static short GetGenAppUpdateLength ()
 get character length for column More...
 
static string GetGenAppUpdateHelp ()
 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 GetGenAppCurrencyCodeDBName ()
 get the name of the field in the database for this column More...
 
static short GetGenAppCurrencyCodeLength ()
 get character length for column More...
 
static string GetGenAppCurrencyCodeHelp ()
 get the help text for the field in the database for this column More...
 
static string GetPlacementPartnerKeyDBName ()
 get the name of the field in the database for this column More...
 
static short GetPlacementPartnerKeyLength ()
 get character length for column More...
 
static string GetPlacementPartnerKeyHelp ()
 get the help text for the field in the database for this column More...
 
static string GetRawApplicationDataDBName ()
 get the name of the field in the database for this column More...
 
static short GetRawApplicationDataLength ()
 get character length for column More...
 
static string GetRawApplicationDataHelp ()
 get the help text for the field in the database for this column More...
 
static string GetLocalPartnerKeyDBName ()
 get the name of the field in the database for this column More...
 
static short GetLocalPartnerKeyLength ()
 get character length for column More...
 
static string GetLocalPartnerKeyHelp ()
 get the help text for the field in the database for this column More...
 
static string GetImportedLocalPetraDBName ()
 get the name of the field in the database for this column More...
 
static short GetImportedLocalPetraLength ()
 get character length for column More...
 
static string GetImportedLocalPetraHelp ()
 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 ColumnEventOrFieldName
 
DataColumn ColumnApplicationForEventOrField
 
DataColumn ColumnPartnerKey
 This is the partner key assigned to each partner. It consists of the fund id followed by a computer generated six digit number. More...
 
DataColumn ColumnApplicationKey
 Key to uniquely identify application. More...
 
DataColumn ColumnRegistrationOffice
 Partner key of office by which application was entered. More...
 
DataColumn ColumnGenAppDate
 Date of application. More...
 
DataColumn ColumnAppTypeName
 Describes what the application is for, eg. conference, year program. More...
 
DataColumn ColumnOldLink
 TODO: this field is a combination of registration office and application number. might not be needed??? More...
 
DataColumn ColumnGenAppPossSrvUnitKey
 This is the possible field or team of service. More...
 
DataColumn ColumnGenAppDeleteFlag
 This field will not appear on the screen but will be updated when someone chooses to delete a record. Rather that an actual deletion, the record will be 'marked' for deletion after an agreed upon interval. More...
 
DataColumn ColumnGenApplicantType
 Describes the applicant, eg. volunteer, staff, speaker. More...
 
DataColumn ColumnGenApplicationStatus
 Indicates the status of the application. More...
 
DataColumn ColumnClosed
 Indicates if the application is closed. More...
 
DataColumn ColumnClosedBy
 This identifies the user that closed the application. More...
 
DataColumn ColumnDateClosed
 This is the date the application was closed. More...
 
DataColumn ColumnGenApplicationOnHold
 Indicates if the application is on hold. More...
 
DataColumn ColumnGenApplicationHoldReason
 Comment on why the application is on hold. More...
 
DataColumn ColumnGenCancelledApp
 Indicates if the application process has been cancelled. More...
 
DataColumn ColumnGenAppCancelReason
 Comment on why the application is on hold. More...
 
DataColumn ColumnGenAppCancelled
 This is the date the application was cancelled. More...
 
DataColumn ColumnGenAppSrvFldAccept
 Describes if the applicant has been accepted by the serving field. More...
 
DataColumn ColumnGenAppRecvgFldAccept
 This is the date the receiving field accepted the applicant. More...
 
DataColumn ColumnGenAppSendFldAccept
 Describes if the applicant has been accepted by the sending field. More...
 
DataColumn ColumnGenAppSendFldAcceptDate
 This is the date the sending field accepted the applicant. More...
 
DataColumn ColumnGenContact1
 This field indicates how they were influenced to apply with us. More...
 
DataColumn ColumnGenContact2
 This field indicates how they were influenced to apply with us. More...
 
DataColumn ColumnGenAppUpdate
 Indicates the date the record was last updated. More...
 
DataColumn ColumnComment
 Sometimes there are extra comments of preferences that are related to an application. These can be entered here. More...
 
DataColumn ColumnGenAppCurrencyCode
 This is the currency that is used for amounts listed in this application. More...
 
DataColumn ColumnPlacementPartnerKey
 This is the placement person handling this application. More...
 
DataColumn ColumnRawApplicationData
 stores the plain data received from the browser in JSON format More...
 
DataColumn ColumnLocalPartnerKey
 the person partner key of the applicant in the local database of the registration office. no foreign key since the person partner is in another database More...
 
DataColumn ColumnImportedLocalPetra
 true if the applicant has already been imported into the local database of the registration office. 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 = 192
 TableId for Ict.Common.Data generic functions. More...
 
static readonly short ColumnEventOrFieldNameId = 36
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnApplicationForEventOrFieldId = 37
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnPartnerKeyId = 0
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnApplicationKeyId = 1
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnRegistrationOfficeId = 2
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnGenAppDateId = 3
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnAppTypeNameId = 4
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnOldLinkId = 5
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnGenAppPossSrvUnitKeyId = 6
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnGenAppDeleteFlagId = 7
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnGenApplicantTypeId = 8
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnGenApplicationStatusId = 9
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnClosedId = 10
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnClosedById = 11
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnDateClosedId = 12
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnGenApplicationOnHoldId = 13
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnGenApplicationHoldReasonId = 14
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnGenCancelledAppId = 15
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnGenAppCancelReasonId = 16
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnGenAppCancelledId = 17
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnGenAppSrvFldAcceptId = 18
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnGenAppRecvgFldAcceptId = 19
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnGenAppSendFldAcceptId = 20
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnGenAppSendFldAcceptDateId = 21
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnGenContact1Id = 22
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnGenContact2Id = 23
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnGenAppUpdateId = 24
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnCommentId = 25
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnGenAppCurrencyCodeId = 26
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnPlacementPartnerKeyId = 27
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnRawApplicationDataId = 28
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnLocalPartnerKeyId = 29
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnImportedLocalPetraId = 30
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnDateCreatedId = 31
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnCreatedById = 32
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnDateModifiedId = 33
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnModifiedById = 34
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnModificationIdId = 35
 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 IndividualDataTDSPmGeneralApplicationRow 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

The first part of any application which contains data common to either short term or long term applications.

Constructor & Destructor Documentation

◆ IndividualDataTDSPmGeneralApplicationTable() [1/3]

Ict.Petra.Shared.MPersonnel.Personnel.Data.IndividualDataTDSPmGeneralApplicationTable.IndividualDataTDSPmGeneralApplicationTable ( )
inline

constructor

◆ IndividualDataTDSPmGeneralApplicationTable() [2/3]

Ict.Petra.Shared.MPersonnel.Personnel.Data.IndividualDataTDSPmGeneralApplicationTable.IndividualDataTDSPmGeneralApplicationTable ( string  ATablename)
inline

constructor

◆ IndividualDataTDSPmGeneralApplicationTable() [3/3]

Ict.Petra.Shared.MPersonnel.Personnel.Data.IndividualDataTDSPmGeneralApplicationTable.IndividualDataTDSPmGeneralApplicationTable ( 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.MPersonnel.Personnel.Data.IndividualDataTDSPmGeneralApplicationTable.CreateOdbcParameter ( Int32  AColumnNr)
inlinevirtual

get an odbc parameter for the given column

Implements Ict.Common.Data.TTypedDataTable.

◆ 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

◆ GetApplicationForEventOrFieldDBName()

static string Ict.Petra.Shared.MPersonnel.Personnel.Data.IndividualDataTDSPmGeneralApplicationTable.GetApplicationForEventOrFieldDBName ( )
inlinestatic

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

◆ GetApplicationForEventOrFieldHelp()

static string Ict.Petra.Shared.MPersonnel.Personnel.Data.IndividualDataTDSPmGeneralApplicationTable.GetApplicationForEventOrFieldHelp ( )
inlinestatic

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

◆ GetApplicationForEventOrFieldLength()

static short Ict.Petra.Shared.MPersonnel.Personnel.Data.IndividualDataTDSPmGeneralApplicationTable.GetApplicationForEventOrFieldLength ( )
inlinestatic

get character length for column

◆ GetApplicationKeyDBName()

static string Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetApplicationKeyDBName ( )
inlinestaticinherited

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

◆ GetApplicationKeyHelp()

static string Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetApplicationKeyHelp ( )
inlinestaticinherited

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

◆ GetApplicationKeyLength()

static short Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetApplicationKeyLength ( )
inlinestaticinherited

get character length for column

◆ GetAppTypeNameDBName()

static string Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetAppTypeNameDBName ( )
inlinestaticinherited

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

◆ GetAppTypeNameHelp()

static string Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetAppTypeNameHelp ( )
inlinestaticinherited

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

◆ GetAppTypeNameLength()

static short Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetAppTypeNameLength ( )
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 IndividualDataTDSPmGeneralApplicationTable Ict.Petra.Shared.MPersonnel.Personnel.Data.IndividualDataTDSPmGeneralApplicationTable.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

◆ GetClosedByDBName()

static string Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetClosedByDBName ( )
inlinestaticinherited

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

◆ GetClosedByHelp()

static string Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetClosedByHelp ( )
inlinestaticinherited

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

◆ GetClosedByLength()

static short Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetClosedByLength ( )
inlinestaticinherited

get character length for column

◆ GetClosedDBName()

static string Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetClosedDBName ( )
inlinestaticinherited

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

◆ GetClosedHelp()

static string Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetClosedHelp ( )
inlinestaticinherited

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

◆ GetClosedLength()

static short Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetClosedLength ( )
inlinestaticinherited

get character length for column

◆ 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.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetCommentDBName ( )
inlinestaticinherited

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

◆ GetCommentHelp()

static string Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetCommentHelp ( )
inlinestaticinherited

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

◆ GetCommentLength()

static short Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetCommentLength ( )
inlinestaticinherited

get character length for column

◆ GetCreatedByDBName()

static string Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetCreatedByDBName ( )
inlinestaticinherited

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

◆ GetCreatedByHelp()

static string Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetCreatedByHelp ( )
inlinestaticinherited

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

◆ GetCreatedByLength()

static short Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.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

◆ GetDateClosedDBName()

static string Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetDateClosedDBName ( )
inlinestaticinherited

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

◆ GetDateClosedHelp()

static string Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetDateClosedHelp ( )
inlinestaticinherited

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

◆ GetDateClosedLength()

static short Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetDateClosedLength ( )
inlinestaticinherited

get character length for column

◆ GetDateCreatedDBName()

static string Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetDateCreatedDBName ( )
inlinestaticinherited

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

◆ GetDateCreatedHelp()

static string Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetDateCreatedHelp ( )
inlinestaticinherited

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

◆ GetDateCreatedLength()

static short Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetDateCreatedLength ( )
inlinestaticinherited

get character length for column

◆ GetDateModifiedDBName()

static string Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetDateModifiedDBName ( )
inlinestaticinherited

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

◆ GetDateModifiedHelp()

static string Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetDateModifiedHelp ( )
inlinestaticinherited

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

◆ GetDateModifiedLength()

static short Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetDateModifiedLength ( )
inlinestaticinherited

get character length for column

◆ GetEventOrFieldNameDBName()

static string Ict.Petra.Shared.MPersonnel.Personnel.Data.IndividualDataTDSPmGeneralApplicationTable.GetEventOrFieldNameDBName ( )
inlinestatic

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

◆ GetEventOrFieldNameHelp()

static string Ict.Petra.Shared.MPersonnel.Personnel.Data.IndividualDataTDSPmGeneralApplicationTable.GetEventOrFieldNameHelp ( )
inlinestatic

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

◆ GetEventOrFieldNameLength()

static short Ict.Petra.Shared.MPersonnel.Personnel.Data.IndividualDataTDSPmGeneralApplicationTable.GetEventOrFieldNameLength ( )
inlinestatic

get character length for column

◆ GetGenAppCancelledDBName()

static string Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetGenAppCancelledDBName ( )
inlinestaticinherited

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

◆ GetGenAppCancelledHelp()

static string Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetGenAppCancelledHelp ( )
inlinestaticinherited

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

◆ GetGenAppCancelledLength()

static short Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetGenAppCancelledLength ( )
inlinestaticinherited

get character length for column

◆ GetGenAppCancelReasonDBName()

static string Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetGenAppCancelReasonDBName ( )
inlinestaticinherited

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

◆ GetGenAppCancelReasonHelp()

static string Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetGenAppCancelReasonHelp ( )
inlinestaticinherited

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

◆ GetGenAppCancelReasonLength()

static short Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetGenAppCancelReasonLength ( )
inlinestaticinherited

get character length for column

◆ GetGenAppCurrencyCodeDBName()

static string Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetGenAppCurrencyCodeDBName ( )
inlinestaticinherited

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

◆ GetGenAppCurrencyCodeHelp()

static string Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetGenAppCurrencyCodeHelp ( )
inlinestaticinherited

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

◆ GetGenAppCurrencyCodeLength()

static short Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetGenAppCurrencyCodeLength ( )
inlinestaticinherited

get character length for column

◆ GetGenAppDateDBName()

static string Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetGenAppDateDBName ( )
inlinestaticinherited

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

◆ GetGenAppDateHelp()

static string Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetGenAppDateHelp ( )
inlinestaticinherited

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

◆ GetGenAppDateLength()

static short Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetGenAppDateLength ( )
inlinestaticinherited

get character length for column

◆ GetGenAppDeleteFlagDBName()

static string Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetGenAppDeleteFlagDBName ( )
inlinestaticinherited

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

◆ GetGenAppDeleteFlagHelp()

static string Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetGenAppDeleteFlagHelp ( )
inlinestaticinherited

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

◆ GetGenAppDeleteFlagLength()

static short Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetGenAppDeleteFlagLength ( )
inlinestaticinherited

get character length for column

◆ GetGenApplicantTypeDBName()

static string Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetGenApplicantTypeDBName ( )
inlinestaticinherited

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

◆ GetGenApplicantTypeHelp()

static string Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetGenApplicantTypeHelp ( )
inlinestaticinherited

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

◆ GetGenApplicantTypeLength()

static short Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetGenApplicantTypeLength ( )
inlinestaticinherited

get character length for column

◆ GetGenApplicationHoldReasonDBName()

static string Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetGenApplicationHoldReasonDBName ( )
inlinestaticinherited

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

◆ GetGenApplicationHoldReasonHelp()

static string Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetGenApplicationHoldReasonHelp ( )
inlinestaticinherited

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

◆ GetGenApplicationHoldReasonLength()

static short Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetGenApplicationHoldReasonLength ( )
inlinestaticinherited

get character length for column

◆ GetGenApplicationOnHoldDBName()

static string Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetGenApplicationOnHoldDBName ( )
inlinestaticinherited

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

◆ GetGenApplicationOnHoldHelp()

static string Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetGenApplicationOnHoldHelp ( )
inlinestaticinherited

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

◆ GetGenApplicationOnHoldLength()

static short Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetGenApplicationOnHoldLength ( )
inlinestaticinherited

get character length for column

◆ GetGenApplicationStatusDBName()

static string Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetGenApplicationStatusDBName ( )
inlinestaticinherited

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

◆ GetGenApplicationStatusHelp()

static string Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetGenApplicationStatusHelp ( )
inlinestaticinherited

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

◆ GetGenApplicationStatusLength()

static short Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetGenApplicationStatusLength ( )
inlinestaticinherited

get character length for column

◆ GetGenAppPossSrvUnitKeyDBName()

static string Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetGenAppPossSrvUnitKeyDBName ( )
inlinestaticinherited

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

◆ GetGenAppPossSrvUnitKeyHelp()

static string Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetGenAppPossSrvUnitKeyHelp ( )
inlinestaticinherited

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

◆ GetGenAppPossSrvUnitKeyLength()

static short Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetGenAppPossSrvUnitKeyLength ( )
inlinestaticinherited

get character length for column

◆ GetGenAppRecvgFldAcceptDBName()

static string Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetGenAppRecvgFldAcceptDBName ( )
inlinestaticinherited

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

◆ GetGenAppRecvgFldAcceptHelp()

static string Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetGenAppRecvgFldAcceptHelp ( )
inlinestaticinherited

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

◆ GetGenAppRecvgFldAcceptLength()

static short Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetGenAppRecvgFldAcceptLength ( )
inlinestaticinherited

get character length for column

◆ GetGenAppSendFldAcceptDateDBName()

static string Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetGenAppSendFldAcceptDateDBName ( )
inlinestaticinherited

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

◆ GetGenAppSendFldAcceptDateHelp()

static string Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetGenAppSendFldAcceptDateHelp ( )
inlinestaticinherited

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

◆ GetGenAppSendFldAcceptDateLength()

static short Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetGenAppSendFldAcceptDateLength ( )
inlinestaticinherited

get character length for column

◆ GetGenAppSendFldAcceptDBName()

static string Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetGenAppSendFldAcceptDBName ( )
inlinestaticinherited

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

◆ GetGenAppSendFldAcceptHelp()

static string Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetGenAppSendFldAcceptHelp ( )
inlinestaticinherited

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

◆ GetGenAppSendFldAcceptLength()

static short Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetGenAppSendFldAcceptLength ( )
inlinestaticinherited

get character length for column

◆ GetGenAppSrvFldAcceptDBName()

static string Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetGenAppSrvFldAcceptDBName ( )
inlinestaticinherited

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

◆ GetGenAppSrvFldAcceptHelp()

static string Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetGenAppSrvFldAcceptHelp ( )
inlinestaticinherited

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

◆ GetGenAppSrvFldAcceptLength()

static short Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetGenAppSrvFldAcceptLength ( )
inlinestaticinherited

get character length for column

◆ GetGenAppUpdateDBName()

static string Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetGenAppUpdateDBName ( )
inlinestaticinherited

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

◆ GetGenAppUpdateHelp()

static string Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetGenAppUpdateHelp ( )
inlinestaticinherited

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

◆ GetGenAppUpdateLength()

static short Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetGenAppUpdateLength ( )
inlinestaticinherited

get character length for column

◆ GetGenCancelledAppDBName()

static string Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetGenCancelledAppDBName ( )
inlinestaticinherited

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

◆ GetGenCancelledAppHelp()

static string Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetGenCancelledAppHelp ( )
inlinestaticinherited

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

◆ GetGenCancelledAppLength()

static short Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetGenCancelledAppLength ( )
inlinestaticinherited

get character length for column

◆ GetGenContact1DBName()

static string Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetGenContact1DBName ( )
inlinestaticinherited

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

◆ GetGenContact1Help()

static string Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetGenContact1Help ( )
inlinestaticinherited

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

◆ GetGenContact1Length()

static short Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetGenContact1Length ( )
inlinestaticinherited

get character length for column

◆ GetGenContact2DBName()

static string Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetGenContact2DBName ( )
inlinestaticinherited

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

◆ GetGenContact2Help()

static string Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetGenContact2Help ( )
inlinestaticinherited

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

◆ GetGenContact2Length()

static short Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetGenContact2Length ( )
inlinestaticinherited

get character length for column

◆ GetImportedLocalPetraDBName()

static string Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetImportedLocalPetraDBName ( )
inlinestaticinherited

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

◆ GetImportedLocalPetraHelp()

static string Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetImportedLocalPetraHelp ( )
inlinestaticinherited

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

◆ GetImportedLocalPetraLength()

static short Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetImportedLocalPetraLength ( )
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

◆ 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

◆ GetLocalPartnerKeyDBName()

static string Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetLocalPartnerKeyDBName ( )
inlinestaticinherited

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

◆ GetLocalPartnerKeyHelp()

static string Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetLocalPartnerKeyHelp ( )
inlinestaticinherited

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

◆ GetLocalPartnerKeyLength()

static short Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetLocalPartnerKeyLength ( )
inlinestaticinherited

get character length for column

◆ GetModificationIdDBName()

static string Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetModificationIdDBName ( )
inlinestaticinherited

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

◆ GetModificationIdHelp()

static string Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetModificationIdHelp ( )
inlinestaticinherited

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

◆ GetModificationIdLength()

static short Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetModificationIdLength ( )
inlinestaticinherited

get character length for column

◆ GetModifiedByDBName()

static string Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetModifiedByDBName ( )
inlinestaticinherited

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

◆ GetModifiedByHelp()

static string Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetModifiedByHelp ( )
inlinestaticinherited

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

◆ GetModifiedByLength()

static short Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetModifiedByLength ( )
inlinestaticinherited

get character length for column

◆ GetOldLinkDBName()

static string Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetOldLinkDBName ( )
inlinestaticinherited

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

◆ GetOldLinkHelp()

static string Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetOldLinkHelp ( )
inlinestaticinherited

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

◆ GetOldLinkLength()

static short Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetOldLinkLength ( )
inlinestaticinherited

get character length for column

◆ GetPartnerKeyDBName()

static string Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetPartnerKeyDBName ( )
inlinestaticinherited

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

◆ GetPartnerKeyHelp()

static string Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetPartnerKeyHelp ( )
inlinestaticinherited

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

◆ GetPartnerKeyLength()

static short Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetPartnerKeyLength ( )
inlinestaticinherited

get character length for column

◆ GetPlacementPartnerKeyDBName()

static string Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetPlacementPartnerKeyDBName ( )
inlinestaticinherited

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

◆ GetPlacementPartnerKeyHelp()

static string Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetPlacementPartnerKeyHelp ( )
inlinestaticinherited

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

◆ GetPlacementPartnerKeyLength()

static short Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetPlacementPartnerKeyLength ( )
inlinestaticinherited

get character length for column

◆ GetPrimaryKeyColumnOrdList()

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

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

◆ GetPrimaryKeyColumnStringList()

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

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

◆ GetRawApplicationDataDBName()

static string Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetRawApplicationDataDBName ( )
inlinestaticinherited

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

◆ GetRawApplicationDataHelp()

static string Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetRawApplicationDataHelp ( )
inlinestaticinherited

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

◆ GetRawApplicationDataLength()

static short Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetRawApplicationDataLength ( )
inlinestaticinherited

get character length for column

◆ GetRegistrationOfficeDBName()

static string Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetRegistrationOfficeDBName ( )
inlinestaticinherited

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

◆ GetRegistrationOfficeHelp()

static string Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetRegistrationOfficeHelp ( )
inlinestaticinherited

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

◆ GetRegistrationOfficeLength()

static short Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.GetRegistrationOfficeLength ( )
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.MPersonnel.Personnel.Data.IndividualDataTDSPmGeneralApplicationTable.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.MPersonnel.Personnel.Data.IndividualDataTDSPmGeneralApplicationTable.GetTableDBName ( )
inlinestatic

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

◆ GetTableName() [1/2]

static new string Ict.Petra.Shared.MPersonnel.Personnel.Data.IndividualDataTDSPmGeneralApplicationTable.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

◆ InitClass()

override void Ict.Petra.Shared.MPersonnel.Personnel.Data.IndividualDataTDSPmGeneralApplicationTable.InitClass ( )
inlineprotectedvirtual

create the columns

Implements Ict.Common.Data.TTypedDataTable.

◆ InitVars()

override void Ict.Petra.Shared.MPersonnel.Personnel.Data.IndividualDataTDSPmGeneralApplicationTable.InitVars ( )
inlinevirtual

assign columns to properties, set primary key

Implements Ict.Common.Data.TTypedDataTable.

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

new typed row using DataRowBuilder

◆ NewRowTyped() [1/2]

new IndividualDataTDSPmGeneralApplicationRow Ict.Petra.Shared.MPersonnel.Personnel.Data.IndividualDataTDSPmGeneralApplicationTable.NewRowTyped ( )
inline

create a new typed row, always with default values

◆ NewRowTyped() [2/2]

new IndividualDataTDSPmGeneralApplicationRow Ict.Petra.Shared.MPersonnel.Personnel.Data.IndividualDataTDSPmGeneralApplicationTable.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

◆ ColumnApplicationForEventOrField

DataColumn Ict.Petra.Shared.MPersonnel.Personnel.Data.IndividualDataTDSPmGeneralApplicationTable.ColumnApplicationForEventOrField

◆ ColumnApplicationForEventOrFieldId

readonly short Ict.Petra.Shared.MPersonnel.Personnel.Data.IndividualDataTDSPmGeneralApplicationTable.ColumnApplicationForEventOrFieldId = 37
static

used for generic TTypedDataTable functions

◆ ColumnApplicationKey

DataColumn Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.ColumnApplicationKey
inherited

Key to uniquely identify application.

◆ ColumnApplicationKeyId

readonly short Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.ColumnApplicationKeyId = 1
staticinherited

used for generic TTypedDataTable functions

◆ ColumnAppTypeName

DataColumn Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.ColumnAppTypeName
inherited

Describes what the application is for, eg. conference, year program.

◆ ColumnAppTypeNameId

readonly short Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.ColumnAppTypeNameId = 4
staticinherited

used for generic TTypedDataTable functions

◆ ColumnClosed

DataColumn Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.ColumnClosed
inherited

Indicates if the application is closed.

◆ ColumnClosedBy

DataColumn Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.ColumnClosedBy
inherited

This identifies the user that closed the application.

◆ ColumnClosedById

readonly short Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.ColumnClosedById = 11
staticinherited

used for generic TTypedDataTable functions

◆ ColumnClosedId

readonly short Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.ColumnClosedId = 10
staticinherited

used for generic TTypedDataTable functions

◆ ColumnComment

DataColumn Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.ColumnComment
inherited

Sometimes there are extra comments of preferences that are related to an application. These can be entered here.

◆ ColumnCommentId

readonly short Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.ColumnCommentId = 25
staticinherited

used for generic TTypedDataTable functions

◆ ColumnCreatedBy

DataColumn Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.ColumnCreatedBy
inherited

User ID of who created this record.

◆ ColumnCreatedById

readonly short Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.ColumnCreatedById = 32
staticinherited

used for generic TTypedDataTable functions

◆ ColumnDateClosed

DataColumn Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.ColumnDateClosed
inherited

This is the date the application was closed.

◆ ColumnDateClosedId

readonly short Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.ColumnDateClosedId = 12
staticinherited

used for generic TTypedDataTable functions

◆ ColumnDateCreated

DataColumn Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.ColumnDateCreated
inherited

The date the record was created.

◆ ColumnDateCreatedId

readonly short Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.ColumnDateCreatedId = 31
staticinherited

used for generic TTypedDataTable functions

◆ ColumnDateModified

DataColumn Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.ColumnDateModified
inherited

The date the record was modified.

◆ ColumnDateModifiedId

readonly short Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.ColumnDateModifiedId = 33
staticinherited

used for generic TTypedDataTable functions

◆ ColumnEventOrFieldName

DataColumn Ict.Petra.Shared.MPersonnel.Personnel.Data.IndividualDataTDSPmGeneralApplicationTable.ColumnEventOrFieldName

◆ ColumnEventOrFieldNameId

readonly short Ict.Petra.Shared.MPersonnel.Personnel.Data.IndividualDataTDSPmGeneralApplicationTable.ColumnEventOrFieldNameId = 36
static

used for generic TTypedDataTable functions

◆ ColumnGenAppCancelled

DataColumn Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.ColumnGenAppCancelled
inherited

This is the date the application was cancelled.

◆ ColumnGenAppCancelledId

readonly short Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.ColumnGenAppCancelledId = 17
staticinherited

used for generic TTypedDataTable functions

◆ ColumnGenAppCancelReason

DataColumn Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.ColumnGenAppCancelReason
inherited

Comment on why the application is on hold.

◆ ColumnGenAppCancelReasonId

readonly short Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.ColumnGenAppCancelReasonId = 16
staticinherited

used for generic TTypedDataTable functions

◆ ColumnGenAppCurrencyCode

DataColumn Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.ColumnGenAppCurrencyCode
inherited

This is the currency that is used for amounts listed in this application.

◆ ColumnGenAppCurrencyCodeId

readonly short Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.ColumnGenAppCurrencyCodeId = 26
staticinherited

used for generic TTypedDataTable functions

◆ ColumnGenAppDate

DataColumn Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.ColumnGenAppDate
inherited

Date of application.

◆ ColumnGenAppDateId

readonly short Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.ColumnGenAppDateId = 3
staticinherited

used for generic TTypedDataTable functions

◆ ColumnGenAppDeleteFlag

DataColumn Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.ColumnGenAppDeleteFlag
inherited

This field will not appear on the screen but will be updated when someone chooses to delete a record. Rather that an actual deletion, the record will be 'marked' for deletion after an agreed upon interval.

◆ ColumnGenAppDeleteFlagId

readonly short Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.ColumnGenAppDeleteFlagId = 7
staticinherited

used for generic TTypedDataTable functions

◆ ColumnGenApplicantType

DataColumn Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.ColumnGenApplicantType
inherited

Describes the applicant, eg. volunteer, staff, speaker.

◆ ColumnGenApplicantTypeId

readonly short Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.ColumnGenApplicantTypeId = 8
staticinherited

used for generic TTypedDataTable functions

◆ ColumnGenApplicationHoldReason

DataColumn Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.ColumnGenApplicationHoldReason
inherited

Comment on why the application is on hold.

◆ ColumnGenApplicationHoldReasonId

readonly short Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.ColumnGenApplicationHoldReasonId = 14
staticinherited

used for generic TTypedDataTable functions

◆ ColumnGenApplicationOnHold

DataColumn Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.ColumnGenApplicationOnHold
inherited

Indicates if the application is on hold.

◆ ColumnGenApplicationOnHoldId

readonly short Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.ColumnGenApplicationOnHoldId = 13
staticinherited

used for generic TTypedDataTable functions

◆ ColumnGenApplicationStatus

DataColumn Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.ColumnGenApplicationStatus
inherited

Indicates the status of the application.

◆ ColumnGenApplicationStatusId

readonly short Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.ColumnGenApplicationStatusId = 9
staticinherited

used for generic TTypedDataTable functions

◆ ColumnGenAppPossSrvUnitKey

DataColumn Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.ColumnGenAppPossSrvUnitKey
inherited

This is the possible field or team of service.

◆ ColumnGenAppPossSrvUnitKeyId

readonly short Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.ColumnGenAppPossSrvUnitKeyId = 6
staticinherited

used for generic TTypedDataTable functions

◆ ColumnGenAppRecvgFldAccept

DataColumn Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.ColumnGenAppRecvgFldAccept
inherited

This is the date the receiving field accepted the applicant.

◆ ColumnGenAppRecvgFldAcceptId

readonly short Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.ColumnGenAppRecvgFldAcceptId = 19
staticinherited

used for generic TTypedDataTable functions

◆ ColumnGenAppSendFldAccept

DataColumn Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.ColumnGenAppSendFldAccept
inherited

Describes if the applicant has been accepted by the sending field.

◆ ColumnGenAppSendFldAcceptDate

DataColumn Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.ColumnGenAppSendFldAcceptDate
inherited

This is the date the sending field accepted the applicant.

◆ ColumnGenAppSendFldAcceptDateId

readonly short Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.ColumnGenAppSendFldAcceptDateId = 21
staticinherited

used for generic TTypedDataTable functions

◆ ColumnGenAppSendFldAcceptId

readonly short Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.ColumnGenAppSendFldAcceptId = 20
staticinherited

used for generic TTypedDataTable functions

◆ ColumnGenAppSrvFldAccept

DataColumn Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.ColumnGenAppSrvFldAccept
inherited

Describes if the applicant has been accepted by the serving field.

◆ ColumnGenAppSrvFldAcceptId

readonly short Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.ColumnGenAppSrvFldAcceptId = 18
staticinherited

used for generic TTypedDataTable functions

◆ ColumnGenAppUpdate

DataColumn Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.ColumnGenAppUpdate
inherited

Indicates the date the record was last updated.

◆ ColumnGenAppUpdateId

readonly short Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.ColumnGenAppUpdateId = 24
staticinherited

used for generic TTypedDataTable functions

◆ ColumnGenCancelledApp

DataColumn Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.ColumnGenCancelledApp
inherited

Indicates if the application process has been cancelled.

◆ ColumnGenCancelledAppId

readonly short Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.ColumnGenCancelledAppId = 15
staticinherited

used for generic TTypedDataTable functions

◆ ColumnGenContact1

DataColumn Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.ColumnGenContact1
inherited

This field indicates how they were influenced to apply with us.

◆ ColumnGenContact1Id

readonly short Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.ColumnGenContact1Id = 22
staticinherited

used for generic TTypedDataTable functions

◆ ColumnGenContact2

DataColumn Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.ColumnGenContact2
inherited

This field indicates how they were influenced to apply with us.

◆ ColumnGenContact2Id

readonly short Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.ColumnGenContact2Id = 23
staticinherited

used for generic TTypedDataTable functions

◆ ColumnImportedLocalPetra

DataColumn Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.ColumnImportedLocalPetra
inherited

true if the applicant has already been imported into the local database of the registration office.

◆ ColumnImportedLocalPetraId

readonly short Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.ColumnImportedLocalPetraId = 30
staticinherited

used for generic TTypedDataTable functions

◆ ColumnLocalPartnerKey

DataColumn Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.ColumnLocalPartnerKey
inherited

the person partner key of the applicant in the local database of the registration office. no foreign key since the person partner is in another database

◆ ColumnLocalPartnerKeyId

readonly short Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.ColumnLocalPartnerKeyId = 29
staticinherited

used for generic TTypedDataTable functions

◆ ColumnModificationId

DataColumn Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.ColumnModificationId
inherited

This identifies the current version of the record.

◆ ColumnModificationIdId

readonly short Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.ColumnModificationIdId = 35
staticinherited

used for generic TTypedDataTable functions

◆ ColumnModifiedBy

DataColumn Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.ColumnModifiedBy
inherited

User ID of who last modified this record.

◆ ColumnModifiedById

readonly short Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.ColumnModifiedById = 34
staticinherited

used for generic TTypedDataTable functions

◆ ColumnOldLink

DataColumn Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.ColumnOldLink
inherited

TODO: this field is a combination of registration office and application number. might not be needed???

◆ ColumnOldLinkId

readonly short Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.ColumnOldLinkId = 5
staticinherited

used for generic TTypedDataTable functions

◆ ColumnPartnerKey

DataColumn Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.ColumnPartnerKey
inherited

This is the partner key assigned to each partner. It consists of the fund id followed by a computer generated six digit number.

◆ ColumnPartnerKeyId

readonly short Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.ColumnPartnerKeyId = 0
staticinherited

used for generic TTypedDataTable functions

◆ ColumnPlacementPartnerKey

DataColumn Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.ColumnPlacementPartnerKey
inherited

This is the placement person handling this application.

◆ ColumnPlacementPartnerKeyId

readonly short Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.ColumnPlacementPartnerKeyId = 27
staticinherited

used for generic TTypedDataTable functions

◆ ColumnRawApplicationData

DataColumn Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.ColumnRawApplicationData
inherited

stores the plain data received from the browser in JSON format

◆ ColumnRawApplicationDataId

readonly short Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.ColumnRawApplicationDataId = 28
staticinherited

used for generic TTypedDataTable functions

◆ ColumnRegistrationOffice

DataColumn Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.ColumnRegistrationOffice
inherited

Partner key of office by which application was entered.

◆ ColumnRegistrationOfficeId

readonly short Ict.Petra.Shared.MPersonnel.Personnel.Data.PmGeneralApplicationTable.ColumnRegistrationOfficeId = 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.MPersonnel.Personnel.Data.IndividualDataTDSPmGeneralApplicationTable.TableId = 192
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.MPersonnel.Personnel.Data.IndividualDataTDSPmGeneralApplicationTable.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 IndividualDataTDSPmGeneralApplicationRow Ict.Petra.Shared.MPersonnel.Personnel.Data.IndividualDataTDSPmGeneralApplicationTable.this[int i]
get

Access a typed row by index.


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