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

Public Member Functions

 PartnerFindTDSSearchResultRow (System.Data.DataRowBuilder rb)
 Constructor. More...
 
virtual void InitValues ()
 set default values More...
 
bool IsPartnerClassNull ()
 test for NULL value More...
 
void SetPartnerClassNull ()
 assign NULL value More...
 
bool IsPartnerShortNameNull ()
 test for NULL value More...
 
void SetPartnerShortNameNull ()
 assign NULL value More...
 
bool IsStatusCodeNull ()
 test for NULL value More...
 
void SetStatusCodeNull ()
 assign NULL value More...
 
bool IsPartnerKeyNull ()
 test for NULL value More...
 
void SetPartnerKeyNull ()
 assign NULL value More...
 
bool IsPreviousNameNull ()
 test for NULL value More...
 
void SetPreviousNameNull ()
 assign NULL value More...
 
bool IsAcquisitionCodeNull ()
 test for NULL value More...
 
void SetAcquisitionCodeNull ()
 assign NULL value More...
 
bool IsCreatedByNull ()
 test for NULL value More...
 
void SetCreatedByNull ()
 assign NULL value More...
 
bool IsDateCreatedNull ()
 test for NULL value More...
 
void SetDateCreatedNull ()
 assign NULL value More...
 
bool IsModificationIdNull ()
 test for NULL value More...
 
void SetModificationIdNull ()
 assign NULL value More...
 
bool IsFirstNameNull ()
 test for NULL value More...
 
void SetFirstNameNull ()
 assign NULL value More...
 
bool IsFamilyNameNull ()
 test for NULL value More...
 
void SetFamilyNameNull ()
 assign NULL value More...
 
bool IsFamilyKeyNull ()
 test for NULL value More...
 
void SetFamilyKeyNull ()
 assign NULL value More...
 
bool IsLocationTypeNull ()
 test for NULL value More...
 
void SetLocationTypeNull ()
 assign NULL value More...
 
bool IsSiteKeyNull ()
 test for NULL value More...
 
void SetSiteKeyNull ()
 assign NULL value More...
 
bool IsCityNull ()
 test for NULL value More...
 
void SetCityNull ()
 assign NULL value More...
 
bool IsPostalCodeNull ()
 test for NULL value More...
 
void SetPostalCodeNull ()
 assign NULL value More...
 
bool IsLocalityNull ()
 test for NULL value More...
 
void SetLocalityNull ()
 assign NULL value More...
 
bool IsStreetNameNull ()
 test for NULL value More...
 
void SetStreetNameNull ()
 assign NULL value More...
 
bool IsAddress3Null ()
 test for NULL value More...
 
void SetAddress3Null ()
 assign NULL value More...
 
bool IsCountyNull ()
 test for NULL value More...
 
void SetCountyNull ()
 assign NULL value More...
 
bool IsCountryCodeNull ()
 test for NULL value More...
 
void SetCountryCodeNull ()
 assign NULL value More...
 
bool IsLocationKeyNull ()
 test for NULL value More...
 
void SetLocationKeyNull ()
 assign NULL value More...
 
bool IsBankingDetailsKeyNull ()
 test for NULL value More...
 
void SetBankingDetailsKeyNull ()
 assign NULL value More...
 
bool IsAccountNameNull ()
 test for NULL value More...
 
void SetAccountNameNull ()
 assign NULL value More...
 
bool IsBankAccountNumberNull ()
 test for NULL value More...
 
void SetBankAccountNumberNull ()
 assign NULL value More...
 
bool IsIbanNull ()
 test for NULL value More...
 
void SetIbanNull ()
 assign NULL value More...
 
bool IsBranchCodeNull ()
 test for NULL value More...
 
void SetBranchCodeNull ()
 assign NULL value More...
 
bool IsBicNull ()
 test for NULL value More...
 
void SetBicNull ()
 assign NULL value More...
 

Properties

String PartnerClass [get, set]
 This defines what type of partner this is. The classes that may be assigned are PERSON, FAMILY, CHURCH, ORGANISATION, UNIT, VENUE and BANK. More...
 
String PartnerShortName [get, set]
 Name of the person or organisation. If a person, more name info is stored in p_person. More...
 
String StatusCode [get, set]
 
Int64 PartnerKey [get, set]
 This is the partner key assigned to each partner. It consists of the fund id followed by a computer generated six digit number. More...
 
String PreviousName [get, set]
 
String AcquisitionCode [get, set]
 This code identifies the method of aquisition. More...
 
String CreatedBy [get, set]
 User ID of who created this record. More...
 
System.? DateTime DateCreated [get, set]
 The date the record was created. More...
 
DateTime ModificationId [get, set]
 This identifies the current version of the record. More...
 
String FirstName [get, set]
 
String FamilyName [get, set]
 
Int64 FamilyKey [get, set]
 
String LocationType [get, set]
 
Int64 SiteKey [get, set]
 This is the key that tell what site created the linked location. More...
 
String City [get, set]
 This can be a post town or city. More...
 
String PostalCode [get, set]
 This is the national post code. More...
 
String Locality [get, set]
 This is the first element of an address. More...
 
String StreetName [get, set]
 The name of the street that the house is located on. More...
 
String Address3 [get, set]
 This is the third element of an address (if required) More...
 
String County [get, set]
 This can be a county (UK), a state (US), province (CDN), canton (CH) etc. More...
 
String CountryCode [get, set]
 
Int32 LocationKey [get, set]
 
Int32 BankingDetailsKey [get, set]
 A sequence key for the banking details. More...
 
String AccountName [get, set]
 The full name used for authorizing a transaction with this banking entity. More...
 
String BankAccountNumber [get, set]
 The account number in the bank. More...
 
String Iban [get, set]
 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...
 
String BranchCode [get, set]
 The bank code/branch code/sort code (synonymous country-specific terms) for identifying a bank branch with a number/code. More...
 
String Bic [get, set]
 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...
 

Constructor & Destructor Documentation

◆ PartnerFindTDSSearchResultRow()

Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.PartnerFindTDSSearchResultRow ( System.Data.DataRowBuilder  rb)
inline

Constructor.

Member Function Documentation

◆ InitValues()

virtual void Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.InitValues ( )
inlinevirtual

set default values

◆ IsAccountNameNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.IsAccountNameNull ( )
inline

test for NULL value

◆ IsAcquisitionCodeNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.IsAcquisitionCodeNull ( )
inline

test for NULL value

◆ IsAddress3Null()

bool Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.IsAddress3Null ( )
inline

test for NULL value

◆ IsBankAccountNumberNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.IsBankAccountNumberNull ( )
inline

test for NULL value

◆ IsBankingDetailsKeyNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.IsBankingDetailsKeyNull ( )
inline

test for NULL value

◆ IsBicNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.IsBicNull ( )
inline

test for NULL value

◆ IsBranchCodeNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.IsBranchCodeNull ( )
inline

test for NULL value

◆ IsCityNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.IsCityNull ( )
inline

test for NULL value

◆ IsCountryCodeNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.IsCountryCodeNull ( )
inline

test for NULL value

◆ IsCountyNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.IsCountyNull ( )
inline

test for NULL value

◆ IsCreatedByNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.IsCreatedByNull ( )
inline

test for NULL value

◆ IsDateCreatedNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.IsDateCreatedNull ( )
inline

test for NULL value

◆ IsFamilyKeyNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.IsFamilyKeyNull ( )
inline

test for NULL value

◆ IsFamilyNameNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.IsFamilyNameNull ( )
inline

test for NULL value

◆ IsFirstNameNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.IsFirstNameNull ( )
inline

test for NULL value

◆ IsIbanNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.IsIbanNull ( )
inline

test for NULL value

◆ IsLocalityNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.IsLocalityNull ( )
inline

test for NULL value

◆ IsLocationKeyNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.IsLocationKeyNull ( )
inline

test for NULL value

◆ IsLocationTypeNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.IsLocationTypeNull ( )
inline

test for NULL value

◆ IsModificationIdNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.IsModificationIdNull ( )
inline

test for NULL value

◆ IsPartnerClassNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.IsPartnerClassNull ( )
inline

test for NULL value

◆ IsPartnerKeyNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.IsPartnerKeyNull ( )
inline

test for NULL value

◆ IsPartnerShortNameNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.IsPartnerShortNameNull ( )
inline

test for NULL value

◆ IsPostalCodeNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.IsPostalCodeNull ( )
inline

test for NULL value

◆ IsPreviousNameNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.IsPreviousNameNull ( )
inline

test for NULL value

◆ IsSiteKeyNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.IsSiteKeyNull ( )
inline

test for NULL value

◆ IsStatusCodeNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.IsStatusCodeNull ( )
inline

test for NULL value

◆ IsStreetNameNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.IsStreetNameNull ( )
inline

test for NULL value

◆ SetAccountNameNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.SetAccountNameNull ( )
inline

assign NULL value

◆ SetAcquisitionCodeNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.SetAcquisitionCodeNull ( )
inline

assign NULL value

◆ SetAddress3Null()

void Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.SetAddress3Null ( )
inline

assign NULL value

◆ SetBankAccountNumberNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.SetBankAccountNumberNull ( )
inline

assign NULL value

◆ SetBankingDetailsKeyNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.SetBankingDetailsKeyNull ( )
inline

assign NULL value

◆ SetBicNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.SetBicNull ( )
inline

assign NULL value

◆ SetBranchCodeNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.SetBranchCodeNull ( )
inline

assign NULL value

◆ SetCityNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.SetCityNull ( )
inline

assign NULL value

◆ SetCountryCodeNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.SetCountryCodeNull ( )
inline

assign NULL value

◆ SetCountyNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.SetCountyNull ( )
inline

assign NULL value

◆ SetCreatedByNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.SetCreatedByNull ( )
inline

assign NULL value

◆ SetDateCreatedNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.SetDateCreatedNull ( )
inline

assign NULL value

◆ SetFamilyKeyNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.SetFamilyKeyNull ( )
inline

assign NULL value

◆ SetFamilyNameNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.SetFamilyNameNull ( )
inline

assign NULL value

◆ SetFirstNameNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.SetFirstNameNull ( )
inline

assign NULL value

◆ SetIbanNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.SetIbanNull ( )
inline

assign NULL value

◆ SetLocalityNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.SetLocalityNull ( )
inline

assign NULL value

◆ SetLocationKeyNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.SetLocationKeyNull ( )
inline

assign NULL value

◆ SetLocationTypeNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.SetLocationTypeNull ( )
inline

assign NULL value

◆ SetModificationIdNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.SetModificationIdNull ( )
inline

assign NULL value

◆ SetPartnerClassNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.SetPartnerClassNull ( )
inline

assign NULL value

◆ SetPartnerKeyNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.SetPartnerKeyNull ( )
inline

assign NULL value

◆ SetPartnerShortNameNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.SetPartnerShortNameNull ( )
inline

assign NULL value

◆ SetPostalCodeNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.SetPostalCodeNull ( )
inline

assign NULL value

◆ SetPreviousNameNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.SetPreviousNameNull ( )
inline

assign NULL value

◆ SetSiteKeyNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.SetSiteKeyNull ( )
inline

assign NULL value

◆ SetStatusCodeNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.SetStatusCodeNull ( )
inline

assign NULL value

◆ SetStreetNameNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.SetStreetNameNull ( )
inline

assign NULL value

Property Documentation

◆ AccountName

String Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.AccountName
getset

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

◆ AcquisitionCode

String Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.AcquisitionCode
getset

This code identifies the method of aquisition.

◆ Address3

String Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.Address3
getset

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

◆ BankAccountNumber

String Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.BankAccountNumber
getset

The account number in the bank.

◆ BankingDetailsKey

Int32 Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.BankingDetailsKey
getset

A sequence key for the banking details.

◆ Bic

String Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.Bic
getset

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.

◆ BranchCode

String Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.BranchCode
getset

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

◆ City

String Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.City
getset

This can be a post town or city.

◆ CountryCode

String Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.CountryCode
getset

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

◆ County

String Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.County
getset

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

◆ CreatedBy

String Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.CreatedBy
getset

User ID of who created this record.

◆ DateCreated

System.? DateTime Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.DateCreated
getset

The date the record was created.

◆ FamilyKey

Int64 Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.FamilyKey
getset

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.

◆ FamilyName

String Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.FamilyName
getset

◆ FirstName

String Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.FirstName
getset

◆ Iban

String Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.Iban
getset

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.

◆ Locality

String Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.Locality
getset

This is the first element of an address.

◆ LocationKey

Int32 Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.LocationKey
getset

◆ LocationType

String Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.LocationType
getset

◆ ModificationId

DateTime Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.ModificationId
getset

This identifies the current version of the record.

◆ PartnerClass

String Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.PartnerClass
getset

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

◆ PartnerKey

Int64 Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.PartnerKey
getset

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

◆ PartnerShortName

String Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.PartnerShortName
getset

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

◆ PostalCode

String Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.PostalCode
getset

This is the national post code.

◆ PreviousName

String Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.PreviousName
getset

◆ SiteKey

Int64 Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.SiteKey
getset

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

◆ StatusCode

String Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.StatusCode
getset

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

◆ StreetName

String Ict.Petra.Shared.MPartner.Partner.Data.PartnerFindTDSSearchResultRow.StreetName
getset

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


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