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

Contains details about a family in Partnership with us. May have P_Person records linked to it. More...

Inheritance diagram for Ict.Petra.Shared.MPartner.Partner.Data.PFamilyRow:
Ict.Petra.Shared.MPartner.Partner.Data.PartnerEditTDSPFamilyRow

Public Member Functions

 PFamilyRow (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 IsFamilyMembersNull ()
 test for NULL value More...
 
void SetFamilyMembersNull ()
 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 IsFamilyNameNull ()
 test for NULL value More...
 
void SetFamilyNameNull ()
 assign NULL value More...
 
bool IsDifferentSurnamesNull ()
 test for NULL value More...
 
void SetDifferentSurnamesNull ()
 assign NULL value More...
 
bool IsMaritalStatusNull ()
 test for NULL value More...
 
void SetMaritalStatusNull ()
 assign NULL value More...
 
bool IsMaritalStatusSinceNull ()
 test for NULL value More...
 
void SetMaritalStatusSinceNull ()
 assign NULL value More...
 
bool IsMaritalStatusCommentNull ()
 test for NULL value More...
 
void SetMaritalStatusCommentNull ()
 assign NULL value More...
 
bool IsDateOfBirthNull ()
 test for NULL value More...
 
void SetDateOfBirthNull ()
 assign NULL value More...
 
bool IsGenderNull ()
 test for NULL value More...
 
void SetGenderNull ()
 assign NULL value More...
 
bool IsPhotoNull ()
 test for NULL value More...
 
void SetPhotoNull ()
 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...
 
Boolean FamilyMembers [get, set]
 Flag is set if there are family members with their own records in the p_person table. IMPORTANT: Don't rely on this flag anymore but determine this state on-the-fly! Reason: The value of this field isn't maintained reliably any more and the field will be removed in a future version of the DB! More...
 
String Title [get, set]
 How the family is to be addressed. More...
 
String FirstName [get, set]
 
String FamilyName [get, set]
 
Boolean DifferentSurnames [get, set]
 Flag is set if there are different surnames entered for husband and wife. More...
 
String MaritalStatus [get, set]
 
System.? DateTime MaritalStatusSince [get, set]
 
String MaritalStatusComment [get, set]
 
System.? DateTime DateOfBirth [get, set]
 This is the date the person was born. More...
 
String Gender [get, set]
 
String Photo [get, set]
 A photo of the person, encoded with Base64, and prefixed with the file type. 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

Contains details about a family in Partnership with us. May have P_Person records linked to it.

Constructor & Destructor Documentation

◆ PFamilyRow()

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

Constructor.

Member Function Documentation

◆ InitValues()

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

◆ IsCreatedByNull()

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

test for NULL value

◆ IsDateCreatedNull()

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

test for NULL value

◆ IsDateModifiedNull()

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

test for NULL value

◆ IsDateOfBirthNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PFamilyRow.IsDateOfBirthNull ( )
inline

test for NULL value

◆ IsDifferentSurnamesNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PFamilyRow.IsDifferentSurnamesNull ( )
inline

test for NULL value

◆ IsFamilyMembersNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PFamilyRow.IsFamilyMembersNull ( )
inline

test for NULL value

◆ IsFamilyNameNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PFamilyRow.IsFamilyNameNull ( )
inline

test for NULL value

◆ IsFirstNameNull()

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

test for NULL value

◆ IsGenderNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PFamilyRow.IsGenderNull ( )
inline

test for NULL value

◆ IsMaritalStatusCommentNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PFamilyRow.IsMaritalStatusCommentNull ( )
inline

test for NULL value

◆ IsMaritalStatusNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PFamilyRow.IsMaritalStatusNull ( )
inline

test for NULL value

◆ IsMaritalStatusSinceNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PFamilyRow.IsMaritalStatusSinceNull ( )
inline

test for NULL value

◆ IsModificationIdNull()

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

test for NULL value

◆ IsModifiedByNull()

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

test for NULL value

◆ IsPartnerKeyNull()

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

test for NULL value

◆ IsPhotoNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PFamilyRow.IsPhotoNull ( )
inline

test for NULL value

◆ IsTitleNull()

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

test for NULL value

◆ SetCreatedByNull()

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

assign NULL value

◆ SetDateCreatedNull()

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

assign NULL value

◆ SetDateModifiedNull()

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

assign NULL value

◆ SetDateOfBirthNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PFamilyRow.SetDateOfBirthNull ( )
inline

assign NULL value

◆ SetDifferentSurnamesNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PFamilyRow.SetDifferentSurnamesNull ( )
inline

assign NULL value

◆ SetFamilyMembersNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PFamilyRow.SetFamilyMembersNull ( )
inline

assign NULL value

◆ SetFamilyNameNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PFamilyRow.SetFamilyNameNull ( )
inline

assign NULL value

◆ SetFirstNameNull()

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

assign NULL value

◆ SetGenderNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PFamilyRow.SetGenderNull ( )
inline

assign NULL value

◆ SetMaritalStatusCommentNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PFamilyRow.SetMaritalStatusCommentNull ( )
inline

assign NULL value

◆ SetMaritalStatusNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PFamilyRow.SetMaritalStatusNull ( )
inline

assign NULL value

◆ SetMaritalStatusSinceNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PFamilyRow.SetMaritalStatusSinceNull ( )
inline

assign NULL value

◆ SetModificationIdNull()

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

assign NULL value

◆ SetModifiedByNull()

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

assign NULL value

◆ SetPartnerKeyNull()

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

assign NULL value

◆ SetPhotoNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PFamilyRow.SetPhotoNull ( )
inline

assign NULL value

◆ SetTitleNull()

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

assign NULL value

Property Documentation

◆ CreatedBy

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

User ID of who created this record.

◆ DateCreated

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

The date the record was created.

◆ DateModified

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

The date the record was modified.

◆ DateOfBirth

System.? DateTime Ict.Petra.Shared.MPartner.Partner.Data.PFamilyRow.DateOfBirth
getset

This is the date the person was born.

◆ DifferentSurnames

Boolean Ict.Petra.Shared.MPartner.Partner.Data.PFamilyRow.DifferentSurnames
getset

Flag is set if there are different surnames entered for husband and wife.

◆ FamilyMembers

Boolean Ict.Petra.Shared.MPartner.Partner.Data.PFamilyRow.FamilyMembers
getset

Flag is set if there are family members with their own records in the p_person table. IMPORTANT: Don't rely on this flag anymore but determine this state on-the-fly! Reason: The value of this field isn't maintained reliably any more and the field will be removed in a future version of the DB!

◆ FamilyName

String Ict.Petra.Shared.MPartner.Partner.Data.PFamilyRow.FamilyName
getset

◆ FirstName

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

◆ Gender

String Ict.Petra.Shared.MPartner.Partner.Data.PFamilyRow.Gender
getset

◆ MaritalStatus

String Ict.Petra.Shared.MPartner.Partner.Data.PFamilyRow.MaritalStatus
getset

◆ MaritalStatusComment

String Ict.Petra.Shared.MPartner.Partner.Data.PFamilyRow.MaritalStatusComment
getset

◆ MaritalStatusSince

System.? DateTime Ict.Petra.Shared.MPartner.Partner.Data.PFamilyRow.MaritalStatusSince
getset

◆ ModificationId

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

This identifies the current version of the record.

◆ ModifiedBy

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

User ID of who last modified this record.

◆ PartnerKey

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

◆ Photo

String Ict.Petra.Shared.MPartner.Partner.Data.PFamilyRow.Photo
getset

A photo of the person, encoded with Base64, and prefixed with the file type.

◆ Title

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

How the family is to be addressed.


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