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

Relationships between pairs of partners. Among other relationships, this also relates the FAMILY class partners to the PERSON class partners to indicate members of a family. More...

Inheritance diagram for Ict.Petra.Shared.MPartner.Partner.Data.PPartnerRelationshipRow:
Ict.Petra.Shared.MPartner.Partner.Data.PartnerEditTDSPPartnerRelationshipRow

Public Member Functions

 PPartnerRelationshipRow (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 IsRelationNameNull ()
 test for NULL value More...
 
void SetRelationNameNull ()
 assign NULL value More...
 
bool IsRelationKeyNull ()
 test for NULL value More...
 
void SetRelationKeyNull ()
 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

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 RelationName [get, set]
 This code identifies the relation. More...
 
Int64 RelationKey [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 Comment [get, set]
 
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

Relationships between pairs of partners. Among other relationships, this also relates the FAMILY class partners to the PERSON class partners to indicate members of a family.

Constructor & Destructor Documentation

◆ PPartnerRelationshipRow()

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

Constructor.

Member Function Documentation

◆ InitValues()

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

◆ IsCommentNull()

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

test for NULL value

◆ IsCreatedByNull()

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

test for NULL value

◆ IsDateCreatedNull()

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

test for NULL value

◆ IsDateModifiedNull()

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

test for NULL value

◆ IsModificationIdNull()

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

test for NULL value

◆ IsModifiedByNull()

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

test for NULL value

◆ IsPartnerKeyNull()

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

test for NULL value

◆ IsRelationKeyNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PPartnerRelationshipRow.IsRelationKeyNull ( )
inline

test for NULL value

◆ IsRelationNameNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PPartnerRelationshipRow.IsRelationNameNull ( )
inline

test for NULL value

◆ SetCommentNull()

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

assign NULL value

◆ SetCreatedByNull()

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

assign NULL value

◆ SetDateCreatedNull()

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

assign NULL value

◆ SetDateModifiedNull()

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

assign NULL value

◆ SetModificationIdNull()

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

assign NULL value

◆ SetModifiedByNull()

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

assign NULL value

◆ SetPartnerKeyNull()

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

assign NULL value

◆ SetRelationKeyNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PPartnerRelationshipRow.SetRelationKeyNull ( )
inline

assign NULL value

◆ SetRelationNameNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PPartnerRelationshipRow.SetRelationNameNull ( )
inline

assign NULL value

Property Documentation

◆ Comment

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

◆ CreatedBy

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

User ID of who created this record.

◆ DateCreated

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

The date the record was created.

◆ DateModified

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

The date the record was modified.

◆ ModificationId

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

This identifies the current version of the record.

◆ ModifiedBy

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

User ID of who last modified this record.

◆ PartnerKey

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

◆ RelationKey

Int64 Ict.Petra.Shared.MPartner.Partner.Data.PPartnerRelationshipRow.RelationKey
getset

This is the partner key assigned to each partner. It consists of the fund id followed by a computer generated six digit number.

◆ RelationName

String Ict.Petra.Shared.MPartner.Partner.Data.PPartnerRelationshipRow.RelationName
getset

This code identifies the relation.


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