OpenPetra
Free Administration Software for Non-Profits
|
Contains details about a family in Partnership with us. May have P_Person records linked to it. More...
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... | |
Contains details about a family in Partnership with us. May have P_Person records linked to it.
|
inline |
Constructor.
|
inlinevirtual |
set default values
Reimplemented in Ict.Petra.Shared.MPartner.Partner.Data.PartnerEditTDSPFamilyRow.
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
getset |
User ID of who created this record.
|
getset |
The date the record was created.
|
getset |
The date the record was modified.
|
getset |
This is the date the person was born.
|
getset |
Flag is set if there are different surnames entered for husband and wife.
|
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!
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
This identifies the current version of the record.
|
getset |
User ID of who last modified this record.
|
getset |
This is the partner key assigned to each partner. It consists of the fund id followed by a computer generated six digit number.
|
getset |
A photo of the person, encoded with Base64, and prefixed with the file type.
|
getset |
How the family is to be addressed.