OpenPetra
Free Administration Software for Non-Profits
Ict.Petra.Shared.MPartner.Partner.Data.PartnerEditTDSPPartnerRelationshipRow 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.PartnerEditTDSPPartnerRelationshipRow:
Ict.Petra.Shared.MPartner.Partner.Data.PPartnerRelationshipRow

Public Member Functions

 PartnerEditTDSPPartnerRelationshipRow (System.Data.DataRowBuilder rb)
 Constructor. More...
 
override void InitValues ()
 set default values More...
 
bool IsPartnerShortNameNull ()
 test for NULL value More...
 
void SetPartnerShortNameNull ()
 assign NULL value More...
 
bool IsPartnerClassNull ()
 test for NULL value More...
 
void SetPartnerClassNull ()
 assign NULL value More...
 
bool IsRelationDescriptionNull ()
 test for NULL value More...
 
void SetRelationDescriptionNull ()
 assign NULL value More...
 
bool IsReciprocalRelationDescriptionNull ()
 test for NULL value More...
 
void SetReciprocalRelationDescriptionNull ()
 assign NULL value More...
 
bool IsDisplayRelationDescriptionNull ()
 test for NULL value More...
 
void SetDisplayRelationDescriptionNull ()
 assign NULL value 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

String PartnerShortName [get, set]
 Name of the person or organisation. If a person, more name info is stored in p_person. More...
 
String PartnerClass [get, set]
 This defines what type of partner this is. The classes that may be assigned are PERSON, FAMILY, CHURCH, ORGANISATION, UNIT, VENUE and BANK. More...
 
String RelationDescription [get, set]
 This describes the relation. More...
 
String ReciprocalRelationDescription [get, set]
 This describes the relation in the reverse direction, eg Husband and Wife. More...
 
String DisplayRelationDescription [get, set]
 
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

◆ PartnerEditTDSPPartnerRelationshipRow()

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

Constructor.

Member Function Documentation

◆ InitValues()

override void Ict.Petra.Shared.MPartner.Partner.Data.PartnerEditTDSPPartnerRelationshipRow.InitValues ( )
inlinevirtual

◆ IsCommentNull()

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

test for NULL value

◆ IsCreatedByNull()

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

test for NULL value

◆ IsDateCreatedNull()

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

test for NULL value

◆ IsDateModifiedNull()

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

test for NULL value

◆ IsDisplayRelationDescriptionNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PartnerEditTDSPPartnerRelationshipRow.IsDisplayRelationDescriptionNull ( )
inline

test for NULL value

◆ IsModificationIdNull()

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

test for NULL value

◆ IsModifiedByNull()

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

test for NULL value

◆ IsPartnerClassNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PartnerEditTDSPPartnerRelationshipRow.IsPartnerClassNull ( )
inline

test for NULL value

◆ IsPartnerKeyNull()

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

test for NULL value

◆ IsPartnerShortNameNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PartnerEditTDSPPartnerRelationshipRow.IsPartnerShortNameNull ( )
inline

test for NULL value

◆ IsReciprocalRelationDescriptionNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PartnerEditTDSPPartnerRelationshipRow.IsReciprocalRelationDescriptionNull ( )
inline

test for NULL value

◆ IsRelationDescriptionNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PartnerEditTDSPPartnerRelationshipRow.IsRelationDescriptionNull ( )
inline

test for NULL value

◆ IsRelationKeyNull()

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

test for NULL value

◆ IsRelationNameNull()

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

test for NULL value

◆ SetCommentNull()

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

assign NULL value

◆ SetCreatedByNull()

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

assign NULL value

◆ SetDateCreatedNull()

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

assign NULL value

◆ SetDateModifiedNull()

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

assign NULL value

◆ SetDisplayRelationDescriptionNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PartnerEditTDSPPartnerRelationshipRow.SetDisplayRelationDescriptionNull ( )
inline

assign NULL value

◆ SetModificationIdNull()

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

assign NULL value

◆ SetModifiedByNull()

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

assign NULL value

◆ SetPartnerClassNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PartnerEditTDSPPartnerRelationshipRow.SetPartnerClassNull ( )
inline

assign NULL value

◆ SetPartnerKeyNull()

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

assign NULL value

◆ SetPartnerShortNameNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PartnerEditTDSPPartnerRelationshipRow.SetPartnerShortNameNull ( )
inline

assign NULL value

◆ SetReciprocalRelationDescriptionNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PartnerEditTDSPPartnerRelationshipRow.SetReciprocalRelationDescriptionNull ( )
inline

assign NULL value

◆ SetRelationDescriptionNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PartnerEditTDSPPartnerRelationshipRow.SetRelationDescriptionNull ( )
inline

assign NULL value

◆ SetRelationKeyNull()

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

assign NULL value

◆ SetRelationNameNull()

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

assign NULL value

Property Documentation

◆ Comment

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

◆ CreatedBy

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

User ID of who created this record.

◆ DateCreated

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

The date the record was created.

◆ DateModified

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

The date the record was modified.

◆ DisplayRelationDescription

String Ict.Petra.Shared.MPartner.Partner.Data.PartnerEditTDSPPartnerRelationshipRow.DisplayRelationDescription
getset

◆ ModificationId

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

This identifies the current version of the record.

◆ ModifiedBy

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

User ID of who last modified this record.

◆ PartnerClass

String Ict.Petra.Shared.MPartner.Partner.Data.PartnerEditTDSPPartnerRelationshipRow.PartnerClass
getset

This defines what type of partner this is. The classes that may be assigned are PERSON, FAMILY, CHURCH, ORGANISATION, UNIT, VENUE and BANK.

◆ PartnerKey

Int64 Ict.Petra.Shared.MPartner.Partner.Data.PPartnerRelationshipRow.PartnerKey
getsetinherited

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

◆ PartnerShortName

String Ict.Petra.Shared.MPartner.Partner.Data.PartnerEditTDSPPartnerRelationshipRow.PartnerShortName
getset

Name of the person or organisation. If a person, more name info is stored in p_person.

◆ ReciprocalRelationDescription

String Ict.Petra.Shared.MPartner.Partner.Data.PartnerEditTDSPPartnerRelationshipRow.ReciprocalRelationDescription
getset

This describes the relation in the reverse direction, eg Husband and Wife.

◆ RelationDescription

String Ict.Petra.Shared.MPartner.Partner.Data.PartnerEditTDSPPartnerRelationshipRow.RelationDescription
getset

This describes the relation.

◆ RelationKey

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

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
getsetinherited

This code identifies the relation.


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