OpenPetra
Free Administration Software for Non-Profits
Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable Class Reference
Inheritance diagram for Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable:
Ict.Common.Data.TTypedDataTable

Public Member Functions

 PartnerFindTDSSearchResultTable ()
 constructor More...
 
 PartnerFindTDSSearchResultTable (string ATablename)
 constructor More...
 
 PartnerFindTDSSearchResultTable (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...
 
PartnerFindTDSSearchResultRow NewRowTyped (bool AWithDefaultValues)
 create a new typed row More...
 
PartnerFindTDSSearchResultRow NewRowTyped ()
 create a new typed row, always with default values More...
 
PartnerFindTDSSearchResultTable 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 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 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 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 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 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 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 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 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 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 string GetFirstNameDBName ()
 get the name of the field in the database for this column More...
 
static short GetFirstNameLength ()
 get character length for column More...
 
static string GetFirstNameHelp ()
 get the help text for the field in the database for this column More...
 
static string GetFamilyNameDBName ()
 get the name of the field in the database for this column More...
 
static short GetFamilyNameLength ()
 get character length for column More...
 
static string GetFamilyNameHelp ()
 get the help text for the field in the database for this column More...
 
static string GetFamilyKeyDBName ()
 get the name of the field in the database for this column More...
 
static short GetFamilyKeyLength ()
 get character length for column More...
 
static string GetFamilyKeyHelp ()
 get the help text for the field in the database for this column More...
 
static string GetLocationTypeDBName ()
 get the name of the field in the database for this column More...
 
static short GetLocationTypeLength ()
 get character length for column More...
 
static string GetLocationTypeHelp ()
 get the help text for the field in the database for this column More...
 
static string GetSiteKeyDBName ()
 get the name of the field in the database for this column More...
 
static short GetSiteKeyLength ()
 get character length for column More...
 
static string GetSiteKeyHelp ()
 get the help text for the field in the database for this column More...
 
static string GetCityDBName ()
 get the name of the field in the database for this column More...
 
static short GetCityLength ()
 get character length for column More...
 
static string GetCityHelp ()
 get the help text for the field in the database for this column More...
 
static string GetPostalCodeDBName ()
 get the name of the field in the database for this column More...
 
static short GetPostalCodeLength ()
 get character length for column More...
 
static string GetPostalCodeHelp ()
 get the help text for the field in the database for this column More...
 
static string GetLocalityDBName ()
 get the name of the field in the database for this column More...
 
static short GetLocalityLength ()
 get character length for column More...
 
static string GetLocalityHelp ()
 get the help text for the field in the database for this column More...
 
static string GetStreetNameDBName ()
 get the name of the field in the database for this column More...
 
static short GetStreetNameLength ()
 get character length for column More...
 
static string GetStreetNameHelp ()
 get the help text for the field in the database for this column More...
 
static string GetAddress3DBName ()
 get the name of the field in the database for this column More...
 
static short GetAddress3Length ()
 get character length for column More...
 
static string GetAddress3Help ()
 get the help text for the field in the database for this column More...
 
static string GetCountyDBName ()
 get the name of the field in the database for this column More...
 
static short GetCountyLength ()
 get character length for column More...
 
static string GetCountyHelp ()
 get the help text for the field in the database for this column More...
 
static string GetCountryCodeDBName ()
 get the name of the field in the database for this column More...
 
static short GetCountryCodeLength ()
 get character length for column More...
 
static string GetCountryCodeHelp ()
 get the help text for the field in the database for this column More...
 
static string GetLocationKeyDBName ()
 get the name of the field in the database for this column More...
 
static short GetLocationKeyLength ()
 get character length for column More...
 
static string GetLocationKeyHelp ()
 get the help text for the field in the database for this column More...
 
static string GetBankingDetailsKeyDBName ()
 get the name of the field in the database for this column More...
 
static short GetBankingDetailsKeyLength ()
 get character length for column More...
 
static string GetBankingDetailsKeyHelp ()
 get the help text for the field in the database for this column More...
 
static string GetAccountNameDBName ()
 get the name of the field in the database for this column More...
 
static short GetAccountNameLength ()
 get character length for column More...
 
static string GetAccountNameHelp ()
 get the help text for the field in the database for this column More...
 
static string GetBankAccountNumberDBName ()
 get the name of the field in the database for this column More...
 
static short GetBankAccountNumberLength ()
 get character length for column More...
 
static string GetBankAccountNumberHelp ()
 get the help text for the field in the database for this column More...
 
static string GetIbanDBName ()
 get the name of the field in the database for this column More...
 
static short GetIbanLength ()
 get character length for column More...
 
static string GetIbanHelp ()
 get the help text for the field in the database for this column More...
 
static string GetBranchCodeDBName ()
 get the name of the field in the database for this column More...
 
static short GetBranchCodeLength ()
 get character length for column More...
 
static string GetBranchCodeHelp ()
 get the help text for the field in the database for this column More...
 
static string GetBicDBName ()
 get the name of the field in the database for this column More...
 
static short GetBicLength ()
 get character length for column More...
 
static string GetBicHelp ()
 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 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 ColumnPartnerShortName
 Name of the person or organisation. If a person, more name info is stored in p_person. More...
 
DataColumn ColumnStatusCode
 
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 ColumnPreviousName
 
DataColumn ColumnAcquisitionCode
 This code identifies the method of aquisition. More...
 
DataColumn ColumnCreatedBy
 User ID of who created this record. More...
 
DataColumn ColumnDateCreated
 The date the record was created. More...
 
DataColumn ColumnModificationId
 This identifies the current version of the record. More...
 
DataColumn ColumnFirstName
 
DataColumn ColumnFamilyName
 
DataColumn ColumnFamilyKey
 
DataColumn ColumnLocationType
 
DataColumn ColumnSiteKey
 This is the key that tell what site created the linked location. More...
 
DataColumn ColumnCity
 This can be a post town or city. More...
 
DataColumn ColumnPostalCode
 This is the national post code. More...
 
DataColumn ColumnLocality
 This is the first element of an address. More...
 
DataColumn ColumnStreetName
 The name of the street that the house is located on. More...
 
DataColumn ColumnAddress3
 This is the third element of an address (if required) More...
 
DataColumn ColumnCounty
 This can be a county (UK), a state (US), province (CDN), canton (CH) etc. More...
 
DataColumn ColumnCountryCode
 
DataColumn ColumnLocationKey
 
DataColumn ColumnBankingDetailsKey
 A sequence key for the banking details. More...
 
DataColumn ColumnAccountName
 The full name used for authorizing a transaction with this banking entity. More...
 
DataColumn ColumnBankAccountNumber
 The account number in the bank. More...
 
DataColumn ColumnIban
 The IBAN (International Bank Account Number). IBAN is a standardised international format for entering account details which consists of the country code, the local bank code, the (payee) account number and a control number. More...
 
DataColumn ColumnBranchCode
 The bank code/branch code/sort code (synonymous country-specific terms) for identifying a bank branch with a number/code. More...
 
DataColumn ColumnBic
 BIC (Bank Identifier Code)/SWIFT code. The Bank Identifier Code is a unique address which, in telecommunication messages, identifies precisely the financial institutions involved in financial transactions. BICs either have 8 or 11 characters. 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 = 5121
 TableId for Ict.Common.Data generic functions. More...
 
static readonly short ColumnPartnerClassId = 0
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnPartnerShortNameId = 1
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnStatusCodeId = 2
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnPartnerKeyId = 3
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnPreviousNameId = 4
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnAcquisitionCodeId = 5
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnCreatedById = 6
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnDateCreatedId = 7
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnModificationIdId = 8
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnFirstNameId = 9
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnFamilyNameId = 10
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnFamilyKeyId = 11
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnLocationTypeId = 12
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnSiteKeyId = 13
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnCityId = 14
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnPostalCodeId = 15
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnLocalityId = 16
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnStreetNameId = 17
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnAddress3Id = 18
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnCountyId = 19
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnCountryCodeId = 20
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnLocationKeyId = 21
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnBankingDetailsKeyId = 22
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnAccountNameId = 23
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnBankAccountNumberId = 24
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnIbanId = 25
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnBranchCodeId = 26
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnBicId = 27
 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

PartnerFindTDSSearchResultRow 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...
 

Constructor & Destructor Documentation

◆ PartnerFindTDSSearchResultTable() [1/3]

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

constructor

◆ PartnerFindTDSSearchResultTable() [2/3]

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

constructor

◆ PartnerFindTDSSearchResultTable() [3/3]

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

◆ GetAccountNameDBName()

static string Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.GetAccountNameDBName ( )
inlinestatic

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

◆ GetAccountNameHelp()

static string Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.GetAccountNameHelp ( )
inlinestatic

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

◆ GetAccountNameLength()

static short Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.GetAccountNameLength ( )
inlinestatic

get character length for column

◆ GetAcquisitionCodeDBName()

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

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

◆ GetAcquisitionCodeHelp()

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

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

◆ GetAcquisitionCodeLength()

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

get character length for column

◆ GetAddress3DBName()

static string Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.GetAddress3DBName ( )
inlinestatic

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

◆ GetAddress3Help()

static string Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.GetAddress3Help ( )
inlinestatic

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

◆ GetAddress3Length()

static short Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.GetAddress3Length ( )
inlinestatic

get character length for column

◆ GetBankAccountNumberDBName()

static string Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.GetBankAccountNumberDBName ( )
inlinestatic

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

◆ GetBankAccountNumberHelp()

static string Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.GetBankAccountNumberHelp ( )
inlinestatic

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

◆ GetBankAccountNumberLength()

static short Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.GetBankAccountNumberLength ( )
inlinestatic

get character length for column

◆ GetBankingDetailsKeyDBName()

static string Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.GetBankingDetailsKeyDBName ( )
inlinestatic

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

◆ GetBankingDetailsKeyHelp()

static string Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.GetBankingDetailsKeyHelp ( )
inlinestatic

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

◆ GetBankingDetailsKeyLength()

static short Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.GetBankingDetailsKeyLength ( )
inlinestatic

get character length for column

◆ GetBicDBName()

static string Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.GetBicDBName ( )
inlinestatic

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

◆ GetBicHelp()

static string Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.GetBicHelp ( )
inlinestatic

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

◆ GetBicLength()

static short Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.GetBicLength ( )
inlinestatic

get character length for column

◆ GetBranchCodeDBName()

static string Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.GetBranchCodeDBName ( )
inlinestatic

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

◆ GetBranchCodeHelp()

static string Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.GetBranchCodeHelp ( )
inlinestatic

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

◆ GetBranchCodeLength()

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

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

◆ GetCityDBName()

static string Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.GetCityDBName ( )
inlinestatic

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

◆ GetCityHelp()

static string Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.GetCityHelp ( )
inlinestatic

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

◆ GetCityLength()

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

◆ GetCountryCodeDBName()

static string Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.GetCountryCodeDBName ( )
inlinestatic

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

◆ GetCountryCodeHelp()

static string Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.GetCountryCodeHelp ( )
inlinestatic

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

◆ GetCountryCodeLength()

static short Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.GetCountryCodeLength ( )
inlinestatic

get character length for column

◆ GetCountyDBName()

static string Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.GetCountyDBName ( )
inlinestatic

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

◆ GetCountyHelp()

static string Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.GetCountyHelp ( )
inlinestatic

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

◆ GetCountyLength()

static short Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.GetCountyLength ( )
inlinestatic

get character length for column

◆ GetCreatedByDBName()

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

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

◆ GetCreatedByHelp()

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

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

◆ GetCreatedByLength()

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

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

◆ GetDateCreatedHelp()

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

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

◆ GetDateCreatedLength()

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

get character length for column

◆ GetFamilyKeyDBName()

static string Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.GetFamilyKeyDBName ( )
inlinestatic

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

◆ GetFamilyKeyHelp()

static string Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.GetFamilyKeyHelp ( )
inlinestatic

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

◆ GetFamilyKeyLength()

static short Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.GetFamilyKeyLength ( )
inlinestatic

get character length for column

◆ GetFamilyNameDBName()

static string Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.GetFamilyNameDBName ( )
inlinestatic

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

◆ GetFamilyNameHelp()

static string Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.GetFamilyNameHelp ( )
inlinestatic

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

◆ GetFamilyNameLength()

static short Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.GetFamilyNameLength ( )
inlinestatic

get character length for column

◆ GetFirstNameDBName()

static string Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.GetFirstNameDBName ( )
inlinestatic

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

◆ GetFirstNameHelp()

static string Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.GetFirstNameHelp ( )
inlinestatic

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

◆ GetFirstNameLength()

static short Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.GetFirstNameLength ( )
inlinestatic

get character length for column

◆ GetIbanDBName()

static string Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.GetIbanDBName ( )
inlinestatic

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

◆ GetIbanHelp()

static string Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.GetIbanHelp ( )
inlinestatic

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

◆ GetIbanLength()

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

◆ 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

◆ GetLocalityDBName()

static string Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.GetLocalityDBName ( )
inlinestatic

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

◆ GetLocalityHelp()

static string Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.GetLocalityHelp ( )
inlinestatic

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

◆ GetLocalityLength()

static short Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.GetLocalityLength ( )
inlinestatic

get character length for column

◆ GetLocationKeyDBName()

static string Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.GetLocationKeyDBName ( )
inlinestatic

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

◆ GetLocationKeyHelp()

static string Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.GetLocationKeyHelp ( )
inlinestatic

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

◆ GetLocationKeyLength()

static short Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.GetLocationKeyLength ( )
inlinestatic

get character length for column

◆ GetLocationTypeDBName()

static string Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.GetLocationTypeDBName ( )
inlinestatic

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

◆ GetLocationTypeHelp()

static string Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.GetLocationTypeHelp ( )
inlinestatic

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

◆ GetLocationTypeLength()

static short Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.GetLocationTypeLength ( )
inlinestatic

get character length for column

◆ GetModificationIdDBName()

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

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

◆ GetModificationIdHelp()

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

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

◆ GetModificationIdLength()

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

get character length for column

◆ GetPartnerClassDBName()

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

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

◆ GetPartnerClassHelp()

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

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

◆ GetPartnerClassLength()

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

get character length for column

◆ GetPartnerKeyDBName()

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

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

◆ GetPartnerKeyHelp()

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

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

◆ GetPartnerKeyLength()

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

get character length for column

◆ GetPartnerShortNameDBName()

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

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

◆ GetPartnerShortNameHelp()

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

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

◆ GetPartnerShortNameLength()

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

get character length for column

◆ GetPostalCodeDBName()

static string Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.GetPostalCodeDBName ( )
inlinestatic

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

◆ GetPostalCodeHelp()

static string Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.GetPostalCodeHelp ( )
inlinestatic

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

◆ GetPostalCodeLength()

static short Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.GetPostalCodeLength ( )
inlinestatic

get character length for column

◆ GetPreviousNameDBName()

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

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

◆ GetPreviousNameHelp()

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

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

◆ GetPreviousNameLength()

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

◆ GetSiteKeyDBName()

static string Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.GetSiteKeyDBName ( )
inlinestatic

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

◆ GetSiteKeyHelp()

static string Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.GetSiteKeyHelp ( )
inlinestatic

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

◆ GetSiteKeyLength()

static short Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.GetSiteKeyLength ( )
inlinestatic

get character length for column

◆ GetStatusCodeDBName()

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

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

◆ GetStatusCodeHelp()

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

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

◆ GetStatusCodeLength()

static short Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.GetStatusCodeLength ( )
inlinestatic

get character length for column

◆ GetStreetNameDBName()

static string Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.GetStreetNameDBName ( )
inlinestatic

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

◆ GetStreetNameHelp()

static string Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.GetStreetNameHelp ( )
inlinestatic

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

◆ GetStreetNameLength()

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

return the CamelCase name of the table

◆ GetTableName() [2/2]

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

the table name in CamelCase

◆ GetTableNameSQL()

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

the table name as it is in the SQL database

◆ GetUniqueKeyColumnOrdList()

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

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

◆ GetUniqueKeyColumnStringList()

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

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

◆ InitClass()

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

create the columns

Implements Ict.Common.Data.TTypedDataTable.

◆ InitVars()

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

new typed row using DataRowBuilder

◆ NewRowTyped() [1/2]

PartnerFindTDSSearchResultRow Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.NewRowTyped ( )
inline

create a new typed row, always with default values

◆ NewRowTyped() [2/2]

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

◆ ColumnAccountName

DataColumn Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.ColumnAccountName

The full name used for authorizing a transaction with this banking entity.

◆ ColumnAccountNameId

readonly short Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.ColumnAccountNameId = 23
static

used for generic TTypedDataTable functions

◆ ColumnAcquisitionCode

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

This code identifies the method of aquisition.

◆ ColumnAcquisitionCodeId

readonly short Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.ColumnAcquisitionCodeId = 5
static

used for generic TTypedDataTable functions

◆ ColumnAddress3

DataColumn Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.ColumnAddress3

This is the third element of an address (if required)

◆ ColumnAddress3Id

readonly short Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.ColumnAddress3Id = 18
static

used for generic TTypedDataTable functions

◆ ColumnBankAccountNumber

DataColumn Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.ColumnBankAccountNumber

The account number in the bank.

◆ ColumnBankAccountNumberId

readonly short Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.ColumnBankAccountNumberId = 24
static

used for generic TTypedDataTable functions

◆ ColumnBankingDetailsKey

DataColumn Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.ColumnBankingDetailsKey

A sequence key for the banking details.

◆ ColumnBankingDetailsKeyId

readonly short Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.ColumnBankingDetailsKeyId = 22
static

used for generic TTypedDataTable functions

◆ ColumnBic

DataColumn Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.ColumnBic

BIC (Bank Identifier Code)/SWIFT code. The Bank Identifier Code is a unique address which, in telecommunication messages, identifies precisely the financial institutions involved in financial transactions. BICs either have 8 or 11 characters.

◆ ColumnBicId

readonly short Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.ColumnBicId = 27
static

used for generic TTypedDataTable functions

◆ ColumnBranchCode

DataColumn Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.ColumnBranchCode

The bank code/branch code/sort code (synonymous country-specific terms) for identifying a bank branch with a number/code.

◆ ColumnBranchCodeId

readonly short Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.ColumnBranchCodeId = 26
static

used for generic TTypedDataTable functions

◆ ColumnCity

DataColumn Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.ColumnCity

This can be a post town or city.

◆ ColumnCityId

readonly short Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.ColumnCityId = 14
static

used for generic TTypedDataTable functions

◆ ColumnCountryCode

DataColumn Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.ColumnCountryCode

This is a code which identifies a country. It is taken from the ISO 3166-1-alpha-2 code elements.

◆ ColumnCountryCodeId

readonly short Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.ColumnCountryCodeId = 20
static

used for generic TTypedDataTable functions

◆ ColumnCounty

DataColumn Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.ColumnCounty

This can be a county (UK), a state (US), province (CDN), canton (CH) etc.

◆ ColumnCountyId

readonly short Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.ColumnCountyId = 19
static

used for generic TTypedDataTable functions

◆ ColumnCreatedBy

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

User ID of who created this record.

◆ ColumnCreatedById

readonly short Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.ColumnCreatedById = 6
static

used for generic TTypedDataTable functions

◆ ColumnDateCreated

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

The date the record was created.

◆ ColumnDateCreatedId

readonly short Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.ColumnDateCreatedId = 7
static

used for generic TTypedDataTable functions

◆ ColumnFamilyKey

DataColumn Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.ColumnFamilyKey

A cross reference to the family record of this person. It should be set to ? (not 0 because such a record does not exist!) when there is no family record.

◆ ColumnFamilyKeyId

readonly short Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.ColumnFamilyKeyId = 11
static

used for generic TTypedDataTable functions

◆ ColumnFamilyName

DataColumn Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.ColumnFamilyName

◆ ColumnFamilyNameId

readonly short Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.ColumnFamilyNameId = 10
static

used for generic TTypedDataTable functions

◆ ColumnFirstName

DataColumn Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.ColumnFirstName

◆ ColumnFirstNameId

readonly short Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.ColumnFirstNameId = 9
static

used for generic TTypedDataTable functions

◆ ColumnIban

DataColumn Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.ColumnIban

The IBAN (International Bank Account Number). IBAN is a standardised international format for entering account details which consists of the country code, the local bank code, the (payee) account number and a control number.

◆ ColumnIbanId

readonly short Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.ColumnIbanId = 25
static

used for generic TTypedDataTable functions

◆ ColumnLocality

DataColumn Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.ColumnLocality

This is the first element of an address.

◆ ColumnLocalityId

readonly short Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.ColumnLocalityId = 16
static

used for generic TTypedDataTable functions

◆ ColumnLocationKey

DataColumn Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.ColumnLocationKey

◆ ColumnLocationKeyId

readonly short Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.ColumnLocationKeyId = 21
static

used for generic TTypedDataTable functions

◆ ColumnLocationType

DataColumn Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.ColumnLocationType

◆ ColumnLocationTypeId

readonly short Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.ColumnLocationTypeId = 12
static

used for generic TTypedDataTable functions

◆ ColumnModificationId

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

This identifies the current version of the record.

◆ ColumnModificationIdId

readonly short Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.ColumnModificationIdId = 8
static

used for generic TTypedDataTable functions

◆ ColumnPartnerClass

DataColumn Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.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.PartnerFindTDSSearchResultTable.ColumnPartnerClassId = 0
static

used for generic TTypedDataTable functions

◆ ColumnPartnerKey

DataColumn Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.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.PartnerFindTDSSearchResultTable.ColumnPartnerKeyId = 3
static

used for generic TTypedDataTable functions

◆ ColumnPartnerShortName

DataColumn Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.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.PartnerFindTDSSearchResultTable.ColumnPartnerShortNameId = 1
static

used for generic TTypedDataTable functions

◆ ColumnPostalCode

DataColumn Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.ColumnPostalCode

This is the national post code.

◆ ColumnPostalCodeId

readonly short Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.ColumnPostalCodeId = 15
static

used for generic TTypedDataTable functions

◆ ColumnPreviousName

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

◆ ColumnPreviousNameId

readonly short Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.ColumnPreviousNameId = 4
static

used for generic TTypedDataTable functions

◆ ColumnSiteKey

DataColumn Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.ColumnSiteKey

This is the key that tell what site created the linked location.

◆ ColumnSiteKeyId

readonly short Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.ColumnSiteKeyId = 13
static

used for generic TTypedDataTable functions

◆ ColumnStatusCode

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

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

◆ ColumnStatusCodeId

readonly short Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.ColumnStatusCodeId = 2
static

used for generic TTypedDataTable functions

◆ ColumnStreetName

DataColumn Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.ColumnStreetName

The name of the street that the house is located on.

◆ ColumnStreetNameId

readonly short Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.ColumnStreetNameId = 17
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.PartnerFindTDSSearchResultTable.TableId = 5121
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.PartnerFindTDSSearchResultTable.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]

PartnerFindTDSSearchResultRow Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultTable.this[int i]
get

Access a typed row by index.


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