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

Details of an bank. More...

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

Public Member Functions

 PBankRow (System.Data.DataRowBuilder rb)
 Constructor. More...
 
virtual void InitValues ()
 set default values 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

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

◆ PBankRow()

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

Constructor.

Member Function Documentation

◆ InitValues()

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

set default values

Reimplemented in Ict.Petra.Shared.MPartner.Partner.Data.BankTDSPBankRow.

◆ IsBicNull()

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

test for NULL value

◆ IsBranchCodeNull()

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

test for NULL value

◆ IsBranchNameNull()

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

test for NULL value

◆ IsContactPartnerKeyNull()

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

test for NULL value

◆ IsCreatedByNull()

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

test for NULL value

◆ IsCreditCardNull()

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

test for NULL value

◆ IsDateCreatedNull()

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

test for NULL value

◆ IsDateModifiedNull()

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

test for NULL value

◆ IsEpFormatFileNull()

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

test for NULL value

◆ IsModificationIdNull()

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

test for NULL value

◆ IsModifiedByNull()

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

test for NULL value

◆ IsPartnerKeyNull()

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

test for NULL value

◆ SetBicNull()

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

assign NULL value

◆ SetBranchCodeNull()

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

assign NULL value

◆ SetBranchNameNull()

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

assign NULL value

◆ SetContactPartnerKeyNull()

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

assign NULL value

◆ SetCreatedByNull()

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

assign NULL value

◆ SetCreditCardNull()

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

assign NULL value

◆ SetDateCreatedNull()

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

assign NULL value

◆ SetDateModifiedNull()

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

assign NULL value

◆ SetEpFormatFileNull()

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

assign NULL value

◆ SetModificationIdNull()

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

assign NULL value

◆ SetModifiedByNull()

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

assign NULL value

◆ SetPartnerKeyNull()

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

assign NULL value

Property Documentation

◆ Bic

String Ict.Petra.Shared.MPartner.Partner.Data.PBankRow.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.PBankRow.BranchCode
getset

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
getset

◆ ContactPartnerKey

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

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

◆ CreatedBy

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

User ID of who created this record.

◆ CreditCard

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

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

◆ DateCreated

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

The date the record was created.

◆ DateModified

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

The date the record was modified.

◆ EpFormatFile

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

The format file to be used for electronic payment.

◆ ModificationId

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

This identifies the current version of the record.

◆ ModifiedBy

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

User ID of who last modified this record.

◆ PartnerKey

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


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