OpenPetra
Free Administration Software for Non-Profits
Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPassportDetailsRow Class Reference

Passport Details. More...

Inheritance diagram for Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPassportDetailsRow:
Ict.Petra.Shared.MPersonnel.Personnel.Data.IndividualDataTDSPmPassportDetailsRow

Public Member Functions

 PmPassportDetailsRow (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 IsPassportNumberNull ()
 test for NULL value More...
 
void SetPassportNumberNull ()
 assign NULL value More...
 
bool IsMainPassportNull ()
 test for NULL value More...
 
void SetMainPassportNull ()
 assign NULL value More...
 
bool IsActiveFlagNull ()
 test for NULL value More...
 
void SetActiveFlagNull ()
 assign NULL value More...
 
bool IsFullPassportNameNull ()
 test for NULL value More...
 
void SetFullPassportNameNull ()
 assign NULL value More...
 
bool IsPassportDobNull ()
 test for NULL value More...
 
void SetPassportDobNull ()
 assign NULL value More...
 
bool IsPlaceOfBirthNull ()
 test for NULL value More...
 
void SetPlaceOfBirthNull ()
 assign NULL value More...
 
bool IsPassportNationalityCodeNull ()
 test for NULL value More...
 
void SetPassportNationalityCodeNull ()
 assign NULL value More...
 
bool IsDateOfExpirationNull ()
 test for NULL value More...
 
void SetDateOfExpirationNull ()
 assign NULL value More...
 
bool IsPlaceOfIssueNull ()
 test for NULL value More...
 
void SetPlaceOfIssueNull ()
 assign NULL value More...
 
bool IsCountryOfIssueNull ()
 test for NULL value More...
 
void SetCountryOfIssueNull ()
 assign NULL value More...
 
bool IsDateOfIssueNull ()
 test for NULL value More...
 
void SetDateOfIssueNull ()
 assign NULL value More...
 
bool IsPassportDetailsTypeNull ()
 test for NULL value More...
 
void SetPassportDetailsTypeNull ()
 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 PassportNumber [get, set]
 Passport Number. More...
 
Boolean MainPassport [get, set]
 Is this the main passport? More...
 
String ActiveFlag [get, set]
 Indicates whether the passport is active or not. More...
 
String FullPassportName [get, set]
 Full passport name. More...
 
System.? DateTime PassportDob [get, set]
 Date of Birth. More...
 
String PlaceOfBirth [get, set]
 Location of birth, eg. Cleveland, Ohio, USA, or Oswestry,Shropshire, England. More...
 
String PassportNationalityCode [get, set]
 Nationality of the passport holder. More...
 
System.? DateTime DateOfExpiration [get, set]
 Date the passport expires. More...
 
String PlaceOfIssue [get, set]
 Place the passport was issued. More...
 
String CountryOfIssue [get, set]
 Country the passport was issued. More...
 
System.? DateTime DateOfIssue [get, set]
 The date the passport was issued. More...
 
String PassportDetailsType [get, set]
 Details the type of passport, e.g. Residence, Diplomatic, etc. 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

Passport Details.

Constructor & Destructor Documentation

◆ PmPassportDetailsRow()

Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPassportDetailsRow.PmPassportDetailsRow ( System.Data.DataRowBuilder  rb)
inline

Constructor.

Member Function Documentation

◆ InitValues()

virtual void Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPassportDetailsRow.InitValues ( )
inlinevirtual

◆ IsActiveFlagNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPassportDetailsRow.IsActiveFlagNull ( )
inline

test for NULL value

◆ IsCountryOfIssueNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPassportDetailsRow.IsCountryOfIssueNull ( )
inline

test for NULL value

◆ IsCreatedByNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPassportDetailsRow.IsCreatedByNull ( )
inline

test for NULL value

◆ IsDateCreatedNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPassportDetailsRow.IsDateCreatedNull ( )
inline

test for NULL value

◆ IsDateModifiedNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPassportDetailsRow.IsDateModifiedNull ( )
inline

test for NULL value

◆ IsDateOfExpirationNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPassportDetailsRow.IsDateOfExpirationNull ( )
inline

test for NULL value

◆ IsDateOfIssueNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPassportDetailsRow.IsDateOfIssueNull ( )
inline

test for NULL value

◆ IsFullPassportNameNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPassportDetailsRow.IsFullPassportNameNull ( )
inline

test for NULL value

◆ IsMainPassportNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPassportDetailsRow.IsMainPassportNull ( )
inline

test for NULL value

◆ IsModificationIdNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPassportDetailsRow.IsModificationIdNull ( )
inline

test for NULL value

◆ IsModifiedByNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPassportDetailsRow.IsModifiedByNull ( )
inline

test for NULL value

◆ IsPartnerKeyNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPassportDetailsRow.IsPartnerKeyNull ( )
inline

test for NULL value

◆ IsPassportDetailsTypeNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPassportDetailsRow.IsPassportDetailsTypeNull ( )
inline

test for NULL value

◆ IsPassportDobNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPassportDetailsRow.IsPassportDobNull ( )
inline

test for NULL value

◆ IsPassportNationalityCodeNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPassportDetailsRow.IsPassportNationalityCodeNull ( )
inline

test for NULL value

◆ IsPassportNumberNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPassportDetailsRow.IsPassportNumberNull ( )
inline

test for NULL value

◆ IsPlaceOfBirthNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPassportDetailsRow.IsPlaceOfBirthNull ( )
inline

test for NULL value

◆ IsPlaceOfIssueNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPassportDetailsRow.IsPlaceOfIssueNull ( )
inline

test for NULL value

◆ SetActiveFlagNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPassportDetailsRow.SetActiveFlagNull ( )
inline

assign NULL value

◆ SetCountryOfIssueNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPassportDetailsRow.SetCountryOfIssueNull ( )
inline

assign NULL value

◆ SetCreatedByNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPassportDetailsRow.SetCreatedByNull ( )
inline

assign NULL value

◆ SetDateCreatedNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPassportDetailsRow.SetDateCreatedNull ( )
inline

assign NULL value

◆ SetDateModifiedNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPassportDetailsRow.SetDateModifiedNull ( )
inline

assign NULL value

◆ SetDateOfExpirationNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPassportDetailsRow.SetDateOfExpirationNull ( )
inline

assign NULL value

◆ SetDateOfIssueNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPassportDetailsRow.SetDateOfIssueNull ( )
inline

assign NULL value

◆ SetFullPassportNameNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPassportDetailsRow.SetFullPassportNameNull ( )
inline

assign NULL value

◆ SetMainPassportNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPassportDetailsRow.SetMainPassportNull ( )
inline

assign NULL value

◆ SetModificationIdNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPassportDetailsRow.SetModificationIdNull ( )
inline

assign NULL value

◆ SetModifiedByNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPassportDetailsRow.SetModifiedByNull ( )
inline

assign NULL value

◆ SetPartnerKeyNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPassportDetailsRow.SetPartnerKeyNull ( )
inline

assign NULL value

◆ SetPassportDetailsTypeNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPassportDetailsRow.SetPassportDetailsTypeNull ( )
inline

assign NULL value

◆ SetPassportDobNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPassportDetailsRow.SetPassportDobNull ( )
inline

assign NULL value

◆ SetPassportNationalityCodeNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPassportDetailsRow.SetPassportNationalityCodeNull ( )
inline

assign NULL value

◆ SetPassportNumberNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPassportDetailsRow.SetPassportNumberNull ( )
inline

assign NULL value

◆ SetPlaceOfBirthNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPassportDetailsRow.SetPlaceOfBirthNull ( )
inline

assign NULL value

◆ SetPlaceOfIssueNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPassportDetailsRow.SetPlaceOfIssueNull ( )
inline

assign NULL value

Property Documentation

◆ ActiveFlag

String Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPassportDetailsRow.ActiveFlag
getset

Indicates whether the passport is active or not.

◆ CountryOfIssue

String Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPassportDetailsRow.CountryOfIssue
getset

Country the passport was issued.

◆ CreatedBy

String Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPassportDetailsRow.CreatedBy
getset

User ID of who created this record.

◆ DateCreated

System.? DateTime Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPassportDetailsRow.DateCreated
getset

The date the record was created.

◆ DateModified

System.? DateTime Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPassportDetailsRow.DateModified
getset

The date the record was modified.

◆ DateOfExpiration

System.? DateTime Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPassportDetailsRow.DateOfExpiration
getset

Date the passport expires.

◆ DateOfIssue

System.? DateTime Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPassportDetailsRow.DateOfIssue
getset

The date the passport was issued.

◆ FullPassportName

String Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPassportDetailsRow.FullPassportName
getset

Full passport name.

◆ MainPassport

Boolean Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPassportDetailsRow.MainPassport
getset

Is this the main passport?

◆ ModificationId

DateTime Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPassportDetailsRow.ModificationId
getset

This identifies the current version of the record.

◆ ModifiedBy

String Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPassportDetailsRow.ModifiedBy
getset

User ID of who last modified this record.

◆ PartnerKey

Int64 Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPassportDetailsRow.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.

◆ PassportDetailsType

String Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPassportDetailsRow.PassportDetailsType
getset

Details the type of passport, e.g. Residence, Diplomatic, etc.

◆ PassportDob

System.? DateTime Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPassportDetailsRow.PassportDob
getset

Date of Birth.

◆ PassportNationalityCode

String Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPassportDetailsRow.PassportNationalityCode
getset

Nationality of the passport holder.

◆ PassportNumber

String Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPassportDetailsRow.PassportNumber
getset

Passport Number.

◆ PlaceOfBirth

String Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPassportDetailsRow.PlaceOfBirth
getset

Location of birth, eg. Cleveland, Ohio, USA, or Oswestry,Shropshire, England.

◆ PlaceOfIssue

String Ict.Petra.Shared.MPersonnel.Personnel.Data.PmPassportDetailsRow.PlaceOfIssue
getset

Place the passport was issued.


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