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

Any bank details for a partner can be stored in this table. More...

Inheritance diagram for Ict.Petra.Shared.MPartner.Partner.Data.PartnerEditTDSPBankingDetailsRow:
Ict.Petra.Shared.MPartner.Partner.Data.PBankingDetailsRow

Public Member Functions

 PartnerEditTDSPBankingDetailsRow (System.Data.DataRowBuilder rb)
 Constructor. More...
 
override void InitValues ()
 set default values More...
 
bool IsMainAccountNull ()
 test for NULL value More...
 
void SetMainAccountNull ()
 assign NULL value More...
 
bool IsBicNull ()
 test for NULL value More...
 
void SetBicNull ()
 assign NULL value More...
 
bool IsBranchNameNull ()
 test for NULL value More...
 
void SetBranchNameNull ()
 assign NULL value More...
 
bool IsBankingDetailsKeyNull ()
 test for NULL value More...
 
void SetBankingDetailsKeyNull ()
 assign NULL value More...
 
bool IsBankingTypeNull ()
 test for NULL value More...
 
void SetBankingTypeNull ()
 assign NULL value More...
 
bool IsAccountNameNull ()
 test for NULL value More...
 
void SetAccountNameNull ()
 assign NULL value More...
 
bool IsTitleNull ()
 test for NULL value More...
 
void SetTitleNull ()
 assign NULL value More...
 
bool IsFirstNameNull ()
 test for NULL value More...
 
void SetFirstNameNull ()
 assign NULL value More...
 
bool IsMiddleNameNull ()
 test for NULL value More...
 
void SetMiddleNameNull ()
 assign NULL value More...
 
bool IsLastNameNull ()
 test for NULL value More...
 
void SetLastNameNull ()
 assign NULL value More...
 
bool IsBankKeyNull ()
 test for NULL value More...
 
void SetBankKeyNull ()
 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 IsSecurityCodeNull ()
 test for NULL value More...
 
void SetSecurityCodeNull ()
 assign NULL value More...
 
bool IsValidFromDateNull ()
 test for NULL value More...
 
void SetValidFromDateNull ()
 assign NULL value More...
 
bool IsExpiryDateNull ()
 test for NULL value More...
 
void SetExpiryDateNull ()
 assign NULL value More...
 
bool IsCommentNull ()
 test for NULL value More...
 
void SetCommentNull ()
 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

Boolean MainAccount [get, set]
 
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 BranchName [get, set]
 
Int32 BankingDetailsKey [get, set]
 A sequence key for the banking details. More...
 
Int32 BankingType [get, set]
 The type of banking: BANK ACCOUNT, CREDIT CARD, etc. More...
 
String AccountName [get, set]
 The full name used for authorizing a transaction with this banking entity. More...
 
String Title [get, set]
 
String FirstName [get, set]
 
String MiddleName [get, set]
 
String LastName [get, set]
 
Int64 BankKey [get, set]
 Link to p_bank to see what details the bank has. 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 SecurityCode [get, set]
 Credit Card Security Code. More...
 
System.? DateTime ValidFromDate [get, set]
 When the credit card is valid from. More...
 
System.? DateTime ExpiryDate [get, set]
 When this expires. More...
 
String Comment [get, set]
 This is the finance details comment. 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

Any bank details for a partner can be stored in this table.

Constructor & Destructor Documentation

◆ PartnerEditTDSPBankingDetailsRow()

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

Constructor.

Member Function Documentation

◆ InitValues()

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

set default values

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

◆ IsAccountNameNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PBankingDetailsRow.IsAccountNameNull ( )
inlineinherited

test for NULL value

◆ IsBankAccountNumberNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PBankingDetailsRow.IsBankAccountNumberNull ( )
inlineinherited

test for NULL value

◆ IsBankingDetailsKeyNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PBankingDetailsRow.IsBankingDetailsKeyNull ( )
inlineinherited

test for NULL value

◆ IsBankingTypeNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PBankingDetailsRow.IsBankingTypeNull ( )
inlineinherited

test for NULL value

◆ IsBankKeyNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PBankingDetailsRow.IsBankKeyNull ( )
inlineinherited

test for NULL value

◆ IsBicNull()

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

test for NULL value

◆ IsBranchNameNull()

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

test for NULL value

◆ IsCommentNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PBankingDetailsRow.IsCommentNull ( )
inlineinherited

test for NULL value

◆ IsCreatedByNull()

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

test for NULL value

◆ IsDateCreatedNull()

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

test for NULL value

◆ IsDateModifiedNull()

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

test for NULL value

◆ IsExpiryDateNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PBankingDetailsRow.IsExpiryDateNull ( )
inlineinherited

test for NULL value

◆ IsFirstNameNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PBankingDetailsRow.IsFirstNameNull ( )
inlineinherited

test for NULL value

◆ IsIbanNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PBankingDetailsRow.IsIbanNull ( )
inlineinherited

test for NULL value

◆ IsLastNameNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PBankingDetailsRow.IsLastNameNull ( )
inlineinherited

test for NULL value

◆ IsMainAccountNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PartnerEditTDSPBankingDetailsRow.IsMainAccountNull ( )
inline

test for NULL value

◆ IsMiddleNameNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PBankingDetailsRow.IsMiddleNameNull ( )
inlineinherited

test for NULL value

◆ IsModificationIdNull()

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

test for NULL value

◆ IsModifiedByNull()

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

test for NULL value

◆ IsSecurityCodeNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PBankingDetailsRow.IsSecurityCodeNull ( )
inlineinherited

test for NULL value

◆ IsTitleNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PBankingDetailsRow.IsTitleNull ( )
inlineinherited

test for NULL value

◆ IsValidFromDateNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PBankingDetailsRow.IsValidFromDateNull ( )
inlineinherited

test for NULL value

◆ SetAccountNameNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PBankingDetailsRow.SetAccountNameNull ( )
inlineinherited

assign NULL value

◆ SetBankAccountNumberNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PBankingDetailsRow.SetBankAccountNumberNull ( )
inlineinherited

assign NULL value

◆ SetBankingDetailsKeyNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PBankingDetailsRow.SetBankingDetailsKeyNull ( )
inlineinherited

assign NULL value

◆ SetBankingTypeNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PBankingDetailsRow.SetBankingTypeNull ( )
inlineinherited

assign NULL value

◆ SetBankKeyNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PBankingDetailsRow.SetBankKeyNull ( )
inlineinherited

assign NULL value

◆ SetBicNull()

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

assign NULL value

◆ SetBranchNameNull()

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

assign NULL value

◆ SetCommentNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PBankingDetailsRow.SetCommentNull ( )
inlineinherited

assign NULL value

◆ SetCreatedByNull()

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

assign NULL value

◆ SetDateCreatedNull()

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

assign NULL value

◆ SetDateModifiedNull()

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

assign NULL value

◆ SetExpiryDateNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PBankingDetailsRow.SetExpiryDateNull ( )
inlineinherited

assign NULL value

◆ SetFirstNameNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PBankingDetailsRow.SetFirstNameNull ( )
inlineinherited

assign NULL value

◆ SetIbanNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PBankingDetailsRow.SetIbanNull ( )
inlineinherited

assign NULL value

◆ SetLastNameNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PBankingDetailsRow.SetLastNameNull ( )
inlineinherited

assign NULL value

◆ SetMainAccountNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PartnerEditTDSPBankingDetailsRow.SetMainAccountNull ( )
inline

assign NULL value

◆ SetMiddleNameNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PBankingDetailsRow.SetMiddleNameNull ( )
inlineinherited

assign NULL value

◆ SetModificationIdNull()

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

assign NULL value

◆ SetModifiedByNull()

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

assign NULL value

◆ SetSecurityCodeNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PBankingDetailsRow.SetSecurityCodeNull ( )
inlineinherited

assign NULL value

◆ SetTitleNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PBankingDetailsRow.SetTitleNull ( )
inlineinherited

assign NULL value

◆ SetValidFromDateNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PBankingDetailsRow.SetValidFromDateNull ( )
inlineinherited

assign NULL value

Property Documentation

◆ AccountName

String Ict.Petra.Shared.MPartner.Partner.Data.PBankingDetailsRow.AccountName
getsetinherited

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

◆ BankAccountNumber

String Ict.Petra.Shared.MPartner.Partner.Data.PBankingDetailsRow.BankAccountNumber
getsetinherited

The account number in the bank.

◆ BankingDetailsKey

Int32 Ict.Petra.Shared.MPartner.Partner.Data.PBankingDetailsRow.BankingDetailsKey
getsetinherited

A sequence key for the banking details.

◆ BankingType

Int32 Ict.Petra.Shared.MPartner.Partner.Data.PBankingDetailsRow.BankingType
getsetinherited

The type of banking: BANK ACCOUNT, CREDIT CARD, etc.

◆ BankKey

Int64 Ict.Petra.Shared.MPartner.Partner.Data.PBankingDetailsRow.BankKey
getsetinherited

Link to p_bank to see what details the bank has.

◆ Bic

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

◆ BranchName

String Ict.Petra.Shared.MPartner.Partner.Data.PartnerEditTDSPBankingDetailsRow.BranchName
getset

◆ Comment

String Ict.Petra.Shared.MPartner.Partner.Data.PBankingDetailsRow.Comment
getsetinherited

This is the finance details comment.

◆ CreatedBy

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

User ID of who created this record.

◆ DateCreated

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

The date the record was created.

◆ DateModified

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

The date the record was modified.

◆ ExpiryDate

System.? DateTime Ict.Petra.Shared.MPartner.Partner.Data.PBankingDetailsRow.ExpiryDate
getsetinherited

When this expires.

◆ FirstName

String Ict.Petra.Shared.MPartner.Partner.Data.PBankingDetailsRow.FirstName
getsetinherited

◆ Iban

String Ict.Petra.Shared.MPartner.Partner.Data.PBankingDetailsRow.Iban
getsetinherited

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.

◆ LastName

String Ict.Petra.Shared.MPartner.Partner.Data.PBankingDetailsRow.LastName
getsetinherited

◆ MainAccount

Boolean Ict.Petra.Shared.MPartner.Partner.Data.PartnerEditTDSPBankingDetailsRow.MainAccount
getset

◆ MiddleName

String Ict.Petra.Shared.MPartner.Partner.Data.PBankingDetailsRow.MiddleName
getsetinherited

◆ ModificationId

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

This identifies the current version of the record.

◆ ModifiedBy

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

User ID of who last modified this record.

◆ SecurityCode

String Ict.Petra.Shared.MPartner.Partner.Data.PBankingDetailsRow.SecurityCode
getsetinherited

Credit Card Security Code.

◆ Title

String Ict.Petra.Shared.MPartner.Partner.Data.PBankingDetailsRow.Title
getsetinherited

◆ ValidFromDate

System.? DateTime Ict.Petra.Shared.MPartner.Partner.Data.PBankingDetailsRow.ValidFromDate
getsetinherited

When the credit card is valid from.


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