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

This is the main table of the partner system. Partners can be individuals, families, organisations (churches, businesses), fields, cost centers, and others. These represent various classes of partners. More...

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

Public Member Functions

 PPartnerTable ()
 constructor More...
 
 PPartnerTable (string ATablename)
 constructor More...
 
 PPartnerTable (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...
 
PPartnerRow NewRowTyped (bool AWithDefaultValues)
 create a new typed row More...
 
PPartnerRow NewRowTyped ()
 create a new typed row, always with default values More...
 
PPartnerTable 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 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 GetPartnerClassDBName ()
 get the name of the field in the database for this column More...
 
static short GetPartnerClassLength ()
 get character length for column More...
 
static string GetPartnerClassHelp ()
 get the help text for the field in the database for this column More...
 
static string GetAddresseeTypeCodeDBName ()
 get the name of the field in the database for this column More...
 
static short GetAddresseeTypeCodeLength ()
 get character length for column More...
 
static string GetAddresseeTypeCodeHelp ()
 get the help text for the field in the database for this column More...
 
static string GetPartnerShortNameDBName ()
 get the name of the field in the database for this column More...
 
static short GetPartnerShortNameLength ()
 get character length for column More...
 
static string GetPartnerShortNameHelp ()
 get the help text for the field in the database for this column More...
 
static string GetPartnerShortNameLocDBName ()
 get the name of the field in the database for this column More...
 
static short GetPartnerShortNameLocLength ()
 get character length for column More...
 
static string GetPartnerShortNameLocHelp ()
 get the help text for the field in the database for this column More...
 
static string GetPrintedNameDBName ()
 get the name of the field in the database for this column More...
 
static short GetPrintedNameLength ()
 get character length for column More...
 
static string GetPrintedNameHelp ()
 get the help text for the field in the database for this column More...
 
static string GetLanguageCodeDBName ()
 get the name of the field in the database for this column More...
 
static short GetLanguageCodeLength ()
 get character length for column More...
 
static string GetLanguageCodeHelp ()
 get the help text for the field in the database for this column More...
 
static string GetKeyInformationDBName ()
 get the name of the field in the database for this column More...
 
static short GetKeyInformationLength ()
 get character length for column More...
 
static string GetKeyInformationHelp ()
 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 GetAcquisitionCodeDBName ()
 get the name of the field in the database for this column More...
 
static short GetAcquisitionCodeLength ()
 get character length for column More...
 
static string GetAcquisitionCodeHelp ()
 get the help text for the field in the database for this column More...
 
static string GetStatusCodeDBName ()
 get the name of the field in the database for this column More...
 
static short GetStatusCodeLength ()
 get character length for column More...
 
static string GetStatusCodeHelp ()
 get the help text for the field in the database for this column More...
 
static string GetStatusChangeDBName ()
 get the name of the field in the database for this column More...
 
static short GetStatusChangeLength ()
 get character length for column More...
 
static string GetStatusChangeHelp ()
 get the help text for the field in the database for this column More...
 
static string GetStatusChangeReasonDBName ()
 get the name of the field in the database for this column More...
 
static short GetStatusChangeReasonLength ()
 get character length for column More...
 
static string GetStatusChangeReasonHelp ()
 get the help text for the field in the database for this column More...
 
static string GetDeletedPartnerDBName ()
 get the name of the field in the database for this column More...
 
static short GetDeletedPartnerLength ()
 get character length for column More...
 
static string GetDeletedPartnerHelp ()
 get the help text for the field in the database for this column More...
 
static string GetFinanceCommentDBName ()
 get the name of the field in the database for this column More...
 
static short GetFinanceCommentLength ()
 get character length for column More...
 
static string GetFinanceCommentHelp ()
 get the help text for the field in the database for this column More...
 
static string GetReceiptLetterFrequencyDBName ()
 get the name of the field in the database for this column More...
 
static short GetReceiptLetterFrequencyLength ()
 get character length for column More...
 
static string GetReceiptLetterFrequencyHelp ()
 get the help text for the field in the database for this column More...
 
static string GetReceiptEachGiftDBName ()
 get the name of the field in the database for this column More...
 
static short GetReceiptEachGiftLength ()
 get character length for column More...
 
static string GetReceiptEachGiftHelp ()
 get the help text for the field in the database for this column More...
 
static string GetEmailGiftStatementDBName ()
 get the name of the field in the database for this column More...
 
static short GetEmailGiftStatementLength ()
 get character length for column More...
 
static string GetEmailGiftStatementHelp ()
 get the help text for the field in the database for this column More...
 
static string GetAnonymousDonorDBName ()
 get the name of the field in the database for this column More...
 
static short GetAnonymousDonorLength ()
 get character length for column More...
 
static string GetAnonymousDonorHelp ()
 get the help text for the field in the database for this column More...
 
static string GetNoSolicitationsDBName ()
 get the name of the field in the database for this column More...
 
static short GetNoSolicitationsLength ()
 get character length for column More...
 
static string GetNoSolicitationsHelp ()
 get the help text for the field in the database for this column More...
 
static string GetChildIndicatorDBName ()
 get the name of the field in the database for this column More...
 
static short GetChildIndicatorLength ()
 get character length for column More...
 
static string GetChildIndicatorHelp ()
 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 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 GetGroupIdDBName ()
 get the name of the field in the database for this column More...
 
static short GetGroupIdLength ()
 get character length for column More...
 
static string GetGroupIdHelp ()
 get the help text for the field in the database for this column More...
 
static string GetPreviousNameDBName ()
 get the name of the field in the database for this column More...
 
static short GetPreviousNameLength ()
 get character length for column More...
 
static string GetPreviousNameHelp ()
 get the help text for the field in the database for this column More...
 
static string GetFirstContactCodeDBName ()
 get the name of the field in the database for this column More...
 
static short GetFirstContactCodeLength ()
 get character length for column More...
 
static string GetFirstContactCodeHelp ()
 get the help text for the field in the database for this column More...
 
static string GetFirstContactFreeformDBName ()
 get the name of the field in the database for this column More...
 
static short GetFirstContactFreeformLength ()
 get character length for column More...
 
static string GetFirstContactFreeformHelp ()
 get the help text for the field in the database for this column More...
 
static string GetIntranetIdDBName ()
 get the name of the field in the database for this column More...
 
static short GetIntranetIdLength ()
 get character length for column More...
 
static string GetIntranetIdHelp ()
 get the help text for the field in the database for this column More...
 
static string GetTimezoneDBName ()
 get the name of the field in the database for this column More...
 
static short GetTimezoneLength ()
 get character length for column More...
 
static string GetTimezoneHelp ()
 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 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 ColumnPartnerClass
 This defines what type of partner this is. The classes that may be assigned are PERSON, FAMILY, CHURCH, ORGANISATION, UNIT, VENUE and BANK. More...
 
DataColumn ColumnAddresseeTypeCode
 This is a sub-class of the partner class. More...
 
DataColumn ColumnPartnerShortName
 Name of the person or organisation. If a person, more name info is stored in p_person. More...
 
DataColumn ColumnPartnerShortNameLoc
 An alternative name for a partner - mainly for entering the local language equivalent. More...
 
DataColumn ColumnPrintedName
 
DataColumn ColumnLanguageCode
 Identifies the preferred language of the partner. More...
 
DataColumn ColumnKeyInformation
 Important information about this partner that users need to be aware of. More...
 
DataColumn ColumnComment
 Additional information about the partner that is important to store in the database. More...
 
DataColumn ColumnAcquisitionCode
 This code identifies the method of aquisition. More...
 
DataColumn ColumnStatusCode
 
DataColumn ColumnStatusChange
 This is the date the status of the partner was last updated. More...
 
DataColumn ColumnStatusChangeReason
 Why was the status changed? More...
 
DataColumn ColumnDeletedPartner
 Yes if this partner has been ""deleted."". More...
 
DataColumn ColumnFinanceComment
 This is the finance details comment. More...
 
DataColumn ColumnReceiptLetterFrequency
 How often the partner receives a receipt letter. More...
 
DataColumn ColumnReceiptEachGift
 Flags whether each gift given by a user is receipted. More...
 
DataColumn ColumnEmailGiftStatement
 Flag whether to include this partner when running the Recipient Gift Email report. More...
 
DataColumn ColumnAnonymousDonor
 Yes if the donor wants to remain anonymous. Names of anonymous donors will not appear on recipient gift statements. More...
 
DataColumn ColumnNoSolicitations
 Yes if not ok to solicit the partner for funds. More...
 
DataColumn ColumnChildIndicator
 Inicates if this partner has been assigned as a child unit to another unit. More...
 
DataColumn ColumnRestricted
 Restricts use of the partner record to the user in p_user_id_c if 2 or the group in p_group_id_c if 1. More...
 
DataColumn ColumnUserId
 The Petra user that the partner record is restricted to if p_restricted_i is 2. More...
 
DataColumn ColumnGroupId
 The group of Petra users that the partner record is restricted to if p_restricted_i is 1. More...
 
DataColumn ColumnPreviousName
 
DataColumn ColumnFirstContactCode
 How did this Partner first hear about us? More...
 
DataColumn ColumnFirstContactFreeform
 How did this Partner first hear about us (freetext)? More...
 
DataColumn ColumnIntranetId
 Intranet ID. Needed for making the link to the International Website, e.g. for using the Online Address Book. More...
 
DataColumn ColumnTimezone
 
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 = 35
 TableId for Ict.Common.Data generic functions. More...
 
static readonly short ColumnPartnerKeyId = 0
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnPartnerClassId = 1
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnAddresseeTypeCodeId = 2
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnPartnerShortNameId = 3
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnPartnerShortNameLocId = 4
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnPrintedNameId = 5
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnLanguageCodeId = 6
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnKeyInformationId = 7
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnCommentId = 8
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnAcquisitionCodeId = 9
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnStatusCodeId = 10
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnStatusChangeId = 11
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnStatusChangeReasonId = 12
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnDeletedPartnerId = 13
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnFinanceCommentId = 14
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnReceiptLetterFrequencyId = 15
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnReceiptEachGiftId = 16
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnEmailGiftStatementId = 17
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnAnonymousDonorId = 18
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnNoSolicitationsId = 19
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnChildIndicatorId = 20
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnRestrictedId = 21
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnUserIdId = 22
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnGroupIdId = 23
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnPreviousNameId = 24
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnFirstContactCodeId = 25
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnFirstContactFreeformId = 26
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnIntranetIdId = 27
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnTimezoneId = 28
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnDateCreatedId = 29
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnCreatedById = 30
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnDateModifiedId = 31
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnModifiedById = 32
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnModificationIdId = 33
 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

PPartnerRow 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

This is the main table of the partner system. Partners can be individuals, families, organisations (churches, businesses), fields, cost centers, and others. These represent various classes of partners.

Constructor & Destructor Documentation

◆ PPartnerTable() [1/3]

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

constructor

◆ PPartnerTable() [2/3]

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

constructor

◆ PPartnerTable() [3/3]

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

◆ GetAcquisitionCodeDBName()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.GetAcquisitionCodeDBName ( )
inlinestatic

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

◆ GetAcquisitionCodeHelp()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.GetAcquisitionCodeHelp ( )
inlinestatic

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

◆ GetAcquisitionCodeLength()

static short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.GetAcquisitionCodeLength ( )
inlinestatic

get character length for column

◆ GetAddresseeTypeCodeDBName()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.GetAddresseeTypeCodeDBName ( )
inlinestatic

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

◆ GetAddresseeTypeCodeHelp()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.GetAddresseeTypeCodeHelp ( )
inlinestatic

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

◆ GetAddresseeTypeCodeLength()

static short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.GetAddresseeTypeCodeLength ( )
inlinestatic

get character length for column

◆ GetAnonymousDonorDBName()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.GetAnonymousDonorDBName ( )
inlinestatic

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

◆ GetAnonymousDonorHelp()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.GetAnonymousDonorHelp ( )
inlinestatic

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

◆ GetAnonymousDonorLength()

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

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

◆ GetChildIndicatorDBName()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.GetChildIndicatorDBName ( )
inlinestatic

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

◆ GetChildIndicatorHelp()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.GetChildIndicatorHelp ( )
inlinestatic

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

◆ GetChildIndicatorLength()

static short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.GetChildIndicatorLength ( )
inlinestatic

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.MPartner.Partner.Data.PPartnerTable.GetCommentDBName ( )
inlinestatic

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

◆ GetCommentHelp()

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

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

◆ GetCommentLength()

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

get character length for column

◆ GetCreatedByDBName()

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

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

◆ GetCreatedByHelp()

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

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

◆ GetCreatedByLength()

static short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.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.PPartnerTable.GetDateCreatedDBName ( )
inlinestatic

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

◆ GetDateCreatedHelp()

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

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

◆ GetDateCreatedLength()

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

get character length for column

◆ GetDateModifiedDBName()

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

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

◆ GetDateModifiedHelp()

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

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

◆ GetDateModifiedLength()

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

get character length for column

◆ GetDeletedPartnerDBName()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.GetDeletedPartnerDBName ( )
inlinestatic

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

◆ GetDeletedPartnerHelp()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.GetDeletedPartnerHelp ( )
inlinestatic

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

◆ GetDeletedPartnerLength()

static short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.GetDeletedPartnerLength ( )
inlinestatic

get character length for column

◆ GetEmailGiftStatementDBName()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.GetEmailGiftStatementDBName ( )
inlinestatic

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

◆ GetEmailGiftStatementHelp()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.GetEmailGiftStatementHelp ( )
inlinestatic

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

◆ GetEmailGiftStatementLength()

static short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.GetEmailGiftStatementLength ( )
inlinestatic

get character length for column

◆ GetFinanceCommentDBName()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.GetFinanceCommentDBName ( )
inlinestatic

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

◆ GetFinanceCommentHelp()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.GetFinanceCommentHelp ( )
inlinestatic

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

◆ GetFinanceCommentLength()

static short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.GetFinanceCommentLength ( )
inlinestatic

get character length for column

◆ GetFirstContactCodeDBName()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.GetFirstContactCodeDBName ( )
inlinestatic

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

◆ GetFirstContactCodeHelp()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.GetFirstContactCodeHelp ( )
inlinestatic

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

◆ GetFirstContactCodeLength()

static short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.GetFirstContactCodeLength ( )
inlinestatic

get character length for column

◆ GetFirstContactFreeformDBName()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.GetFirstContactFreeformDBName ( )
inlinestatic

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

◆ GetFirstContactFreeformHelp()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.GetFirstContactFreeformHelp ( )
inlinestatic

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

◆ GetFirstContactFreeformLength()

static short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.GetFirstContactFreeformLength ( )
inlinestatic

get character length for column

◆ GetGroupIdDBName()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.GetGroupIdDBName ( )
inlinestatic

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

◆ GetGroupIdHelp()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.GetGroupIdHelp ( )
inlinestatic

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

◆ GetGroupIdLength()

static short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.GetGroupIdLength ( )
inlinestatic

get character length for column

◆ GetIntranetIdDBName()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.GetIntranetIdDBName ( )
inlinestatic

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

◆ GetIntranetIdHelp()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.GetIntranetIdHelp ( )
inlinestatic

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

◆ GetIntranetIdLength()

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

◆ GetKeyInformationDBName()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.GetKeyInformationDBName ( )
inlinestatic

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

◆ GetKeyInformationHelp()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.GetKeyInformationHelp ( )
inlinestatic

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

◆ GetKeyInformationLength()

static short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.GetKeyInformationLength ( )
inlinestatic

get character length for column

◆ GetLabel()

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

returns the translated label for the column

◆ GetLanguageCodeDBName()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.GetLanguageCodeDBName ( )
inlinestatic

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

◆ GetLanguageCodeHelp()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.GetLanguageCodeHelp ( )
inlinestatic

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

◆ GetLanguageCodeLength()

static short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.GetLanguageCodeLength ( )
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.PPartnerTable.GetModificationIdDBName ( )
inlinestatic

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

◆ GetModificationIdHelp()

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

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

◆ GetModificationIdLength()

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

get character length for column

◆ GetModifiedByDBName()

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

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

◆ GetModifiedByHelp()

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

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

◆ GetModifiedByLength()

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

get character length for column

◆ GetNoSolicitationsDBName()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.GetNoSolicitationsDBName ( )
inlinestatic

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

◆ GetNoSolicitationsHelp()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.GetNoSolicitationsHelp ( )
inlinestatic

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

◆ GetNoSolicitationsLength()

static short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.GetNoSolicitationsLength ( )
inlinestatic

get character length for column

◆ GetPartnerClassDBName()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.GetPartnerClassDBName ( )
inlinestatic

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

◆ GetPartnerClassHelp()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.GetPartnerClassHelp ( )
inlinestatic

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

◆ GetPartnerClassLength()

static short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.GetPartnerClassLength ( )
inlinestatic

get character length for column

◆ GetPartnerKeyDBName()

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

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

◆ GetPartnerKeyHelp()

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

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

◆ GetPartnerKeyLength()

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

get character length for column

◆ GetPartnerShortNameDBName()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.GetPartnerShortNameDBName ( )
inlinestatic

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

◆ GetPartnerShortNameHelp()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.GetPartnerShortNameHelp ( )
inlinestatic

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

◆ GetPartnerShortNameLength()

static short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.GetPartnerShortNameLength ( )
inlinestatic

get character length for column

◆ GetPartnerShortNameLocDBName()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.GetPartnerShortNameLocDBName ( )
inlinestatic

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

◆ GetPartnerShortNameLocHelp()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.GetPartnerShortNameLocHelp ( )
inlinestatic

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

◆ GetPartnerShortNameLocLength()

static short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.GetPartnerShortNameLocLength ( )
inlinestatic

get character length for column

◆ GetPreviousNameDBName()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.GetPreviousNameDBName ( )
inlinestatic

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

◆ GetPreviousNameHelp()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.GetPreviousNameHelp ( )
inlinestatic

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

◆ GetPreviousNameLength()

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

◆ GetPrintedNameDBName()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.GetPrintedNameDBName ( )
inlinestatic

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

◆ GetPrintedNameHelp()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.GetPrintedNameHelp ( )
inlinestatic

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

◆ GetPrintedNameLength()

static short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.GetPrintedNameLength ( )
inlinestatic

get character length for column

◆ GetReceiptEachGiftDBName()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.GetReceiptEachGiftDBName ( )
inlinestatic

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

◆ GetReceiptEachGiftHelp()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.GetReceiptEachGiftHelp ( )
inlinestatic

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

◆ GetReceiptEachGiftLength()

static short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.GetReceiptEachGiftLength ( )
inlinestatic

get character length for column

◆ GetReceiptLetterFrequencyDBName()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.GetReceiptLetterFrequencyDBName ( )
inlinestatic

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

◆ GetReceiptLetterFrequencyHelp()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.GetReceiptLetterFrequencyHelp ( )
inlinestatic

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

◆ GetReceiptLetterFrequencyLength()

static short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.GetReceiptLetterFrequencyLength ( )
inlinestatic

get character length for column

◆ GetRestrictedDBName()

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

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

◆ GetRestrictedHelp()

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

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

◆ GetRestrictedLength()

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

get character length for column

◆ GetStatusChangeDBName()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.GetStatusChangeDBName ( )
inlinestatic

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

◆ GetStatusChangeHelp()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.GetStatusChangeHelp ( )
inlinestatic

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

◆ GetStatusChangeLength()

static short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.GetStatusChangeLength ( )
inlinestatic

get character length for column

◆ GetStatusChangeReasonDBName()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.GetStatusChangeReasonDBName ( )
inlinestatic

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

◆ GetStatusChangeReasonHelp()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.GetStatusChangeReasonHelp ( )
inlinestatic

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

◆ GetStatusChangeReasonLength()

static short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.GetStatusChangeReasonLength ( )
inlinestatic

get character length for column

◆ GetStatusCodeDBName()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.GetStatusCodeDBName ( )
inlinestatic

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

◆ GetStatusCodeHelp()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.GetStatusCodeHelp ( )
inlinestatic

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

◆ GetStatusCodeLength()

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

◆ GetTimezoneDBName()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.GetTimezoneDBName ( )
inlinestatic

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

◆ GetTimezoneHelp()

static string Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.GetTimezoneHelp ( )
inlinestatic

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

◆ GetTimezoneLength()

static short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.GetTimezoneLength ( )
inlinestatic

get character length for column

◆ GetUniqueKeyColumnOrdList()

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

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

◆ GetUniqueKeyColumnStringList()

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

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

◆ GetUserIdDBName()

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

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

◆ GetUserIdHelp()

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

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

◆ GetUserIdLength()

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

get character length for column

◆ InitClass()

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

create the columns

Implements Ict.Common.Data.TTypedDataTable.

◆ InitVars()

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

new typed row using DataRowBuilder

◆ NewRowTyped() [1/2]

PPartnerRow Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.NewRowTyped ( )
inline

create a new typed row, always with default values

◆ NewRowTyped() [2/2]

PPartnerRow Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.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

◆ ColumnAcquisitionCode

DataColumn Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.ColumnAcquisitionCode

This code identifies the method of aquisition.

◆ ColumnAcquisitionCodeId

readonly short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.ColumnAcquisitionCodeId = 9
static

used for generic TTypedDataTable functions

◆ ColumnAddresseeTypeCode

DataColumn Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.ColumnAddresseeTypeCode

This is a sub-class of the partner class.

◆ ColumnAddresseeTypeCodeId

readonly short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.ColumnAddresseeTypeCodeId = 2
static

used for generic TTypedDataTable functions

◆ ColumnAnonymousDonor

DataColumn Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.ColumnAnonymousDonor

Yes if the donor wants to remain anonymous. Names of anonymous donors will not appear on recipient gift statements.

◆ ColumnAnonymousDonorId

readonly short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.ColumnAnonymousDonorId = 18
static

used for generic TTypedDataTable functions

◆ ColumnChildIndicator

DataColumn Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.ColumnChildIndicator

Inicates if this partner has been assigned as a child unit to another unit.

◆ ColumnChildIndicatorId

readonly short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.ColumnChildIndicatorId = 20
static

used for generic TTypedDataTable functions

◆ ColumnComment

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

Additional information about the partner that is important to store in the database.

◆ ColumnCommentId

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

used for generic TTypedDataTable functions

◆ ColumnCreatedBy

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

User ID of who created this record.

◆ ColumnCreatedById

readonly short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.ColumnCreatedById = 30
static

used for generic TTypedDataTable functions

◆ ColumnDateCreated

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

The date the record was created.

◆ ColumnDateCreatedId

readonly short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.ColumnDateCreatedId = 29
static

used for generic TTypedDataTable functions

◆ ColumnDateModified

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

The date the record was modified.

◆ ColumnDateModifiedId

readonly short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.ColumnDateModifiedId = 31
static

used for generic TTypedDataTable functions

◆ ColumnDeletedPartner

DataColumn Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.ColumnDeletedPartner

Yes if this partner has been ""deleted."".

◆ ColumnDeletedPartnerId

readonly short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.ColumnDeletedPartnerId = 13
static

used for generic TTypedDataTable functions

◆ ColumnEmailGiftStatement

DataColumn Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.ColumnEmailGiftStatement

Flag whether to include this partner when running the Recipient Gift Email report.

◆ ColumnEmailGiftStatementId

readonly short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.ColumnEmailGiftStatementId = 17
static

used for generic TTypedDataTable functions

◆ ColumnFinanceComment

DataColumn Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.ColumnFinanceComment

This is the finance details comment.

◆ ColumnFinanceCommentId

readonly short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.ColumnFinanceCommentId = 14
static

used for generic TTypedDataTable functions

◆ ColumnFirstContactCode

DataColumn Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.ColumnFirstContactCode

How did this Partner first hear about us?

◆ ColumnFirstContactCodeId

readonly short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.ColumnFirstContactCodeId = 25
static

used for generic TTypedDataTable functions

◆ ColumnFirstContactFreeform

DataColumn Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.ColumnFirstContactFreeform

How did this Partner first hear about us (freetext)?

◆ ColumnFirstContactFreeformId

readonly short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.ColumnFirstContactFreeformId = 26
static

used for generic TTypedDataTable functions

◆ ColumnGroupId

DataColumn Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.ColumnGroupId

The group of Petra users that the partner record is restricted to if p_restricted_i is 1.

◆ ColumnGroupIdId

readonly short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.ColumnGroupIdId = 23
static

used for generic TTypedDataTable functions

◆ ColumnIntranetId

DataColumn Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.ColumnIntranetId

Intranet ID. Needed for making the link to the International Website, e.g. for using the Online Address Book.

◆ ColumnIntranetIdId

readonly short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.ColumnIntranetIdId = 27
static

used for generic TTypedDataTable functions

◆ ColumnKeyInformation

DataColumn Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.ColumnKeyInformation

Important information about this partner that users need to be aware of.

◆ ColumnKeyInformationId

readonly short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.ColumnKeyInformationId = 7
static

used for generic TTypedDataTable functions

◆ ColumnLanguageCode

DataColumn Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.ColumnLanguageCode

Identifies the preferred language of the partner.

◆ ColumnLanguageCodeId

readonly short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.ColumnLanguageCodeId = 6
static

used for generic TTypedDataTable functions

◆ ColumnModificationId

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

This identifies the current version of the record.

◆ ColumnModificationIdId

readonly short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.ColumnModificationIdId = 33
static

used for generic TTypedDataTable functions

◆ ColumnModifiedBy

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

User ID of who last modified this record.

◆ ColumnModifiedById

readonly short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.ColumnModifiedById = 32
static

used for generic TTypedDataTable functions

◆ ColumnNoSolicitations

DataColumn Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.ColumnNoSolicitations

Yes if not ok to solicit the partner for funds.

◆ ColumnNoSolicitationsId

readonly short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.ColumnNoSolicitationsId = 19
static

used for generic TTypedDataTable functions

◆ ColumnPartnerClass

DataColumn Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.ColumnPartnerClass

This defines what type of partner this is. The classes that may be assigned are PERSON, FAMILY, CHURCH, ORGANISATION, UNIT, VENUE and BANK.

◆ ColumnPartnerClassId

readonly short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.ColumnPartnerClassId = 1
static

used for generic TTypedDataTable functions

◆ ColumnPartnerKey

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

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.MPartner.Partner.Data.PPartnerTable.ColumnPartnerKeyId = 0
static

used for generic TTypedDataTable functions

◆ ColumnPartnerShortName

DataColumn Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.ColumnPartnerShortName

Name of the person or organisation. If a person, more name info is stored in p_person.

◆ ColumnPartnerShortNameId

readonly short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.ColumnPartnerShortNameId = 3
static

used for generic TTypedDataTable functions

◆ ColumnPartnerShortNameLoc

DataColumn Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.ColumnPartnerShortNameLoc

An alternative name for a partner - mainly for entering the local language equivalent.

◆ ColumnPartnerShortNameLocId

readonly short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.ColumnPartnerShortNameLocId = 4
static

used for generic TTypedDataTable functions

◆ ColumnPreviousName

DataColumn Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.ColumnPreviousName

◆ ColumnPreviousNameId

readonly short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.ColumnPreviousNameId = 24
static

used for generic TTypedDataTable functions

◆ ColumnPrintedName

DataColumn Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.ColumnPrintedName

Partner name how it should appear as printed version (to be used if mechanism to build short name from first and last name does not work e.g. in case of different surnames for husband and wife)

◆ ColumnPrintedNameId

readonly short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.ColumnPrintedNameId = 5
static

used for generic TTypedDataTable functions

◆ ColumnReceiptEachGift

DataColumn Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.ColumnReceiptEachGift

Flags whether each gift given by a user is receipted.

◆ ColumnReceiptEachGiftId

readonly short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.ColumnReceiptEachGiftId = 16
static

used for generic TTypedDataTable functions

◆ ColumnReceiptLetterFrequency

DataColumn Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.ColumnReceiptLetterFrequency

How often the partner receives a receipt letter.

◆ ColumnReceiptLetterFrequencyId

readonly short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.ColumnReceiptLetterFrequencyId = 15
static

used for generic TTypedDataTable functions

◆ ColumnRestricted

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

Restricts use of the partner record to the user in p_user_id_c if 2 or the group in p_group_id_c if 1.

◆ ColumnRestrictedId

readonly short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.ColumnRestrictedId = 21
static

used for generic TTypedDataTable functions

◆ ColumnStatusChange

DataColumn Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.ColumnStatusChange

This is the date the status of the partner was last updated.

◆ ColumnStatusChangeId

readonly short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.ColumnStatusChangeId = 11
static

used for generic TTypedDataTable functions

◆ ColumnStatusChangeReason

DataColumn Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.ColumnStatusChangeReason

Why was the status changed?

◆ ColumnStatusChangeReasonId

readonly short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.ColumnStatusChangeReasonId = 12
static

used for generic TTypedDataTable functions

◆ ColumnStatusCode

DataColumn Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.ColumnStatusCode

This code describes the status of a partner. Eg, Active, Deceased etc

◆ ColumnStatusCodeId

readonly short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.ColumnStatusCodeId = 10
static

used for generic TTypedDataTable functions

◆ ColumnTimezone

DataColumn Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.ColumnTimezone

Timezone that applies to the partner (address does not necessarily determine that). This refers to data in the International Address Book.

◆ ColumnTimezoneId

readonly short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.ColumnTimezoneId = 28
static

used for generic TTypedDataTable functions

◆ ColumnUserId

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

The Petra user that the partner record is restricted to if p_restricted_i is 2.

◆ ColumnUserIdId

readonly short Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.ColumnUserIdId = 22
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.PPartnerTable.TableId = 35
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.PPartnerTable.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]

PPartnerRow Ict.Petra.Shared.MPartner.Partner.Data.PPartnerTable.this[int i]
get

Access a typed row by index.


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