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

Tells of what type this banking-detail is (bank-account, visa, mastercard, etc. More...

Inheritance diagram for Ict.Petra.Shared.MPartner.Partner.Data.PBankingTypeRow:

Public Member Functions

 PBankingTypeRow (System.Data.DataRowBuilder rb)
 Constructor. More...
 
virtual void InitValues ()
 set default values More...
 
bool IsIdNull ()
 test for NULL value More...
 
void SetIdNull ()
 assign NULL value More...
 
bool IsTypeNull ()
 test for NULL value More...
 
void SetTypeNull ()
 assign NULL value More...
 
bool IsDescriptionNull ()
 test for NULL value More...
 
void SetDescriptionNull ()
 assign NULL value More...
 
bool IsCheckNull ()
 test for NULL value More...
 
void SetCheckNull ()
 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 Id [get, set]
 The ID of this type. More...
 
String Type [get, set]
 Human readable form of this type. More...
 
String Description [get, set]
 What it means. More...
 
String Check [get, set]
 A procedure to check the fields... 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

Tells of what type this banking-detail is (bank-account, visa, mastercard, etc.

Constructor & Destructor Documentation

◆ PBankingTypeRow()

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

Constructor.

Member Function Documentation

◆ InitValues()

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

set default values

◆ IsCheckNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PBankingTypeRow.IsCheckNull ( )
inline

test for NULL value

◆ IsCreatedByNull()

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

test for NULL value

◆ IsDateCreatedNull()

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

test for NULL value

◆ IsDateModifiedNull()

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

test for NULL value

◆ IsDescriptionNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PBankingTypeRow.IsDescriptionNull ( )
inline

test for NULL value

◆ IsIdNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PBankingTypeRow.IsIdNull ( )
inline

test for NULL value

◆ IsModificationIdNull()

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

test for NULL value

◆ IsModifiedByNull()

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

test for NULL value

◆ IsTypeNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PBankingTypeRow.IsTypeNull ( )
inline

test for NULL value

◆ SetCheckNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PBankingTypeRow.SetCheckNull ( )
inline

assign NULL value

◆ SetCreatedByNull()

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

assign NULL value

◆ SetDateCreatedNull()

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

assign NULL value

◆ SetDateModifiedNull()

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

assign NULL value

◆ SetDescriptionNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PBankingTypeRow.SetDescriptionNull ( )
inline

assign NULL value

◆ SetIdNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PBankingTypeRow.SetIdNull ( )
inline

assign NULL value

◆ SetModificationIdNull()

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

assign NULL value

◆ SetModifiedByNull()

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

assign NULL value

◆ SetTypeNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PBankingTypeRow.SetTypeNull ( )
inline

assign NULL value

Property Documentation

◆ Check

String Ict.Petra.Shared.MPartner.Partner.Data.PBankingTypeRow.Check
getset

A procedure to check the fields...

◆ CreatedBy

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

User ID of who created this record.

◆ DateCreated

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

The date the record was created.

◆ DateModified

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

The date the record was modified.

◆ Description

String Ict.Petra.Shared.MPartner.Partner.Data.PBankingTypeRow.Description
getset

What it means.

◆ Id

Int32 Ict.Petra.Shared.MPartner.Partner.Data.PBankingTypeRow.Id
getset

The ID of this type.

◆ ModificationId

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

This identifies the current version of the record.

◆ ModifiedBy

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

User ID of who last modified this record.

◆ Type

String Ict.Petra.Shared.MPartner.Partner.Data.PBankingTypeRow.Type
getset

Human readable form of this type.


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