OpenPetra
Free Administration Software for Non-Profits
Ict.Petra.Shared.MFinance.BankImport.Data.BankImportTDSTransactionDetailTable Class Reference

the matches that can be used to identify recurring gift or GL transactions More...

Inheritance diagram for Ict.Petra.Shared.MFinance.BankImport.Data.BankImportTDSTransactionDetailTable:
Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable Ict.Common.Data.TTypedDataTable

Public Member Functions

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

Static Public Member Functions

static new string GetTableName ()
 return the CamelCase name of the table More...
 
static new string GetTableDBName ()
 return the name of the table as it is used in the database More...
 
static new string GetTableDBLabel ()
 static method to return the 'Label' of the table as it is used in the database (the 'Label' is usually a short description of what the db table is about) More...
 
static string GetStatementKeyDBName ()
 get the name of the field in the database for this column More...
 
static short GetStatementKeyLength ()
 get character length for column More...
 
static string GetStatementKeyHelp ()
 get the help text for the field in the database for this column More...
 
static string GetOrderDBName ()
 get the name of the field in the database for this column More...
 
static short GetOrderLength ()
 get character length for column More...
 
static string GetOrderHelp ()
 get the help text for the field in the database for this column More...
 
static string GetMembershipDBName ()
 get the name of the field in the database for this column More...
 
static short GetMembershipLength ()
 get character length for column More...
 
static string GetMembershipHelp ()
 get the help text for the field in the database for this column More...
 
static string GetSponsorshipDBName ()
 get the name of the field in the database for this column More...
 
static short GetSponsorshipLength ()
 get character length for column More...
 
static string GetSponsorshipHelp ()
 get the help text for the field in the database for this column More...
 
static string GetWorkerSupportDBName ()
 get the name of the field in the database for this column More...
 
static short GetWorkerSupportLength ()
 get character length for column More...
 
static string GetWorkerSupportHelp ()
 get the help text for the field in the database for this column More...
 
static string GetTableName (short ATableNumber)
 the table name in CamelCase More...
 
static OdbcParameter CreateOdbcParameter (short ATableNumber, TSearchCriteria ASearchCriteria)
 create an odbc parameter for the given column More...
 
static OdbcParameter CreateOdbcParameter (short ATableNumber, Int32 AColumnNr)
 create an odbc parameter for the given column More...
 
static string GetEpMatchKeyDBName ()
 get the name of the field in the database for this column More...
 
static short GetEpMatchKeyLength ()
 get character length for column More...
 
static string GetEpMatchKeyHelp ()
 get the help text for the field in the database for this column More...
 
static string GetMatchTextDBName ()
 get the name of the field in the database for this column More...
 
static short GetMatchTextLength ()
 get character length for column More...
 
static string GetMatchTextHelp ()
 get the help text for the field in the database for this column More...
 
static string GetDetailDBName ()
 get the name of the field in the database for this column More...
 
static short GetDetailLength ()
 get character length for column More...
 
static string GetDetailHelp ()
 get the help text for the field in the database for this column More...
 
static string GetActionDBName ()
 get the name of the field in the database for this column More...
 
static short GetActionLength ()
 get character length for column More...
 
static string GetActionHelp ()
 get the help text for the field in the database for this column More...
 
static string GetRecentMatchDBName ()
 get the name of the field in the database for this column More...
 
static short GetRecentMatchLength ()
 get character length for column More...
 
static string GetRecentMatchHelp ()
 get the help text for the field in the database for this column More...
 
static string GetLedgerNumberDBName ()
 get the name of the field in the database for this column More...
 
static short GetLedgerNumberLength ()
 get character length for column More...
 
static string GetLedgerNumberHelp ()
 get the help text for the field in the database for this column More...
 
static string GetRecipientLedgerNumberDBName ()
 get the name of the field in the database for this column More...
 
static short GetRecipientLedgerNumberLength ()
 get character length for column More...
 
static string GetRecipientLedgerNumberHelp ()
 get the help text for the field in the database for this column More...
 
static string GetMotivationGroupCodeDBName ()
 get the name of the field in the database for this column More...
 
static short GetMotivationGroupCodeLength ()
 get character length for column More...
 
static string GetMotivationGroupCodeHelp ()
 get the help text for the field in the database for this column More...
 
static string GetMotivationDetailCodeDBName ()
 get the name of the field in the database for this column More...
 
static short GetMotivationDetailCodeLength ()
 get character length for column More...
 
static string GetMotivationDetailCodeHelp ()
 get the help text for the field in the database for this column More...
 
static string GetCommentOneTypeDBName ()
 get the name of the field in the database for this column More...
 
static short GetCommentOneTypeLength ()
 get character length for column More...
 
static string GetCommentOneTypeHelp ()
 get the help text for the field in the database for this column More...
 
static string GetGiftCommentOneDBName ()
 get the name of the field in the database for this column More...
 
static short GetGiftCommentOneLength ()
 get character length for column More...
 
static string GetGiftCommentOneHelp ()
 get the help text for the field in the database for this column More...
 
static string GetConfidentialGiftFlagDBName ()
 get the name of the field in the database for this column More...
 
static short GetConfidentialGiftFlagLength ()
 get character length for column More...
 
static string GetConfidentialGiftFlagHelp ()
 get the help text for the field in the database for this column More...
 
static string GetTaxDeductibleDBName ()
 get the name of the field in the database for this column More...
 
static short GetTaxDeductibleLength ()
 get character length for column More...
 
static string GetTaxDeductibleHelp ()
 get the help text for the field in the database for this column More...
 
static string GetRecipientKeyDBName ()
 get the name of the field in the database for this column More...
 
static short GetRecipientKeyLength ()
 get character length for column More...
 
static string GetRecipientKeyHelp ()
 get the help text for the field in the database for this column More...
 
static string GetChargeFlagDBName ()
 get the name of the field in the database for this column More...
 
static short GetChargeFlagLength ()
 get character length for column More...
 
static string GetChargeFlagHelp ()
 get the help text for the field in the database for this column More...
 
static string GetCostCentreCodeDBName ()
 get the name of the field in the database for this column More...
 
static short GetCostCentreCodeLength ()
 get character length for column More...
 
static string GetCostCentreCodeHelp ()
 get the help text for the field in the database for this column More...
 
static string GetMailingCodeDBName ()
 get the name of the field in the database for this column More...
 
static short GetMailingCodeLength ()
 get character length for column More...
 
static string GetMailingCodeHelp ()
 get the help text for the field in the database for this column More...
 
static string GetCommentTwoTypeDBName ()
 get the name of the field in the database for this column More...
 
static short GetCommentTwoTypeLength ()
 get character length for column More...
 
static string GetCommentTwoTypeHelp ()
 get the help text for the field in the database for this column More...
 
static string GetGiftCommentTwoDBName ()
 get the name of the field in the database for this column More...
 
static short GetGiftCommentTwoLength ()
 get character length for column More...
 
static string GetGiftCommentTwoHelp ()
 get the help text for the field in the database for this column More...
 
static string GetCommentThreeTypeDBName ()
 get the name of the field in the database for this column More...
 
static short GetCommentThreeTypeLength ()
 get character length for column More...
 
static string GetCommentThreeTypeHelp ()
 get the help text for the field in the database for this column More...
 
static string GetGiftCommentThreeDBName ()
 get the name of the field in the database for this column More...
 
static short GetGiftCommentThreeLength ()
 get character length for column More...
 
static string GetGiftCommentThreeHelp ()
 get the help text for the field in the database for this column More...
 
static string GetGiftTransactionAmountDBName ()
 get the name of the field in the database for this column More...
 
static short GetGiftTransactionAmountLength ()
 get character length for column More...
 
static string GetGiftTransactionAmountHelp ()
 get the help text for the field in the database for this column More...
 
static string GetHomeAdminChargesFlagDBName ()
 get the name of the field in the database for this column More...
 
static short GetHomeAdminChargesFlagLength ()
 get character length for column More...
 
static string GetHomeAdminChargesFlagHelp ()
 get the help text for the field in the database for this column More...
 
static string GetIltAdminChargesFlagDBName ()
 get the name of the field in the database for this column More...
 
static short GetIltAdminChargesFlagLength ()
 get character length for column More...
 
static string GetIltAdminChargesFlagHelp ()
 get the help text for the field in the database for this column More...
 
static string GetReceiptLetterCodeDBName ()
 get the name of the field in the database for this column More...
 
static short GetReceiptLetterCodeLength ()
 get character length for column More...
 
static string GetReceiptLetterCodeHelp ()
 get the help text for the field in the database for this column More...
 
static string GetMethodOfGivingCodeDBName ()
 get the name of the field in the database for this column More...
 
static short GetMethodOfGivingCodeLength ()
 get character length for column More...
 
static string GetMethodOfGivingCodeHelp ()
 get the help text for the field in the database for this column More...
 
static string GetMethodOfPaymentCodeDBName ()
 get the name of the field in the database for this column More...
 
static short GetMethodOfPaymentCodeLength ()
 get character length for column More...
 
static string GetMethodOfPaymentCodeHelp ()
 get the help text for the field in the database for this column More...
 
static string GetDonorKeyDBName ()
 get the name of the field in the database for this column More...
 
static short GetDonorKeyLength ()
 get character length for column More...
 
static string GetDonorKeyHelp ()
 get the help text for the field in the database for this column More...
 
static string GetAdminChargeDBName ()
 get the name of the field in the database for this column More...
 
static short GetAdminChargeLength ()
 get character length for column More...
 
static string GetAdminChargeHelp ()
 get the help text for the field in the database for this column More...
 
static string GetNarrativeDBName ()
 get the name of the field in the database for this column More...
 
static short GetNarrativeLength ()
 get character length for column More...
 
static string GetNarrativeHelp ()
 get the help text for the field in the database for this column More...
 
static string GetReferenceDBName ()
 get the name of the field in the database for this column More...
 
static short GetReferenceLength ()
 get character length for column More...
 
static string GetReferenceHelp ()
 get the help text for the field in the database for this column More...
 
static string GetDonorShortNameDBName ()
 get the name of the field in the database for this column More...
 
static short GetDonorShortNameLength ()
 get character length for column More...
 
static string GetDonorShortNameHelp ()
 get the help text for the field in the database for this column More...
 
static string GetRecipientShortNameDBName ()
 get the name of the field in the database for this column More...
 
static short GetRecipientShortNameLength ()
 get character length for column More...
 
static string GetRecipientShortNameHelp ()
 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 GetAccountCodeDBName ()
 get the name of the field in the database for this column More...
 
static short GetAccountCodeLength ()
 get character length for column More...
 
static string GetAccountCodeHelp ()
 get the help text for the field in the database for this column More...
 
static string GetKeyMinistryKeyDBName ()
 get the name of the field in the database for this column More...
 
static short GetKeyMinistryKeyLength ()
 get character length for column More...
 
static string GetKeyMinistryKeyHelp ()
 get the help text for the field in the database for this column More...
 
static string GetDateCreatedDBName ()
 get the name of the field in the database for this column More...
 
static short GetDateCreatedLength ()
 get character length for column More...
 
static string GetDateCreatedHelp ()
 get the help text for the field in the database for this column More...
 
static string GetCreatedByDBName ()
 get the name of the field in the database for this column More...
 
static short GetCreatedByLength ()
 get character length for column More...
 
static string GetCreatedByHelp ()
 get the help text for the field in the database for this column More...
 
static string GetDateModifiedDBName ()
 get the name of the field in the database for this column More...
 
static short GetDateModifiedLength ()
 get character length for column More...
 
static string GetDateModifiedHelp ()
 get the help text for the field in the database for this column More...
 
static string GetModifiedByDBName ()
 get the name of the field in the database for this column More...
 
static short GetModifiedByLength ()
 get character length for column More...
 
static string GetModifiedByHelp ()
 get the help text for the field in the database for this column More...
 
static string GetModificationIdDBName ()
 get the name of the field in the database for this column More...
 
static short GetModificationIdLength ()
 get character length for column More...
 
static string GetModificationIdHelp ()
 get the help text for the field in the database for this column More...
 
static void ResetStaticVariables ()
 reset the static variables for each Web Request call. More...
 
static string GetTableNameSQL (short ATableNumber)
 the table name as it is in the SQL database More...
 
static TTypedTableInfo GetTableByName (string ATableName)
 the table name in CamelCase More...
 
static string GetColumnNameSQL (short ATableNumber, short AColumnNr)
 the column name as it is in the SQL database More...
 
static string GetLabel (short ATableNumber, short AColumnNr)
 returns the translated label for the column More...
 
static Int32 GetLength (short ATableNumber, short AColumnNr)
 get the maximum length for the field More...
 
static Int32 GetLength (string ATableName, string AColumnName)
 get the maximum length for the field More...
 
static string[] GetKeyColumnStringList (short ATableNumber, int[] AKeyColumnsOrder)
 get the names of the columns that are part of the key More...
 
static string[] GetPrimaryKeyColumnStringList (short ATableNumber)
 get the names of the columns that are part of the primary key More...
 
static string[] GetUniqueKeyColumnStringList (short ATableNumber)
 get the names of the columns that are part of the unique key More...
 
static int[] GetPrimaryKeyColumnOrdList (short ATableNumber)
 get the order number of the columns that are part of the primary key More...
 
static int[] GetUniqueKeyColumnOrdList (short ATableNumber)
 get the order number of the columns that are part of a unique key More...
 
static string[] GetColumnStringList (short ATableNumber)
 get the names of the columns in this table More...
 

Public Attributes

DataColumn ColumnStatementKey
 this transaction belongs to that statement More...
 
DataColumn ColumnOrder
 to complete the primary key More...
 
DataColumn ColumnMembership
 Indicates whether or not the motivation is for paying a membership. The recipient key should be used. More...
 
DataColumn ColumnSponsorship
 Indicates whether or not the motivation is for a paying a sponsorship. The recipient key might be used. More...
 
DataColumn ColumnWorkerSupport
 Indicates whether or not the motivation is for supporting a worker. The recipient key must be used. More...
 
DataColumn ColumnEpMatchKey
 this is a sequence to easily identify which transaction has been matched and how More...
 
DataColumn ColumnMatchText
 this is a separated list of all the recurring details of a_ep_transaction (ie. name, bank account, sort code, IBAN, amount, description) More...
 
DataColumn ColumnDetail
 the match can be applied to split gifts as well More...
 
DataColumn ColumnAction
 What to do with this match: gift, GL, or discard. More...
 
DataColumn ColumnRecentMatch
 The date when this match was recently applied; useful for purging old entries. More...
 
DataColumn ColumnLedgerNumber
 The four digit ledger number of the gift. More...
 
DataColumn ColumnRecipientLedgerNumber
 The partner key of the commitment field (the unit) of the recipient of the gift. This is not the ledger number but rather the partner key of the unit associated with the ledger. More...
 
DataColumn ColumnMotivationGroupCode
 This defines a motivation group. More...
 
DataColumn ColumnMotivationDetailCode
 This defines the motivation detail within a motivation group. More...
 
DataColumn ColumnCommentOneType
 Used to decide whose reports will see this comment. More...
 
DataColumn ColumnGiftCommentOne
 This is a long description and is 80 characters long. More...
 
DataColumn ColumnConfidentialGiftFlag
 Defines whether the donor wishes the recipient to know who gave the gift. More...
 
DataColumn ColumnTaxDeductible
 Whether this gift is tax deductaible. More...
 
DataColumn ColumnRecipientKey
 The partner key of the recipient of the gift. More...
 
DataColumn ColumnChargeFlag
 To determine whether an admin fee on the transaction should be overwritten if it normally has a charge associated with it. Used for both local and ilt transaction. More...
 
DataColumn ColumnCostCentreCode
 This identifies which cost centre an account is applied to. A cost centre can be a partner. More...
 
DataColumn ColumnMailingCode
 Mailing Code of the mailing that the gift was a response to. More...
 
DataColumn ColumnCommentTwoType
 Used to decide whose reports will see this comment. More...
 
DataColumn ColumnGiftCommentTwo
 This is a long description and is 80 characters long. More...
 
DataColumn ColumnCommentThreeType
 Used to decide whose reports will see this comment. More...
 
DataColumn ColumnGiftCommentThree
 This is a long description and is 80 characters long. More...
 
DataColumn ColumnGiftTransactionAmount
 This is a number of currency units in the entered Currency. More...
 
DataColumn ColumnHomeAdminChargesFlag
 Used to get a yes no response from the user. More...
 
DataColumn ColumnIltAdminChargesFlag
 Used to get a yes no response from the user. More...
 
DataColumn ColumnReceiptLetterCode
 
DataColumn ColumnMethodOfGivingCode
 Defines how a gift is given. More...
 
DataColumn ColumnMethodOfPaymentCode
 This is how the partner paid. Eg cash, Cheque etc. More...
 
DataColumn ColumnDonorKey
 This is the partner key of the donor. More...
 
DataColumn ColumnAdminCharge
 NOT USED AT ALL. More...
 
DataColumn ColumnNarrative
 
DataColumn ColumnReference
 Reference number/code for the transaction. More...
 
DataColumn ColumnDonorShortName
 short name of the donor; will be used for generating export files More...
 
DataColumn ColumnRecipientShortName
 short name of recipient More...
 
DataColumn ColumnRestricted
 Indicates whether or not the gift has restricted access. If it does then the access will be controlled by s_group_gift. More...
 
DataColumn ColumnAccountCode
 This identifies the account the financial transaction must be stored against. More...
 
DataColumn ColumnKeyMinistryKey
 Key ministry to which this transaction applies (just for fund transfers) More...
 
DataColumn ColumnDateCreated
 The date the record was created. More...
 
DataColumn ColumnCreatedBy
 User ID of who created this record. More...
 
DataColumn ColumnDateModified
 The date the record was modified. More...
 
DataColumn ColumnModifiedBy
 User ID of who last modified this record. More...
 
DataColumn ColumnModificationId
 This identifies the current version of the record. More...
 
bool ThrowAwayAfterSubmitChanges = false
 if you want the datatable to be cleared after submitchanges. This will increase the speed significantly: no updating of modificationID, no slow AcceptChanges. More...
 
bool DontThrowAwayAfterSubmitChanges = false
 if you want no warning about that the datatable should be cleared after submitchanges. in some cases you must keep the data, eg when you need the new keys after INSERT More...
 

Static Public Attributes

static new readonly short TableId = 65
 TableId for Ict.Common.Data generic functions. More...
 
static readonly short ColumnStatementKeyId = 41
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnOrderId = 42
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnMembershipId = 43
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnSponsorshipId = 44
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnWorkerSupportId = 45
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnEpMatchKeyId = 0
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnMatchTextId = 1
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnDetailId = 2
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnActionId = 3
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnRecentMatchId = 4
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnLedgerNumberId = 5
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnRecipientLedgerNumberId = 6
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnMotivationGroupCodeId = 7
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnMotivationDetailCodeId = 8
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnCommentOneTypeId = 9
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnGiftCommentOneId = 10
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnConfidentialGiftFlagId = 11
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnTaxDeductibleId = 12
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnRecipientKeyId = 13
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnChargeFlagId = 14
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnCostCentreCodeId = 15
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnMailingCodeId = 16
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnCommentTwoTypeId = 17
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnGiftCommentTwoId = 18
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnCommentThreeTypeId = 19
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnGiftCommentThreeId = 20
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnGiftTransactionAmountId = 21
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnHomeAdminChargesFlagId = 22
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnIltAdminChargesFlagId = 23
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnReceiptLetterCodeId = 24
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnMethodOfGivingCodeId = 25
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnMethodOfPaymentCodeId = 26
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnDonorKeyId = 27
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnAdminChargeId = 28
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnNarrativeId = 29
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnReferenceId = 30
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnDonorShortNameId = 31
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnRecipientShortNameId = 32
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnRestrictedId = 33
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnAccountCodeId = 34
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnKeyMinistryKeyId = 35
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnDateCreatedId = 36
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnCreatedById = 37
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnDateModifiedId = 38
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnModifiedById = 39
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnModificationIdId = 40
 used for generic TTypedDataTable functions More...
 

Protected Member Functions

override void InitClass ()
 create the columns More...
 
override System.Data.DataRow NewRowFromBuilder (System.Data.DataRowBuilder builder)
 new typed row using DataRowBuilder More...
 

Static Protected Attributes

static SortedList< short, TTypedTableInfoTableInfo = new SortedList <short, TTypedTableInfo>()
 stores information about typed tables More...
 

Properties

new BankImportTDSTransactionDetailRow this[int i] [get]
 Access a typed row by index. More...
 
override string TableDBLabel [get]
 instance property to get the 'Label' of the table as it is used in the database (the 'Label' is usually a short description of what the db table is about) More...
 
int Count [get]
 the number of rows in the current table More...
 

Detailed Description

the matches that can be used to identify recurring gift or GL transactions

Constructor & Destructor Documentation

◆ BankImportTDSTransactionDetailTable() [1/3]

Ict.Petra.Shared.MFinance.BankImport.Data.BankImportTDSTransactionDetailTable.BankImportTDSTransactionDetailTable ( )
inline

constructor

◆ BankImportTDSTransactionDetailTable() [2/3]

Ict.Petra.Shared.MFinance.BankImport.Data.BankImportTDSTransactionDetailTable.BankImportTDSTransactionDetailTable ( string  ATablename)
inline

constructor

◆ BankImportTDSTransactionDetailTable() [3/3]

Ict.Petra.Shared.MFinance.BankImport.Data.BankImportTDSTransactionDetailTable.BankImportTDSTransactionDetailTable ( System.Runtime.Serialization.SerializationInfo  info,
System.Runtime.Serialization.StreamingContext  context 
)
inline

constructor for serialization

Member Function Documentation

◆ CreateOdbcParameter() [1/3]

override OdbcParameter Ict.Petra.Shared.MFinance.BankImport.Data.BankImportTDSTransactionDetailTable.CreateOdbcParameter ( Int32  AColumnNr)
inlinevirtual

get an odbc parameter for the given column

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

◆ CreateOdbcParameter() [2/3]

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

create an odbc parameter for the given column

◆ CreateOdbcParameter() [3/3]

static OdbcParameter Ict.Common.Data.TTypedDataTable.CreateOdbcParameter ( short  ATableNumber,
TSearchCriteria  ASearchCriteria 
)
inlinestaticinherited

create an odbc parameter for the given column

◆ GetAccountCodeDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetAccountCodeDBName ( )
inlinestaticinherited

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

◆ GetAccountCodeHelp()

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

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

◆ GetAccountCodeLength()

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

get character length for column

◆ GetActionDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetActionDBName ( )
inlinestaticinherited

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

◆ GetActionHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetActionHelp ( )
inlinestaticinherited

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

◆ GetActionLength()

static short Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetActionLength ( )
inlinestaticinherited

get character length for column

◆ GetAdminChargeDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetAdminChargeDBName ( )
inlinestaticinherited

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

◆ GetAdminChargeHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetAdminChargeHelp ( )
inlinestaticinherited

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

◆ GetAdminChargeLength()

static short Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetAdminChargeLength ( )
inlinestaticinherited

get character length for column

◆ GetChanges()

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

make sure that we use GetChangesType instead of GetChanges

Returns
throws an exception

◆ GetChangesTyped()

new BankImportTDSTransactionDetailTable Ict.Petra.Shared.MFinance.BankImport.Data.BankImportTDSTransactionDetailTable.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

◆ GetChargeFlagDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetChargeFlagDBName ( )
inlinestaticinherited

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

◆ GetChargeFlagHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetChargeFlagHelp ( )
inlinestaticinherited

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

◆ GetChargeFlagLength()

static short Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetChargeFlagLength ( )
inlinestaticinherited

get character length for column

◆ GetColumnNameSQL()

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

the column name as it is in the SQL database

◆ GetColumnStringList()

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

get the names of the columns in this table

◆ GetCommentOneTypeDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetCommentOneTypeDBName ( )
inlinestaticinherited

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

◆ GetCommentOneTypeHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetCommentOneTypeHelp ( )
inlinestaticinherited

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

◆ GetCommentOneTypeLength()

static short Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetCommentOneTypeLength ( )
inlinestaticinherited

get character length for column

◆ GetCommentThreeTypeDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetCommentThreeTypeDBName ( )
inlinestaticinherited

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

◆ GetCommentThreeTypeHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetCommentThreeTypeHelp ( )
inlinestaticinherited

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

◆ GetCommentThreeTypeLength()

static short Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetCommentThreeTypeLength ( )
inlinestaticinherited

get character length for column

◆ GetCommentTwoTypeDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetCommentTwoTypeDBName ( )
inlinestaticinherited

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

◆ GetCommentTwoTypeHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetCommentTwoTypeHelp ( )
inlinestaticinherited

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

◆ GetCommentTwoTypeLength()

static short Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetCommentTwoTypeLength ( )
inlinestaticinherited

get character length for column

◆ GetConfidentialGiftFlagDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetConfidentialGiftFlagDBName ( )
inlinestaticinherited

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

◆ GetConfidentialGiftFlagHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetConfidentialGiftFlagHelp ( )
inlinestaticinherited

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

◆ GetConfidentialGiftFlagLength()

static short Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetConfidentialGiftFlagLength ( )
inlinestaticinherited

get character length for column

◆ GetCostCentreCodeDBName()

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

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

◆ GetCostCentreCodeHelp()

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

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

◆ GetCostCentreCodeLength()

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

get character length for column

◆ GetCreatedByDBName()

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

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

◆ GetCreatedByHelp()

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

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

◆ GetCreatedByLength()

static short Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetCreatedByLength ( )
inlinestaticinherited

get character length for column

◆ GetCustomReportFieldList()

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

Return a list of fields that are available for custom reports

◆ GetCustomReportPermission()

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

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

◆ GetDateCreatedDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetDateCreatedDBName ( )
inlinestaticinherited

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

◆ GetDateCreatedHelp()

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

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

◆ GetDateCreatedLength()

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

get character length for column

◆ GetDateModifiedDBName()

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

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

◆ GetDateModifiedHelp()

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

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

◆ GetDateModifiedLength()

static short Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetDateModifiedLength ( )
inlinestaticinherited

get character length for column

◆ GetDetailDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetDetailDBName ( )
inlinestaticinherited

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

◆ GetDetailHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetDetailHelp ( )
inlinestaticinherited

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

◆ GetDetailLength()

static short Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetDetailLength ( )
inlinestaticinherited

get character length for column

◆ GetDonorKeyDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetDonorKeyDBName ( )
inlinestaticinherited

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

◆ GetDonorKeyHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetDonorKeyHelp ( )
inlinestaticinherited

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

◆ GetDonorKeyLength()

static short Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetDonorKeyLength ( )
inlinestaticinherited

get character length for column

◆ GetDonorShortNameDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetDonorShortNameDBName ( )
inlinestaticinherited

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

◆ GetDonorShortNameHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetDonorShortNameHelp ( )
inlinestaticinherited

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

◆ GetDonorShortNameLength()

static short Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetDonorShortNameLength ( )
inlinestaticinherited

get character length for column

◆ GetEpMatchKeyDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetEpMatchKeyDBName ( )
inlinestaticinherited

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

◆ GetEpMatchKeyHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetEpMatchKeyHelp ( )
inlinestaticinherited

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

◆ GetEpMatchKeyLength()

static short Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetEpMatchKeyLength ( )
inlinestaticinherited

get character length for column

◆ GetGiftCommentOneDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetGiftCommentOneDBName ( )
inlinestaticinherited

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

◆ GetGiftCommentOneHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetGiftCommentOneHelp ( )
inlinestaticinherited

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

◆ GetGiftCommentOneLength()

static short Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetGiftCommentOneLength ( )
inlinestaticinherited

get character length for column

◆ GetGiftCommentThreeDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetGiftCommentThreeDBName ( )
inlinestaticinherited

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

◆ GetGiftCommentThreeHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetGiftCommentThreeHelp ( )
inlinestaticinherited

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

◆ GetGiftCommentThreeLength()

static short Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetGiftCommentThreeLength ( )
inlinestaticinherited

get character length for column

◆ GetGiftCommentTwoDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetGiftCommentTwoDBName ( )
inlinestaticinherited

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

◆ GetGiftCommentTwoHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetGiftCommentTwoHelp ( )
inlinestaticinherited

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

◆ GetGiftCommentTwoLength()

static short Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetGiftCommentTwoLength ( )
inlinestaticinherited

get character length for column

◆ GetGiftTransactionAmountDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetGiftTransactionAmountDBName ( )
inlinestaticinherited

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

◆ GetGiftTransactionAmountHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetGiftTransactionAmountHelp ( )
inlinestaticinherited

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

◆ GetGiftTransactionAmountLength()

static short Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetGiftTransactionAmountLength ( )
inlinestaticinherited

get character length for column

◆ GetHomeAdminChargesFlagDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetHomeAdminChargesFlagDBName ( )
inlinestaticinherited

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

◆ GetHomeAdminChargesFlagHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetHomeAdminChargesFlagHelp ( )
inlinestaticinherited

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

◆ GetHomeAdminChargesFlagLength()

static short Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetHomeAdminChargesFlagLength ( )
inlinestaticinherited

get character length for column

◆ GetIltAdminChargesFlagDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetIltAdminChargesFlagDBName ( )
inlinestaticinherited

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

◆ GetIltAdminChargesFlagHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetIltAdminChargesFlagHelp ( )
inlinestaticinherited

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

◆ GetIltAdminChargesFlagLength()

static short Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetIltAdminChargesFlagLength ( )
inlinestaticinherited

get character length for column

◆ GetKeyColumnStringList()

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

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

◆ GetKeyMinistryKeyDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetKeyMinistryKeyDBName ( )
inlinestaticinherited

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

◆ GetKeyMinistryKeyHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetKeyMinistryKeyHelp ( )
inlinestaticinherited

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

◆ GetKeyMinistryKeyLength()

static short Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetKeyMinistryKeyLength ( )
inlinestaticinherited

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

◆ GetLedgerNumberDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetLedgerNumberDBName ( )
inlinestaticinherited

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

◆ GetLedgerNumberHelp()

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

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

◆ GetLedgerNumberLength()

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

get character length for column

◆ GetLength() [1/2]

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

get the maximum length for the field

◆ GetLength() [2/2]

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

get the maximum length for the field

◆ GetMailingCodeDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetMailingCodeDBName ( )
inlinestaticinherited

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

◆ GetMailingCodeHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetMailingCodeHelp ( )
inlinestaticinherited

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

◆ GetMailingCodeLength()

static short Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetMailingCodeLength ( )
inlinestaticinherited

get character length for column

◆ GetMatchTextDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetMatchTextDBName ( )
inlinestaticinherited

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

◆ GetMatchTextHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetMatchTextHelp ( )
inlinestaticinherited

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

◆ GetMatchTextLength()

static short Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetMatchTextLength ( )
inlinestaticinherited

get character length for column

◆ GetMembershipDBName()

static string Ict.Petra.Shared.MFinance.BankImport.Data.BankImportTDSTransactionDetailTable.GetMembershipDBName ( )
inlinestatic

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

◆ GetMembershipHelp()

static string Ict.Petra.Shared.MFinance.BankImport.Data.BankImportTDSTransactionDetailTable.GetMembershipHelp ( )
inlinestatic

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

◆ GetMembershipLength()

static short Ict.Petra.Shared.MFinance.BankImport.Data.BankImportTDSTransactionDetailTable.GetMembershipLength ( )
inlinestatic

get character length for column

◆ GetMethodOfGivingCodeDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetMethodOfGivingCodeDBName ( )
inlinestaticinherited

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

◆ GetMethodOfGivingCodeHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetMethodOfGivingCodeHelp ( )
inlinestaticinherited

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

◆ GetMethodOfGivingCodeLength()

static short Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetMethodOfGivingCodeLength ( )
inlinestaticinherited

get character length for column

◆ GetMethodOfPaymentCodeDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetMethodOfPaymentCodeDBName ( )
inlinestaticinherited

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

◆ GetMethodOfPaymentCodeHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetMethodOfPaymentCodeHelp ( )
inlinestaticinherited

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

◆ GetMethodOfPaymentCodeLength()

static short Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetMethodOfPaymentCodeLength ( )
inlinestaticinherited

get character length for column

◆ GetModificationIdDBName()

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

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

◆ GetModificationIdHelp()

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

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

◆ GetModificationIdLength()

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

get character length for column

◆ GetModifiedByDBName()

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

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

◆ GetModifiedByHelp()

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

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

◆ GetModifiedByLength()

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

get character length for column

◆ GetMotivationDetailCodeDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetMotivationDetailCodeDBName ( )
inlinestaticinherited

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

◆ GetMotivationDetailCodeHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetMotivationDetailCodeHelp ( )
inlinestaticinherited

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

◆ GetMotivationDetailCodeLength()

static short Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetMotivationDetailCodeLength ( )
inlinestaticinherited

get character length for column

◆ GetMotivationGroupCodeDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetMotivationGroupCodeDBName ( )
inlinestaticinherited

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

◆ GetMotivationGroupCodeHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetMotivationGroupCodeHelp ( )
inlinestaticinherited

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

◆ GetMotivationGroupCodeLength()

static short Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetMotivationGroupCodeLength ( )
inlinestaticinherited

get character length for column

◆ GetNarrativeDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetNarrativeDBName ( )
inlinestaticinherited

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

◆ GetNarrativeHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetNarrativeHelp ( )
inlinestaticinherited

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

◆ GetNarrativeLength()

static short Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetNarrativeLength ( )
inlinestaticinherited

get character length for column

◆ GetOrderDBName()

static string Ict.Petra.Shared.MFinance.BankImport.Data.BankImportTDSTransactionDetailTable.GetOrderDBName ( )
inlinestatic

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

◆ GetOrderHelp()

static string Ict.Petra.Shared.MFinance.BankImport.Data.BankImportTDSTransactionDetailTable.GetOrderHelp ( )
inlinestatic

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

◆ GetOrderLength()

static short Ict.Petra.Shared.MFinance.BankImport.Data.BankImportTDSTransactionDetailTable.GetOrderLength ( )
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

◆ GetReceiptLetterCodeDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetReceiptLetterCodeDBName ( )
inlinestaticinherited

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

◆ GetReceiptLetterCodeHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetReceiptLetterCodeHelp ( )
inlinestaticinherited

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

◆ GetReceiptLetterCodeLength()

static short Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetReceiptLetterCodeLength ( )
inlinestaticinherited

get character length for column

◆ GetRecentMatchDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetRecentMatchDBName ( )
inlinestaticinherited

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

◆ GetRecentMatchHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetRecentMatchHelp ( )
inlinestaticinherited

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

◆ GetRecentMatchLength()

static short Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetRecentMatchLength ( )
inlinestaticinherited

get character length for column

◆ GetRecipientKeyDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetRecipientKeyDBName ( )
inlinestaticinherited

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

◆ GetRecipientKeyHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetRecipientKeyHelp ( )
inlinestaticinherited

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

◆ GetRecipientKeyLength()

static short Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetRecipientKeyLength ( )
inlinestaticinherited

get character length for column

◆ GetRecipientLedgerNumberDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetRecipientLedgerNumberDBName ( )
inlinestaticinherited

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

◆ GetRecipientLedgerNumberHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetRecipientLedgerNumberHelp ( )
inlinestaticinherited

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

◆ GetRecipientLedgerNumberLength()

static short Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetRecipientLedgerNumberLength ( )
inlinestaticinherited

get character length for column

◆ GetRecipientShortNameDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetRecipientShortNameDBName ( )
inlinestaticinherited

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

◆ GetRecipientShortNameHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetRecipientShortNameHelp ( )
inlinestaticinherited

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

◆ GetRecipientShortNameLength()

static short Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetRecipientShortNameLength ( )
inlinestaticinherited

get character length for column

◆ GetReferenceDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetReferenceDBName ( )
inlinestaticinherited

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

◆ GetReferenceHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetReferenceHelp ( )
inlinestaticinherited

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

◆ GetReferenceLength()

static short Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetReferenceLength ( )
inlinestaticinherited

get character length for column

◆ GetRestrictedDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetRestrictedDBName ( )
inlinestaticinherited

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

◆ GetRestrictedHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetRestrictedHelp ( )
inlinestaticinherited

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

◆ GetRestrictedLength()

static short Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetRestrictedLength ( )
inlinestaticinherited

get character length for column

◆ GetSponsorshipDBName()

static string Ict.Petra.Shared.MFinance.BankImport.Data.BankImportTDSTransactionDetailTable.GetSponsorshipDBName ( )
inlinestatic

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

◆ GetSponsorshipHelp()

static string Ict.Petra.Shared.MFinance.BankImport.Data.BankImportTDSTransactionDetailTable.GetSponsorshipHelp ( )
inlinestatic

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

◆ GetSponsorshipLength()

static short Ict.Petra.Shared.MFinance.BankImport.Data.BankImportTDSTransactionDetailTable.GetSponsorshipLength ( )
inlinestatic

get character length for column

◆ GetStatementKeyDBName()

static string Ict.Petra.Shared.MFinance.BankImport.Data.BankImportTDSTransactionDetailTable.GetStatementKeyDBName ( )
inlinestatic

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

◆ GetStatementKeyHelp()

static string Ict.Petra.Shared.MFinance.BankImport.Data.BankImportTDSTransactionDetailTable.GetStatementKeyHelp ( )
inlinestatic

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

◆ GetStatementKeyLength()

static short Ict.Petra.Shared.MFinance.BankImport.Data.BankImportTDSTransactionDetailTable.GetStatementKeyLength ( )
inlinestatic

get character length for column

◆ GetTableByName()

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

the table name in CamelCase

◆ GetTableDBLabel()

static new string Ict.Petra.Shared.MFinance.BankImport.Data.BankImportTDSTransactionDetailTable.GetTableDBLabel ( )
inlinestatic

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

◆ GetTableDBName()

static new string Ict.Petra.Shared.MFinance.BankImport.Data.BankImportTDSTransactionDetailTable.GetTableDBName ( )
inlinestatic

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

◆ GetTableName() [1/2]

static new string Ict.Petra.Shared.MFinance.BankImport.Data.BankImportTDSTransactionDetailTable.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

◆ GetTaxDeductibleDBName()

static string Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetTaxDeductibleDBName ( )
inlinestaticinherited

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

◆ GetTaxDeductibleHelp()

static string Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetTaxDeductibleHelp ( )
inlinestaticinherited

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

◆ GetTaxDeductibleLength()

static short Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.GetTaxDeductibleLength ( )
inlinestaticinherited

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

◆ GetWorkerSupportDBName()

static string Ict.Petra.Shared.MFinance.BankImport.Data.BankImportTDSTransactionDetailTable.GetWorkerSupportDBName ( )
inlinestatic

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

◆ GetWorkerSupportHelp()

static string Ict.Petra.Shared.MFinance.BankImport.Data.BankImportTDSTransactionDetailTable.GetWorkerSupportHelp ( )
inlinestatic

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

◆ GetWorkerSupportLength()

static short Ict.Petra.Shared.MFinance.BankImport.Data.BankImportTDSTransactionDetailTable.GetWorkerSupportLength ( )
inlinestatic

get character length for column

◆ InitClass()

override void Ict.Petra.Shared.MFinance.BankImport.Data.BankImportTDSTransactionDetailTable.InitClass ( )
inlineprotectedvirtual

create the columns

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

◆ InitVars()

override void Ict.Petra.Shared.MFinance.BankImport.Data.BankImportTDSTransactionDetailTable.InitVars ( )
inlinevirtual

assign columns to properties, set primary key

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

◆ IsAvailableForCustomReport()

virtual bool Ict.Common.Data.TTypedDataTable.IsAvailableForCustomReport ( )
inlinevirtualinherited

Is this table generally available in custom reports?

◆ NewRowFromBuilder()

override System.Data.DataRow Ict.Petra.Shared.MFinance.BankImport.Data.BankImportTDSTransactionDetailTable.NewRowFromBuilder ( System.Data.DataRowBuilder  builder)
inlineprotected

new typed row using DataRowBuilder

◆ NewRowTyped() [1/2]

new BankImportTDSTransactionDetailRow Ict.Petra.Shared.MFinance.BankImport.Data.BankImportTDSTransactionDetailTable.NewRowTyped ( )
inline

create a new typed row, always with default values

◆ NewRowTyped() [2/2]

new BankImportTDSTransactionDetailRow Ict.Petra.Shared.MFinance.BankImport.Data.BankImportTDSTransactionDetailTable.NewRowTyped ( bool  AWithDefaultValues)
inline

create a new typed row

◆ RemoveColumnsNotInTableTemplate()

void Ict.Common.Data.TTypedDataTable.RemoveColumnsNotInTableTemplate ( DataTable  ATableTemplate)
inlineinherited

remove columns that are not needed

Parameters
ATableTemplatethis table only contains the columns that should be kept

◆ ResetStaticVariables()

static void Ict.Common.Data.TTypedDataTable.ResetStaticVariables ( )
inlinestaticinherited

reset the static variables for each Web Request call.

Member Data Documentation

◆ ColumnAccountCode

DataColumn Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.ColumnAccountCode
inherited

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

◆ ColumnAccountCodeId

readonly short Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.ColumnAccountCodeId = 34
staticinherited

used for generic TTypedDataTable functions

◆ ColumnAction

DataColumn Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.ColumnAction
inherited

What to do with this match: gift, GL, or discard.

◆ ColumnActionId

readonly short Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.ColumnActionId = 3
staticinherited

used for generic TTypedDataTable functions

◆ ColumnAdminCharge

DataColumn Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.ColumnAdminCharge
inherited

NOT USED AT ALL.

◆ ColumnAdminChargeId

readonly short Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.ColumnAdminChargeId = 28
staticinherited

used for generic TTypedDataTable functions

◆ ColumnChargeFlag

DataColumn Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.ColumnChargeFlag
inherited

To determine whether an admin fee on the transaction should be overwritten if it normally has a charge associated with it. Used for both local and ilt transaction.

◆ ColumnChargeFlagId

readonly short Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.ColumnChargeFlagId = 14
staticinherited

used for generic TTypedDataTable functions

◆ ColumnCommentOneType

DataColumn Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.ColumnCommentOneType
inherited

Used to decide whose reports will see this comment.

◆ ColumnCommentOneTypeId

readonly short Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.ColumnCommentOneTypeId = 9
staticinherited

used for generic TTypedDataTable functions

◆ ColumnCommentThreeType

DataColumn Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.ColumnCommentThreeType
inherited

Used to decide whose reports will see this comment.

◆ ColumnCommentThreeTypeId

readonly short Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.ColumnCommentThreeTypeId = 19
staticinherited

used for generic TTypedDataTable functions

◆ ColumnCommentTwoType

DataColumn Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.ColumnCommentTwoType
inherited

Used to decide whose reports will see this comment.

◆ ColumnCommentTwoTypeId

readonly short Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.ColumnCommentTwoTypeId = 17
staticinherited

used for generic TTypedDataTable functions

◆ ColumnConfidentialGiftFlag

DataColumn Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.ColumnConfidentialGiftFlag
inherited

Defines whether the donor wishes the recipient to know who gave the gift.

◆ ColumnConfidentialGiftFlagId

readonly short Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.ColumnConfidentialGiftFlagId = 11
staticinherited

used for generic TTypedDataTable functions

◆ ColumnCostCentreCode

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

This identifies which cost centre an account is applied to. A cost centre can be a partner.

◆ ColumnCostCentreCodeId

readonly short Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.ColumnCostCentreCodeId = 15
staticinherited

used for generic TTypedDataTable functions

◆ ColumnCreatedBy

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

User ID of who created this record.

◆ ColumnCreatedById

readonly short Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.ColumnCreatedById = 37
staticinherited

used for generic TTypedDataTable functions

◆ ColumnDateCreated

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

The date the record was created.

◆ ColumnDateCreatedId

readonly short Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.ColumnDateCreatedId = 36
staticinherited

used for generic TTypedDataTable functions

◆ ColumnDateModified

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

The date the record was modified.

◆ ColumnDateModifiedId

readonly short Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.ColumnDateModifiedId = 38
staticinherited

used for generic TTypedDataTable functions

◆ ColumnDetail

DataColumn Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.ColumnDetail
inherited

the match can be applied to split gifts as well

◆ ColumnDetailId

readonly short Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.ColumnDetailId = 2
staticinherited

used for generic TTypedDataTable functions

◆ ColumnDonorKey

DataColumn Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.ColumnDonorKey
inherited

This is the partner key of the donor.

◆ ColumnDonorKeyId

readonly short Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.ColumnDonorKeyId = 27
staticinherited

used for generic TTypedDataTable functions

◆ ColumnDonorShortName

DataColumn Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.ColumnDonorShortName
inherited

short name of the donor; will be used for generating export files

◆ ColumnDonorShortNameId

readonly short Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.ColumnDonorShortNameId = 31
staticinherited

used for generic TTypedDataTable functions

◆ ColumnEpMatchKey

DataColumn Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.ColumnEpMatchKey
inherited

this is a sequence to easily identify which transaction has been matched and how

◆ ColumnEpMatchKeyId

readonly short Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.ColumnEpMatchKeyId = 0
staticinherited

used for generic TTypedDataTable functions

◆ ColumnGiftCommentOne

DataColumn Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.ColumnGiftCommentOne
inherited

This is a long description and is 80 characters long.

◆ ColumnGiftCommentOneId

readonly short Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.ColumnGiftCommentOneId = 10
staticinherited

used for generic TTypedDataTable functions

◆ ColumnGiftCommentThree

DataColumn Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.ColumnGiftCommentThree
inherited

This is a long description and is 80 characters long.

◆ ColumnGiftCommentThreeId

readonly short Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.ColumnGiftCommentThreeId = 20
staticinherited

used for generic TTypedDataTable functions

◆ ColumnGiftCommentTwo

DataColumn Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.ColumnGiftCommentTwo
inherited

This is a long description and is 80 characters long.

◆ ColumnGiftCommentTwoId

readonly short Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.ColumnGiftCommentTwoId = 18
staticinherited

used for generic TTypedDataTable functions

◆ ColumnGiftTransactionAmount

DataColumn Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.ColumnGiftTransactionAmount
inherited

This is a number of currency units in the entered Currency.

◆ ColumnGiftTransactionAmountId

readonly short Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.ColumnGiftTransactionAmountId = 21
staticinherited

used for generic TTypedDataTable functions

◆ ColumnHomeAdminChargesFlag

DataColumn Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.ColumnHomeAdminChargesFlag
inherited

Used to get a yes no response from the user.

◆ ColumnHomeAdminChargesFlagId

readonly short Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.ColumnHomeAdminChargesFlagId = 22
staticinherited

used for generic TTypedDataTable functions

◆ ColumnIltAdminChargesFlag

DataColumn Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.ColumnIltAdminChargesFlag
inherited

Used to get a yes no response from the user.

◆ ColumnIltAdminChargesFlagId

readonly short Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.ColumnIltAdminChargesFlagId = 23
staticinherited

used for generic TTypedDataTable functions

◆ ColumnKeyMinistryKey

DataColumn Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.ColumnKeyMinistryKey
inherited

Key ministry to which this transaction applies (just for fund transfers)

◆ ColumnKeyMinistryKeyId

readonly short Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.ColumnKeyMinistryKeyId = 35
staticinherited

used for generic TTypedDataTable functions

◆ ColumnLedgerNumber

DataColumn Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.ColumnLedgerNumber
inherited

The four digit ledger number of the gift.

◆ ColumnLedgerNumberId

readonly short Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.ColumnLedgerNumberId = 5
staticinherited

used for generic TTypedDataTable functions

◆ ColumnMailingCode

DataColumn Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.ColumnMailingCode
inherited

Mailing Code of the mailing that the gift was a response to.

◆ ColumnMailingCodeId

readonly short Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.ColumnMailingCodeId = 16
staticinherited

used for generic TTypedDataTable functions

◆ ColumnMatchText

DataColumn Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.ColumnMatchText
inherited

this is a separated list of all the recurring details of a_ep_transaction (ie. name, bank account, sort code, IBAN, amount, description)

◆ ColumnMatchTextId

readonly short Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.ColumnMatchTextId = 1
staticinherited

used for generic TTypedDataTable functions

◆ ColumnMembership

DataColumn Ict.Petra.Shared.MFinance.BankImport.Data.BankImportTDSTransactionDetailTable.ColumnMembership

Indicates whether or not the motivation is for paying a membership. The recipient key should be used.

◆ ColumnMembershipId

readonly short Ict.Petra.Shared.MFinance.BankImport.Data.BankImportTDSTransactionDetailTable.ColumnMembershipId = 43
static

used for generic TTypedDataTable functions

◆ ColumnMethodOfGivingCode

DataColumn Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.ColumnMethodOfGivingCode
inherited

Defines how a gift is given.

◆ ColumnMethodOfGivingCodeId

readonly short Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.ColumnMethodOfGivingCodeId = 25
staticinherited

used for generic TTypedDataTable functions

◆ ColumnMethodOfPaymentCode

DataColumn Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.ColumnMethodOfPaymentCode
inherited

This is how the partner paid. Eg cash, Cheque etc.

◆ ColumnMethodOfPaymentCodeId

readonly short Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.ColumnMethodOfPaymentCodeId = 26
staticinherited

used for generic TTypedDataTable functions

◆ ColumnModificationId

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

This identifies the current version of the record.

◆ ColumnModificationIdId

readonly short Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.ColumnModificationIdId = 40
staticinherited

used for generic TTypedDataTable functions

◆ ColumnModifiedBy

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

User ID of who last modified this record.

◆ ColumnModifiedById

readonly short Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.ColumnModifiedById = 39
staticinherited

used for generic TTypedDataTable functions

◆ ColumnMotivationDetailCode

DataColumn Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.ColumnMotivationDetailCode
inherited

This defines the motivation detail within a motivation group.

◆ ColumnMotivationDetailCodeId

readonly short Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.ColumnMotivationDetailCodeId = 8
staticinherited

used for generic TTypedDataTable functions

◆ ColumnMotivationGroupCode

DataColumn Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.ColumnMotivationGroupCode
inherited

This defines a motivation group.

◆ ColumnMotivationGroupCodeId

readonly short Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.ColumnMotivationGroupCodeId = 7
staticinherited

used for generic TTypedDataTable functions

◆ ColumnNarrative

DataColumn Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.ColumnNarrative
inherited

◆ ColumnNarrativeId

readonly short Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.ColumnNarrativeId = 29
staticinherited

used for generic TTypedDataTable functions

◆ ColumnOrder

DataColumn Ict.Petra.Shared.MFinance.BankImport.Data.BankImportTDSTransactionDetailTable.ColumnOrder

to complete the primary key

◆ ColumnOrderId

readonly short Ict.Petra.Shared.MFinance.BankImport.Data.BankImportTDSTransactionDetailTable.ColumnOrderId = 42
static

used for generic TTypedDataTable functions

◆ ColumnReceiptLetterCode

DataColumn Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.ColumnReceiptLetterCode
inherited

◆ ColumnReceiptLetterCodeId

readonly short Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.ColumnReceiptLetterCodeId = 24
staticinherited

used for generic TTypedDataTable functions

◆ ColumnRecentMatch

DataColumn Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.ColumnRecentMatch
inherited

The date when this match was recently applied; useful for purging old entries.

◆ ColumnRecentMatchId

readonly short Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.ColumnRecentMatchId = 4
staticinherited

used for generic TTypedDataTable functions

◆ ColumnRecipientKey

DataColumn Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.ColumnRecipientKey
inherited

The partner key of the recipient of the gift.

◆ ColumnRecipientKeyId

readonly short Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.ColumnRecipientKeyId = 13
staticinherited

used for generic TTypedDataTable functions

◆ ColumnRecipientLedgerNumber

DataColumn Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.ColumnRecipientLedgerNumber
inherited

The partner key of the commitment field (the unit) of the recipient of the gift. This is not the ledger number but rather the partner key of the unit associated with the ledger.

◆ ColumnRecipientLedgerNumberId

readonly short Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.ColumnRecipientLedgerNumberId = 6
staticinherited

used for generic TTypedDataTable functions

◆ ColumnRecipientShortName

DataColumn Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.ColumnRecipientShortName
inherited

short name of recipient

◆ ColumnRecipientShortNameId

readonly short Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.ColumnRecipientShortNameId = 32
staticinherited

used for generic TTypedDataTable functions

◆ ColumnReference

DataColumn Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.ColumnReference
inherited

Reference number/code for the transaction.

◆ ColumnReferenceId

readonly short Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.ColumnReferenceId = 30
staticinherited

used for generic TTypedDataTable functions

◆ ColumnRestricted

DataColumn Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.ColumnRestricted
inherited

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

◆ ColumnRestrictedId

readonly short Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.ColumnRestrictedId = 33
staticinherited

used for generic TTypedDataTable functions

◆ ColumnSponsorship

DataColumn Ict.Petra.Shared.MFinance.BankImport.Data.BankImportTDSTransactionDetailTable.ColumnSponsorship

Indicates whether or not the motivation is for a paying a sponsorship. The recipient key might be used.

◆ ColumnSponsorshipId

readonly short Ict.Petra.Shared.MFinance.BankImport.Data.BankImportTDSTransactionDetailTable.ColumnSponsorshipId = 44
static

used for generic TTypedDataTable functions

◆ ColumnStatementKey

DataColumn Ict.Petra.Shared.MFinance.BankImport.Data.BankImportTDSTransactionDetailTable.ColumnStatementKey

this transaction belongs to that statement

◆ ColumnStatementKeyId

readonly short Ict.Petra.Shared.MFinance.BankImport.Data.BankImportTDSTransactionDetailTable.ColumnStatementKeyId = 41
static

used for generic TTypedDataTable functions

◆ ColumnTaxDeductible

DataColumn Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.ColumnTaxDeductible
inherited

Whether this gift is tax deductaible.

◆ ColumnTaxDeductibleId

readonly short Ict.Petra.Shared.MFinance.Account.Data.AEpMatchTable.ColumnTaxDeductibleId = 12
staticinherited

used for generic TTypedDataTable functions

◆ ColumnWorkerSupport

DataColumn Ict.Petra.Shared.MFinance.BankImport.Data.BankImportTDSTransactionDetailTable.ColumnWorkerSupport

Indicates whether or not the motivation is for supporting a worker. The recipient key must be used.

◆ ColumnWorkerSupportId

readonly short Ict.Petra.Shared.MFinance.BankImport.Data.BankImportTDSTransactionDetailTable.ColumnWorkerSupportId = 45
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

new readonly short Ict.Petra.Shared.MFinance.BankImport.Data.BankImportTDSTransactionDetailTable.TableId = 65
static

TableId for Ict.Common.Data generic functions.

◆ TableInfo

SortedList<short, TTypedTableInfo> Ict.Common.Data.TTypedDataTable.TableInfo = new SortedList <short, TTypedTableInfo>()
staticprotectedinherited

stores information about typed tables

◆ ThrowAwayAfterSubmitChanges

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

if you want the datatable to be cleared after submitchanges. This will increase the speed significantly: no updating of modificationID, no slow AcceptChanges.

Property Documentation

◆ Count

int Ict.Common.Data.TTypedDataTable.Count
getinherited

the number of rows in the current table

◆ TableDBLabel

override string Ict.Petra.Shared.MFinance.BankImport.Data.BankImportTDSTransactionDetailTable.TableDBLabel
get

instance property to get the 'Label' of the table as it is used in the database (the 'Label' is usually a short description of what the db table is about)

◆ this[int i]

new BankImportTDSTransactionDetailRow Ict.Petra.Shared.MFinance.BankImport.Data.BankImportTDSTransactionDetailTable.this[int i]
get

Access a typed row by index.


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