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

Details of an bank. More...

Inheritance diagram for Ict.Petra.Shared.MPartner.Partner.Data.BankTDSPBankRow:
Ict.Petra.Shared.MPartner.Partner.Data.PBankRow

Public Member Functions

 BankTDSPBankRow (System.Data.DataRowBuilder rb)
 Constructor. More...
 
override void InitValues ()
 set default values More...
 
bool IsStatusCodeNull ()
 test for NULL value More...
 
void SetStatusCodeNull ()
 assign NULL value More...
 
bool IsSiteKeyNull ()
 test for NULL value More...
 
void SetSiteKeyNull ()
 assign NULL value More...
 
bool IsLocationKeyNull ()
 test for NULL value More...
 
void SetLocationKeyNull ()
 assign NULL value More...
 
bool IsCityNull ()
 test for NULL value More...
 
void SetCityNull ()
 assign NULL value More...
 
bool IsCountryCodeNull ()
 test for NULL value More...
 
void SetCountryCodeNull ()
 assign NULL value More...
 
bool IsPartnerKeyNull ()
 test for NULL value More...
 
void SetPartnerKeyNull ()
 assign NULL value More...
 
bool IsBranchNameNull ()
 test for NULL value More...
 
void SetBranchNameNull ()
 assign NULL value More...
 
bool IsContactPartnerKeyNull ()
 test for NULL value More...
 
void SetContactPartnerKeyNull ()
 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...
 
bool IsEpFormatFileNull ()
 test for NULL value More...
 
void SetEpFormatFileNull ()
 assign NULL value More...
 
bool IsCreditCardNull ()
 test for NULL value More...
 
void SetCreditCardNull ()
 assign NULL value More...
 
bool IsDateCreatedNull ()
 test for NULL value More...
 
void SetDateCreatedNull ()
 assign NULL value More...
 
bool IsCreatedByNull ()
 test for NULL value More...
 
void SetCreatedByNull ()
 assign NULL value More...
 
bool IsDateModifiedNull ()
 test for NULL value More...
 
void SetDateModifiedNull ()
 assign NULL value More...
 
bool IsModifiedByNull ()
 test for NULL value More...
 
void SetModifiedByNull ()
 assign NULL value More...
 
bool IsModificationIdNull ()
 test for NULL value More...
 
void SetModificationIdNull ()
 assign NULL value More...
 

Properties

String StatusCode [get, set]
 
Int64 SiteKey [get, set]
 This is the key that tell what site created this location, it will help to merge addresses when doing imports. More...
 
Int32 LocationKey [get, set]
 
String City [get, set]
 This can be a post town or city. More...
 
String CountryCode [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 BranchName [get, set]
 
Int64 ContactPartnerKey [get, set]
 Generally the contact person for the unit who will be addressed in any correspondence. 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...
 
String EpFormatFile [get, set]
 The format file to be used for electronic payment. More...
 
Boolean CreditCard [get, set]
 Is this a credit card type (eg. VISA)? More...
 
System.? DateTime DateCreated [get, set]
 The date the record was created. More...
 
String CreatedBy [get, set]
 User ID of who created this record. More...
 
System.? DateTime DateModified [get, set]
 The date the record was modified. More...
 
String ModifiedBy [get, set]
 User ID of who last modified this record. More...
 
DateTime ModificationId [get, set]
 This identifies the current version of the record. More...
 

Detailed Description

Details of an bank.

Constructor & Destructor Documentation

◆ BankTDSPBankRow()

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

Constructor.

Member Function Documentation

◆ InitValues()

override void Ict.Petra.Shared.MPartner.Partner.Data.BankTDSPBankRow.InitValues ( )
inlinevirtual

set default values

Reimplemented from Ict.Petra.Shared.MPartner.Partner.Data.PBankRow.

◆ IsBicNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PBankRow.IsBicNull ( )
inlineinherited

test for NULL value

◆ IsBranchCodeNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PBankRow.IsBranchCodeNull ( )
inlineinherited

test for NULL value

◆ IsBranchNameNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PBankRow.IsBranchNameNull ( )
inlineinherited

test for NULL value

◆ IsCityNull()

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

test for NULL value

◆ IsContactPartnerKeyNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PBankRow.IsContactPartnerKeyNull ( )
inlineinherited

test for NULL value

◆ IsCountryCodeNull()

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

test for NULL value

◆ IsCreatedByNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PBankRow.IsCreatedByNull ( )
inlineinherited

test for NULL value

◆ IsCreditCardNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PBankRow.IsCreditCardNull ( )
inlineinherited

test for NULL value

◆ IsDateCreatedNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PBankRow.IsDateCreatedNull ( )
inlineinherited

test for NULL value

◆ IsDateModifiedNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PBankRow.IsDateModifiedNull ( )
inlineinherited

test for NULL value

◆ IsEpFormatFileNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PBankRow.IsEpFormatFileNull ( )
inlineinherited

test for NULL value

◆ IsLocationKeyNull()

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

test for NULL value

◆ IsModificationIdNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PBankRow.IsModificationIdNull ( )
inlineinherited

test for NULL value

◆ IsModifiedByNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PBankRow.IsModifiedByNull ( )
inlineinherited

test for NULL value

◆ IsPartnerKeyNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PBankRow.IsPartnerKeyNull ( )
inlineinherited

test for NULL value

◆ IsSiteKeyNull()

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

test for NULL value

◆ IsStatusCodeNull()

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

test for NULL value

◆ SetBicNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PBankRow.SetBicNull ( )
inlineinherited

assign NULL value

◆ SetBranchCodeNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PBankRow.SetBranchCodeNull ( )
inlineinherited

assign NULL value

◆ SetBranchNameNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PBankRow.SetBranchNameNull ( )
inlineinherited

assign NULL value

◆ SetCityNull()

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

assign NULL value

◆ SetContactPartnerKeyNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PBankRow.SetContactPartnerKeyNull ( )
inlineinherited

assign NULL value

◆ SetCountryCodeNull()

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

assign NULL value

◆ SetCreatedByNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PBankRow.SetCreatedByNull ( )
inlineinherited

assign NULL value

◆ SetCreditCardNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PBankRow.SetCreditCardNull ( )
inlineinherited

assign NULL value

◆ SetDateCreatedNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PBankRow.SetDateCreatedNull ( )
inlineinherited

assign NULL value

◆ SetDateModifiedNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PBankRow.SetDateModifiedNull ( )
inlineinherited

assign NULL value

◆ SetEpFormatFileNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PBankRow.SetEpFormatFileNull ( )
inlineinherited

assign NULL value

◆ SetLocationKeyNull()

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

assign NULL value

◆ SetModificationIdNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PBankRow.SetModificationIdNull ( )
inlineinherited

assign NULL value

◆ SetModifiedByNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PBankRow.SetModifiedByNull ( )
inlineinherited

assign NULL value

◆ SetPartnerKeyNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PBankRow.SetPartnerKeyNull ( )
inlineinherited

assign NULL value

◆ SetSiteKeyNull()

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

assign NULL value

◆ SetStatusCodeNull()

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

assign NULL value

Property Documentation

◆ Bic

String Ict.Petra.Shared.MPartner.Partner.Data.PBankRow.Bic
getsetinherited

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.PBankRow.BranchCode
getsetinherited

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

◆ BranchName

String Ict.Petra.Shared.MPartner.Partner.Data.PBankRow.BranchName
getsetinherited

◆ City

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

This can be a post town or city.

◆ ContactPartnerKey

Int64 Ict.Petra.Shared.MPartner.Partner.Data.PBankRow.ContactPartnerKey
getsetinherited

Generally the contact person for the unit who will be addressed in any correspondence.

◆ CountryCode

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

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

◆ CreatedBy

String Ict.Petra.Shared.MPartner.Partner.Data.PBankRow.CreatedBy
getsetinherited

User ID of who created this record.

◆ CreditCard

Boolean Ict.Petra.Shared.MPartner.Partner.Data.PBankRow.CreditCard
getsetinherited

Is this a credit card type (eg. VISA)?

◆ DateCreated

System.? DateTime Ict.Petra.Shared.MPartner.Partner.Data.PBankRow.DateCreated
getsetinherited

The date the record was created.

◆ DateModified

System.? DateTime Ict.Petra.Shared.MPartner.Partner.Data.PBankRow.DateModified
getsetinherited

The date the record was modified.

◆ EpFormatFile

String Ict.Petra.Shared.MPartner.Partner.Data.PBankRow.EpFormatFile
getsetinherited

The format file to be used for electronic payment.

◆ LocationKey

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

◆ ModificationId

DateTime Ict.Petra.Shared.MPartner.Partner.Data.PBankRow.ModificationId
getsetinherited

This identifies the current version of the record.

◆ ModifiedBy

String Ict.Petra.Shared.MPartner.Partner.Data.PBankRow.ModifiedBy
getsetinherited

User ID of who last modified this record.

◆ PartnerKey

Int64 Ict.Petra.Shared.MPartner.Partner.Data.PBankRow.PartnerKey
getsetinherited

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

◆ SiteKey

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

This is the key that tell what site created this location, it will help to merge addresses when doing imports.

◆ StatusCode

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

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


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