OpenPetra
Free Administration Software for Non-Profits
Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable Class Reference

A reminder that can be linked to a Partner or Partner contact. More...

Inheritance diagram for Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable:
Ict.Common.Data.TTypedDataTable

Public Member Functions

 PPartnerReminderTable ()
 constructor More...
 
 PPartnerReminderTable (string ATablename)
 constructor More...
 
 PPartnerReminderTable (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...
 
PPartnerReminderRow NewRowTyped (bool AWithDefaultValues)
 create a new typed row More...
 
PPartnerReminderRow NewRowTyped ()
 create a new typed row, always with default values More...
 
PPartnerReminderTable GetChangesTyped ()
 get typed set of changes More...
 
override OdbcParameter CreateOdbcParameter (Int32 AColumnNr)
 get an odbc parameter for the given column More...
 
new DataTable GetChanges ()
 make sure that we use GetChangesType instead of GetChanges More...
 
virtual string GetCustomReportPermission ()
 string to indicate which permissions a user needs to access table for custom reports (e.g. "PTNRUSER", "OR(FINANCE-1,DEVUSER)", "AND(PTNRUSER,FINANCE-1)" This should be returned by method in derived class More...
 
virtual bool IsAvailableForCustomReport ()
 Is this table generally available in custom reports? More...
 
virtual List< String > GetCustomReportFieldList ()
 Return a list of fields that are available for custom reports More...
 
DataTable GetChangesTypedInternal ()
 our own version of GetChanges More...
 
void RemoveColumnsNotInTableTemplate (DataTable ATableTemplate)
 remove columns that are not needed More...
 

Static Public Member Functions

static string GetTableName ()
 return the CamelCase name of the table More...
 
static string GetTableDBName ()
 return the name of the table as it is used in the database More...
 
static string GetTableDBLabel ()
 static method to return the 'Label' of the table as it is used in the database (the 'Label' is usually a short description of what the db table is about) More...
 
static string GetPartnerReminderIdDBName ()
 get the name of the field in the database for this column More...
 
static short GetPartnerReminderIdLength ()
 get character length for column More...
 
static string GetPartnerReminderIdHelp ()
 get the help text for the field in the database for this 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 GetContactIdDBName ()
 get the name of the field in the database for this column More...
 
static short GetContactIdLength ()
 get character length for column More...
 
static string GetContactIdHelp ()
 get the help text for the field in the database for this column More...
 
static string GetReminderIdDBName ()
 get the name of the field in the database for this column More...
 
static short GetReminderIdLength ()
 get character length for column More...
 
static string GetReminderIdHelp ()
 get the help text for the field in the database for this column More...
 
static string GetUserIdDBName ()
 get the name of the field in the database for this column More...
 
static short GetUserIdLength ()
 get character length for column More...
 
static string GetUserIdHelp ()
 get the help text for the field in the database for this column More...
 
static string GetCategoryCodeDBName ()
 get the name of the field in the database for this column More...
 
static short GetCategoryCodeLength ()
 get character length for column More...
 
static string GetCategoryCodeHelp ()
 get the help text for the field in the database for this column More...
 
static string GetActionTypeDBName ()
 get the name of the field in the database for this column More...
 
static short GetActionTypeLength ()
 get character length for column More...
 
static string GetActionTypeHelp ()
 get the help text for the field in the database for this column More...
 
static string GetReminderReasonDBName ()
 get the name of the field in the database for this column More...
 
static short GetReminderReasonLength ()
 get character length for column More...
 
static string GetReminderReasonHelp ()
 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 GetEventDateDBName ()
 get the name of the field in the database for this column More...
 
static short GetEventDateLength ()
 get character length for column More...
 
static string GetEventDateHelp ()
 get the help text for the field in the database for this column More...
 
static string GetFirstReminderDateDBName ()
 get the name of the field in the database for this column More...
 
static short GetFirstReminderDateLength ()
 get character length for column More...
 
static string GetFirstReminderDateHelp ()
 get the help text for the field in the database for this column More...
 
static string GetReminderFrequencyDBName ()
 get the name of the field in the database for this column More...
 
static short GetReminderFrequencyLength ()
 get character length for column More...
 
static string GetReminderFrequencyHelp ()
 get the help text for the field in the database for this column More...
 
static string GetLastReminderSentDBName ()
 get the name of the field in the database for this column More...
 
static short GetLastReminderSentLength ()
 get character length for column More...
 
static string GetLastReminderSentHelp ()
 get the help text for the field in the database for this column More...
 
static string GetNextReminderDateDBName ()
 get the name of the field in the database for this column More...
 
static short GetNextReminderDateLength ()
 get character length for column More...
 
static string GetNextReminderDateHelp ()
 get the help text for the field in the database for this column More...
 
static string GetReminderActiveDBName ()
 get the name of the field in the database for this column More...
 
static short GetReminderActiveLength ()
 get character length for column More...
 
static string GetReminderActiveHelp ()
 get the help text for the field in the database for this column More...
 
static string GetEmailAddressDBName ()
 get the name of the field in the database for this column More...
 
static short GetEmailAddressLength ()
 get character length for column More...
 
static string GetEmailAddressHelp ()
 get the help text for the field in the database for this column More...
 
static string GetRestrictedDBName ()
 get the name of the field in the database for this column More...
 
static short GetRestrictedLength ()
 get character length for column More...
 
static string GetRestrictedHelp ()
 get the help text for the field in the database for this column More...
 
static string GetModuleIdDBName ()
 get the name of the field in the database for this column More...
 
static short GetModuleIdLength ()
 get character length for column More...
 
static string GetModuleIdHelp ()
 get the help text for the field in the database for this column More...
 
static string GetUserRestrictionDBName ()
 get the name of the field in the database for this column More...
 
static short GetUserRestrictionLength ()
 get character length for column More...
 
static string GetUserRestrictionHelp ()
 get the help text for the field in the database for this column More...
 
static string GetDateCreatedDBName ()
 get the name of the field in the database for this column More...
 
static short GetDateCreatedLength ()
 get character length for column More...
 
static string GetDateCreatedHelp ()
 get the help text for the field in the database for this column More...
 
static string GetCreatedByDBName ()
 get the name of the field in the database for this column More...
 
static short GetCreatedByLength ()
 get character length for column More...
 
static string GetCreatedByHelp ()
 get the help text for the field in the database for this column More...
 
static string GetDateModifiedDBName ()
 get the name of the field in the database for this column More...
 
static short GetDateModifiedLength ()
 get character length for column More...
 
static string GetDateModifiedHelp ()
 get the help text for the field in the database for this column More...
 
static string GetModifiedByDBName ()
 get the name of the field in the database for this column More...
 
static short GetModifiedByLength ()
 get character length for column More...
 
static string GetModifiedByHelp ()
 get the help text for the field in the database for this column More...
 
static string GetModificationIdDBName ()
 get the name of the field in the database for this column More...
 
static short GetModificationIdLength ()
 get character length for column More...
 
static string GetModificationIdHelp ()
 get the help text for the field in the database for this column More...
 
static OdbcParameter CreateOdbcParameter (short ATableNumber, TSearchCriteria ASearchCriteria)
 create an odbc parameter for the given column More...
 
static OdbcParameter CreateOdbcParameter (short ATableNumber, Int32 AColumnNr)
 create an odbc parameter for the given column More...
 
static void ResetStaticVariables ()
 reset the static variables for each Web Request call. More...
 
static string GetTableNameSQL (short ATableNumber)
 the table name as it is in the SQL database More...
 
static string GetTableName (short ATableNumber)
 the table name in CamelCase More...
 
static TTypedTableInfo GetTableByName (string ATableName)
 the table name in CamelCase More...
 
static string GetColumnNameSQL (short ATableNumber, short AColumnNr)
 the column name as it is in the SQL database More...
 
static string GetLabel (short ATableNumber, short AColumnNr)
 returns the translated label for the column More...
 
static Int32 GetLength (short ATableNumber, short AColumnNr)
 get the maximum length for the field More...
 
static Int32 GetLength (string ATableName, string AColumnName)
 get the maximum length for the field More...
 
static string[] GetKeyColumnStringList (short ATableNumber, int[] AKeyColumnsOrder)
 get the names of the columns that are part of the key More...
 
static string[] GetPrimaryKeyColumnStringList (short ATableNumber)
 get the names of the columns that are part of the primary key More...
 
static string[] GetUniqueKeyColumnStringList (short ATableNumber)
 get the names of the columns that are part of the unique key More...
 
static int[] GetPrimaryKeyColumnOrdList (short ATableNumber)
 get the order number of the columns that are part of the primary key More...
 
static int[] GetUniqueKeyColumnOrdList (short ATableNumber)
 get the order number of the columns that are part of a unique key More...
 
static string[] GetColumnStringList (short ATableNumber)
 get the names of the columns in this table More...
 

Public Attributes

DataColumn ColumnPartnerReminderId
 Primary Key of this reminder. More...
 
DataColumn ColumnPartnerKey
 Partner key of Partner to which the reminder is related. More...
 
DataColumn ColumnContactId
 ID of Contact to which reminder relates. Null means that reminder relates just to a Partner. More...
 
DataColumn ColumnReminderId
 ID of this reminder (only unique per Partner/Contact) More...
 
DataColumn ColumnUserId
 The user that requires this reminder. More...
 
DataColumn ColumnCategoryCode
 This is a category, by which reminders can be grouped. More...
 
DataColumn ColumnActionType
 Type of action to take on getting the reminder (eg. Email etc) More...
 
DataColumn ColumnReminderReason
 Reason for the reminder (eg. birthday, etc.) More...
 
DataColumn ColumnComment
 Additional Comments. More...
 
DataColumn ColumnEventDate
 Date of event that reminder is about (if the reminder relates to a specific event like a birthday). More...
 
DataColumn ColumnFirstReminderDate
 Date on which to send/display first reminder. More...
 
DataColumn ColumnReminderFrequency
 Frequency (in days) with which re-reminders should be sent. More...
 
DataColumn ColumnLastReminderSent
 Date on which the last reminder was sent. More...
 
DataColumn ColumnNextReminderDate
 Date on which the next reminder will be sent. More...
 
DataColumn ColumnReminderActive
 Is this reminder still active? More...
 
DataColumn ColumnEmailAddress
 Email address to which reminder should be sent. More...
 
DataColumn ColumnRestricted
 Indicates whether or not the contact has restricted access. If it does then the access will be controlled by s_group_partner_reminder. More...
 
DataColumn ColumnModuleId
 Identifies a module. A module is any part of aprogram which is related to each menu entry or to the sub-system. Eg, partner administration, AP, AR etc. More...
 
DataColumn ColumnUserRestriction
 If set, this contact is restricted to one user. 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 readonly short TableId = 270
 TableId for Ict.Common.Data generic functions. More...
 
static readonly short ColumnPartnerReminderIdId = 0
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnPartnerKeyId = 1
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnContactIdId = 2
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnReminderIdId = 3
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnUserIdId = 4
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnCategoryCodeId = 5
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnActionTypeId = 6
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnReminderReasonId = 7
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnCommentId = 8
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnEventDateId = 9
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnFirstReminderDateId = 10
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnReminderFrequencyId = 11
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnLastReminderSentId = 12
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnNextReminderDateId = 13
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnReminderActiveId = 14
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnEmailAddressId = 15
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnRestrictedId = 16
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnModuleIdId = 17
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnUserRestrictionId = 18
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnDateCreatedId = 19
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnCreatedById = 20
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnDateModifiedId = 21
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnModifiedById = 22
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnModificationIdId = 23
 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

PPartnerReminderRow 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

A reminder that can be linked to a Partner or Partner contact.

Constructor & Destructor Documentation

◆ PPartnerReminderTable() [1/3]

Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.PPartnerReminderTable ( )
inline

constructor

◆ PPartnerReminderTable() [2/3]

Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.PPartnerReminderTable ( string  ATablename)
inline

constructor

◆ PPartnerReminderTable() [3/3]

Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.PPartnerReminderTable ( 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.MPartner.Partner.Data.PPartnerReminderTable.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

◆ GetActionTypeDBName()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.GetActionTypeDBName ( )
inlinestatic

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

◆ GetActionTypeHelp()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.GetActionTypeHelp ( )
inlinestatic

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

◆ GetActionTypeLength()

static short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.GetActionTypeLength ( )
inlinestatic

get character length for column

◆ GetCategoryCodeDBName()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.GetCategoryCodeDBName ( )
inlinestatic

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

◆ GetCategoryCodeHelp()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.GetCategoryCodeHelp ( )
inlinestatic

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

◆ GetCategoryCodeLength()

static short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.GetCategoryCodeLength ( )
inlinestatic

get character length for column

◆ GetChanges()

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

make sure that we use GetChangesType instead of GetChanges

Returns
throws an exception

◆ GetChangesTyped()

PPartnerReminderTable Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.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.MPartner.Partner.Data.PPartnerReminderTable.GetCommentDBName ( )
inlinestatic

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

◆ GetCommentHelp()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.GetCommentHelp ( )
inlinestatic

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

◆ GetCommentLength()

static short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.GetCommentLength ( )
inlinestatic

get character length for column

◆ GetContactIdDBName()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.GetContactIdDBName ( )
inlinestatic

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

◆ GetContactIdHelp()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.GetContactIdHelp ( )
inlinestatic

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

◆ GetContactIdLength()

static short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.GetContactIdLength ( )
inlinestatic

get character length for column

◆ GetCreatedByDBName()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.GetCreatedByDBName ( )
inlinestatic

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

◆ GetCreatedByHelp()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.GetCreatedByHelp ( )
inlinestatic

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

◆ GetCreatedByLength()

static short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.GetCreatedByLength ( )
inlinestatic

get character length for column

◆ GetCustomReportFieldList()

virtual List< String > Ict.Common.Data.TTypedDataTable.GetCustomReportFieldList ( )
inlinevirtualinherited

Return a list of fields that are available for custom reports

◆ GetCustomReportPermission()

virtual string Ict.Common.Data.TTypedDataTable.GetCustomReportPermission ( )
inlinevirtualinherited

string to indicate which permissions a user needs to access table for custom reports (e.g. "PTNRUSER", "OR(FINANCE-1,DEVUSER)", "AND(PTNRUSER,FINANCE-1)" This should be returned by method in derived class

◆ GetDateCreatedDBName()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.GetDateCreatedDBName ( )
inlinestatic

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

◆ GetDateCreatedHelp()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.GetDateCreatedHelp ( )
inlinestatic

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

◆ GetDateCreatedLength()

static short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.GetDateCreatedLength ( )
inlinestatic

get character length for column

◆ GetDateModifiedDBName()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.GetDateModifiedDBName ( )
inlinestatic

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

◆ GetDateModifiedHelp()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.GetDateModifiedHelp ( )
inlinestatic

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

◆ GetDateModifiedLength()

static short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.GetDateModifiedLength ( )
inlinestatic

get character length for column

◆ GetEmailAddressDBName()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.GetEmailAddressDBName ( )
inlinestatic

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

◆ GetEmailAddressHelp()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.GetEmailAddressHelp ( )
inlinestatic

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

◆ GetEmailAddressLength()

static short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.GetEmailAddressLength ( )
inlinestatic

get character length for column

◆ GetEventDateDBName()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.GetEventDateDBName ( )
inlinestatic

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

◆ GetEventDateHelp()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.GetEventDateHelp ( )
inlinestatic

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

◆ GetEventDateLength()

static short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.GetEventDateLength ( )
inlinestatic

get character length for column

◆ GetFirstReminderDateDBName()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.GetFirstReminderDateDBName ( )
inlinestatic

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

◆ GetFirstReminderDateHelp()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.GetFirstReminderDateHelp ( )
inlinestatic

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

◆ GetFirstReminderDateLength()

static short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.GetFirstReminderDateLength ( )
inlinestatic

get character length for column

◆ GetKeyColumnStringList()

static string[] Ict.Common.Data.TTypedDataTable.GetKeyColumnStringList ( short  ATableNumber,
int[]  AKeyColumnsOrder 
)
inlinestaticinherited

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

◆ GetLabel()

static string Ict.Common.Data.TTypedDataTable.GetLabel ( short  ATableNumber,
short  AColumnNr 
)
inlinestaticinherited

returns the translated label for the column

◆ GetLastReminderSentDBName()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.GetLastReminderSentDBName ( )
inlinestatic

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

◆ GetLastReminderSentHelp()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.GetLastReminderSentHelp ( )
inlinestatic

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

◆ GetLastReminderSentLength()

static short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.GetLastReminderSentLength ( )
inlinestatic

get character length for column

◆ GetLength() [1/2]

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

get the maximum length for the field

◆ GetLength() [2/2]

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

get the maximum length for the field

◆ GetModificationIdDBName()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.GetModificationIdDBName ( )
inlinestatic

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

◆ GetModificationIdHelp()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.GetModificationIdHelp ( )
inlinestatic

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

◆ GetModificationIdLength()

static short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.GetModificationIdLength ( )
inlinestatic

get character length for column

◆ GetModifiedByDBName()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.GetModifiedByDBName ( )
inlinestatic

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

◆ GetModifiedByHelp()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.GetModifiedByHelp ( )
inlinestatic

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

◆ GetModifiedByLength()

static short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.GetModifiedByLength ( )
inlinestatic

get character length for column

◆ GetModuleIdDBName()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.GetModuleIdDBName ( )
inlinestatic

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

◆ GetModuleIdHelp()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.GetModuleIdHelp ( )
inlinestatic

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

◆ GetModuleIdLength()

static short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.GetModuleIdLength ( )
inlinestatic

get character length for column

◆ GetNextReminderDateDBName()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.GetNextReminderDateDBName ( )
inlinestatic

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

◆ GetNextReminderDateHelp()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.GetNextReminderDateHelp ( )
inlinestatic

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

◆ GetNextReminderDateLength()

static short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.GetNextReminderDateLength ( )
inlinestatic

get character length for column

◆ GetPartnerKeyDBName()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.GetPartnerKeyDBName ( )
inlinestatic

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

◆ GetPartnerKeyHelp()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.GetPartnerKeyHelp ( )
inlinestatic

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

◆ GetPartnerKeyLength()

static short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.GetPartnerKeyLength ( )
inlinestatic

get character length for column

◆ GetPartnerReminderIdDBName()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.GetPartnerReminderIdDBName ( )
inlinestatic

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

◆ GetPartnerReminderIdHelp()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.GetPartnerReminderIdHelp ( )
inlinestatic

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

◆ GetPartnerReminderIdLength()

static short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.GetPartnerReminderIdLength ( )
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

◆ GetReminderActiveDBName()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.GetReminderActiveDBName ( )
inlinestatic

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

◆ GetReminderActiveHelp()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.GetReminderActiveHelp ( )
inlinestatic

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

◆ GetReminderActiveLength()

static short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.GetReminderActiveLength ( )
inlinestatic

get character length for column

◆ GetReminderFrequencyDBName()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.GetReminderFrequencyDBName ( )
inlinestatic

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

◆ GetReminderFrequencyHelp()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.GetReminderFrequencyHelp ( )
inlinestatic

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

◆ GetReminderFrequencyLength()

static short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.GetReminderFrequencyLength ( )
inlinestatic

get character length for column

◆ GetReminderIdDBName()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.GetReminderIdDBName ( )
inlinestatic

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

◆ GetReminderIdHelp()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.GetReminderIdHelp ( )
inlinestatic

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

◆ GetReminderIdLength()

static short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.GetReminderIdLength ( )
inlinestatic

get character length for column

◆ GetReminderReasonDBName()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.GetReminderReasonDBName ( )
inlinestatic

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

◆ GetReminderReasonHelp()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.GetReminderReasonHelp ( )
inlinestatic

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

◆ GetReminderReasonLength()

static short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.GetReminderReasonLength ( )
inlinestatic

get character length for column

◆ GetRestrictedDBName()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.GetRestrictedDBName ( )
inlinestatic

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

◆ GetRestrictedHelp()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.GetRestrictedHelp ( )
inlinestatic

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

◆ GetRestrictedLength()

static short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.GetRestrictedLength ( )
inlinestatic

get character length for column

◆ GetTableByName()

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

the table name in CamelCase

◆ GetTableDBLabel()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.GetTableDBLabel ( )
inlinestatic

static method to return the 'Label' of the table as it is used in the database (the 'Label' is usually a short description of what the db table is about)

◆ GetTableDBName()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.GetTableDBName ( )
inlinestatic

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

◆ GetTableName() [1/2]

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.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

◆ GetUserIdDBName()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.GetUserIdDBName ( )
inlinestatic

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

◆ GetUserIdHelp()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.GetUserIdHelp ( )
inlinestatic

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

◆ GetUserIdLength()

static short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.GetUserIdLength ( )
inlinestatic

get character length for column

◆ GetUserRestrictionDBName()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.GetUserRestrictionDBName ( )
inlinestatic

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

◆ GetUserRestrictionHelp()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.GetUserRestrictionHelp ( )
inlinestatic

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

◆ GetUserRestrictionLength()

static short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.GetUserRestrictionLength ( )
inlinestatic

get character length for column

◆ InitClass()

override void Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.InitClass ( )
inlineprotectedvirtual

create the columns

Implements Ict.Common.Data.TTypedDataTable.

◆ InitVars()

override void Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.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.MPartner.Partner.Data.PPartnerReminderTable.NewRowFromBuilder ( System.Data.DataRowBuilder  builder)
inlineprotected

new typed row using DataRowBuilder

◆ NewRowTyped() [1/2]

PPartnerReminderRow Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.NewRowTyped ( )
inline

create a new typed row, always with default values

◆ NewRowTyped() [2/2]

PPartnerReminderRow Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.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

◆ ColumnActionType

DataColumn Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.ColumnActionType

Type of action to take on getting the reminder (eg. Email etc)

◆ ColumnActionTypeId

readonly short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.ColumnActionTypeId = 6
static

used for generic TTypedDataTable functions

◆ ColumnCategoryCode

DataColumn Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.ColumnCategoryCode

This is a category, by which reminders can be grouped.

◆ ColumnCategoryCodeId

readonly short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.ColumnCategoryCodeId = 5
static

used for generic TTypedDataTable functions

◆ ColumnComment

DataColumn Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.ColumnComment

Additional Comments.

◆ ColumnCommentId

readonly short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.ColumnCommentId = 8
static

used for generic TTypedDataTable functions

◆ ColumnContactId

DataColumn Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.ColumnContactId

ID of Contact to which reminder relates. Null means that reminder relates just to a Partner.

◆ ColumnContactIdId

readonly short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.ColumnContactIdId = 2
static

used for generic TTypedDataTable functions

◆ ColumnCreatedBy

DataColumn Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.ColumnCreatedBy

User ID of who created this record.

◆ ColumnCreatedById

readonly short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.ColumnCreatedById = 20
static

used for generic TTypedDataTable functions

◆ ColumnDateCreated

DataColumn Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.ColumnDateCreated

The date the record was created.

◆ ColumnDateCreatedId

readonly short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.ColumnDateCreatedId = 19
static

used for generic TTypedDataTable functions

◆ ColumnDateModified

DataColumn Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.ColumnDateModified

The date the record was modified.

◆ ColumnDateModifiedId

readonly short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.ColumnDateModifiedId = 21
static

used for generic TTypedDataTable functions

◆ ColumnEmailAddress

DataColumn Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.ColumnEmailAddress

Email address to which reminder should be sent.

◆ ColumnEmailAddressId

readonly short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.ColumnEmailAddressId = 15
static

used for generic TTypedDataTable functions

◆ ColumnEventDate

DataColumn Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.ColumnEventDate

Date of event that reminder is about (if the reminder relates to a specific event like a birthday).

◆ ColumnEventDateId

readonly short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.ColumnEventDateId = 9
static

used for generic TTypedDataTable functions

◆ ColumnFirstReminderDate

DataColumn Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.ColumnFirstReminderDate

Date on which to send/display first reminder.

◆ ColumnFirstReminderDateId

readonly short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.ColumnFirstReminderDateId = 10
static

used for generic TTypedDataTable functions

◆ ColumnLastReminderSent

DataColumn Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.ColumnLastReminderSent

Date on which the last reminder was sent.

◆ ColumnLastReminderSentId

readonly short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.ColumnLastReminderSentId = 12
static

used for generic TTypedDataTable functions

◆ ColumnModificationId

DataColumn Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.ColumnModificationId

This identifies the current version of the record.

◆ ColumnModificationIdId

readonly short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.ColumnModificationIdId = 23
static

used for generic TTypedDataTable functions

◆ ColumnModifiedBy

DataColumn Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.ColumnModifiedBy

User ID of who last modified this record.

◆ ColumnModifiedById

readonly short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.ColumnModifiedById = 22
static

used for generic TTypedDataTable functions

◆ ColumnModuleId

DataColumn Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.ColumnModuleId

Identifies a module. A module is any part of aprogram which is related to each menu entry or to the sub-system. Eg, partner administration, AP, AR etc.

◆ ColumnModuleIdId

readonly short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.ColumnModuleIdId = 17
static

used for generic TTypedDataTable functions

◆ ColumnNextReminderDate

DataColumn Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.ColumnNextReminderDate

Date on which the next reminder will be sent.

◆ ColumnNextReminderDateId

readonly short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.ColumnNextReminderDateId = 13
static

used for generic TTypedDataTable functions

◆ ColumnPartnerKey

DataColumn Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.ColumnPartnerKey

Partner key of Partner to which the reminder is related.

◆ ColumnPartnerKeyId

readonly short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.ColumnPartnerKeyId = 1
static

used for generic TTypedDataTable functions

◆ ColumnPartnerReminderId

DataColumn Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.ColumnPartnerReminderId

Primary Key of this reminder.

◆ ColumnPartnerReminderIdId

readonly short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.ColumnPartnerReminderIdId = 0
static

used for generic TTypedDataTable functions

◆ ColumnReminderActive

DataColumn Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.ColumnReminderActive

Is this reminder still active?

◆ ColumnReminderActiveId

readonly short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.ColumnReminderActiveId = 14
static

used for generic TTypedDataTable functions

◆ ColumnReminderFrequency

DataColumn Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.ColumnReminderFrequency

Frequency (in days) with which re-reminders should be sent.

◆ ColumnReminderFrequencyId

readonly short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.ColumnReminderFrequencyId = 11
static

used for generic TTypedDataTable functions

◆ ColumnReminderId

DataColumn Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.ColumnReminderId

ID of this reminder (only unique per Partner/Contact)

◆ ColumnReminderIdId

readonly short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.ColumnReminderIdId = 3
static

used for generic TTypedDataTable functions

◆ ColumnReminderReason

DataColumn Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.ColumnReminderReason

Reason for the reminder (eg. birthday, etc.)

◆ ColumnReminderReasonId

readonly short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.ColumnReminderReasonId = 7
static

used for generic TTypedDataTable functions

◆ ColumnRestricted

DataColumn Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.ColumnRestricted

Indicates whether or not the contact has restricted access. If it does then the access will be controlled by s_group_partner_reminder.

◆ ColumnRestrictedId

readonly short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.ColumnRestrictedId = 16
static

used for generic TTypedDataTable functions

◆ ColumnUserId

DataColumn Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.ColumnUserId

The user that requires this reminder.

◆ ColumnUserIdId

readonly short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.ColumnUserIdId = 4
static

used for generic TTypedDataTable functions

◆ ColumnUserRestriction

DataColumn Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.ColumnUserRestriction

If set, this contact is restricted to one user.

◆ ColumnUserRestrictionId

readonly short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.ColumnUserRestrictionId = 18
static

used for generic TTypedDataTable functions

◆ DontThrowAwayAfterSubmitChanges

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

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

◆ TableId

readonly short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.TableId = 270
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.MPartner.Partner.Data.PPartnerReminderTable.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]

PPartnerReminderRow Ict.Petra.Shared.MPartner.Partner.Data.PPartnerReminderTable.this[int i]
get

Access a typed row by index.


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