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

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

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

Public Member Functions

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

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

◆ PBankingDetailsRow()

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

Constructor.

Member Function Documentation

◆ InitValues()

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

◆ IsAccountNameNull()

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

test for NULL value

◆ IsBankAccountNumberNull()

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

test for NULL value

◆ IsBankingDetailsKeyNull()

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

test for NULL value

◆ IsBankingTypeNull()

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

test for NULL value

◆ IsBankKeyNull()

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

test for NULL value

◆ IsCommentNull()

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

test for NULL value

◆ IsCreatedByNull()

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

test for NULL value

◆ IsDateCreatedNull()

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

test for NULL value

◆ IsDateModifiedNull()

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

test for NULL value

◆ IsExpiryDateNull()

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

test for NULL value

◆ IsFirstNameNull()

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

test for NULL value

◆ IsIbanNull()

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

test for NULL value

◆ IsLastNameNull()

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

test for NULL value

◆ IsMiddleNameNull()

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

test for NULL value

◆ IsModificationIdNull()

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

test for NULL value

◆ IsModifiedByNull()

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

test for NULL value

◆ IsSecurityCodeNull()

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

test for NULL value

◆ IsTitleNull()

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

test for NULL value

◆ IsValidFromDateNull()

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

test for NULL value

◆ SetAccountNameNull()

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

assign NULL value

◆ SetBankAccountNumberNull()

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

assign NULL value

◆ SetBankingDetailsKeyNull()

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

assign NULL value

◆ SetBankingTypeNull()

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

assign NULL value

◆ SetBankKeyNull()

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

assign NULL value

◆ SetCommentNull()

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

assign NULL value

◆ SetCreatedByNull()

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

assign NULL value

◆ SetDateCreatedNull()

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

assign NULL value

◆ SetDateModifiedNull()

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

assign NULL value

◆ SetExpiryDateNull()

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

assign NULL value

◆ SetFirstNameNull()

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

assign NULL value

◆ SetIbanNull()

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

assign NULL value

◆ SetLastNameNull()

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

assign NULL value

◆ SetMiddleNameNull()

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

assign NULL value

◆ SetModificationIdNull()

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

assign NULL value

◆ SetModifiedByNull()

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

assign NULL value

◆ SetSecurityCodeNull()

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

assign NULL value

◆ SetTitleNull()

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

assign NULL value

◆ SetValidFromDateNull()

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

assign NULL value

Property Documentation

◆ AccountName

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

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

◆ BankAccountNumber

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

The account number in the bank.

◆ BankingDetailsKey

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

A sequence key for the banking details.

◆ BankingType

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

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

◆ BankKey

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

Link to p_bank to see what details the bank has.

◆ Comment

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

This is the finance details comment.

◆ CreatedBy

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

User ID of who created this record.

◆ DateCreated

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

The date the record was created.

◆ DateModified

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

The date the record was modified.

◆ ExpiryDate

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

When this expires.

◆ FirstName

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

◆ Iban

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

◆ LastName

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

◆ MiddleName

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

◆ ModificationId

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

This identifies the current version of the record.

◆ ModifiedBy

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

User ID of who last modified this record.

◆ SecurityCode

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

Credit Card Security Code.

◆ Title

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

◆ ValidFromDate

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

When the credit card is valid from.


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