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

List of relationships between partners. Relations occur in one direction only. The relation code is used in the p_partner_relationship record. More...

Inheritance diagram for Ict.Petra.Shared.MPartner.Partner.Data.PRelationRow:

Public Member Functions

 PRelationRow (System.Data.DataRowBuilder rb)
 Constructor. More...
 
virtual void InitValues ()
 set default values More...
 
bool IsRelationNameNull ()
 test for NULL value More...
 
void SetRelationNameNull ()
 assign NULL value More...
 
bool IsRelationDescriptionNull ()
 test for NULL value More...
 
void SetRelationDescriptionNull ()
 assign NULL value More...
 
bool IsRelationCategoryNull ()
 test for NULL value More...
 
void SetRelationCategoryNull ()
 assign NULL value More...
 
bool IsDeletableNull ()
 test for NULL value More...
 
void SetDeletableNull ()
 assign NULL value More...
 
bool IsReciprocalDescriptionNull ()
 test for NULL value More...
 
void SetReciprocalDescriptionNull ()
 assign NULL value More...
 
bool IsValidRelationNull ()
 test for NULL value More...
 
void SetValidRelationNull ()
 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 RelationName [get, set]
 This code identifies the relation. More...
 
String RelationDescription [get, set]
 This describes the relation. More...
 
String RelationCategory [get, set]
 This is a category, by which relations can be grouped. More...
 
Boolean Deletable [get, set]
 
String ReciprocalDescription [get, set]
 This describes the relation in the reverse direction, eg Husband and Wife. More...
 
Boolean ValidRelation [get, set]
 Determines whether the record is still assignable. 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

List of relationships between partners. Relations occur in one direction only. The relation code is used in the p_partner_relationship record.

Constructor & Destructor Documentation

◆ PRelationRow()

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

Constructor.

Member Function Documentation

◆ InitValues()

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

set default values

◆ IsCreatedByNull()

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

test for NULL value

◆ IsDateCreatedNull()

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

test for NULL value

◆ IsDateModifiedNull()

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

test for NULL value

◆ IsDeletableNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PRelationRow.IsDeletableNull ( )
inline

test for NULL value

◆ IsModificationIdNull()

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

test for NULL value

◆ IsModifiedByNull()

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

test for NULL value

◆ IsReciprocalDescriptionNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PRelationRow.IsReciprocalDescriptionNull ( )
inline

test for NULL value

◆ IsRelationCategoryNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PRelationRow.IsRelationCategoryNull ( )
inline

test for NULL value

◆ IsRelationDescriptionNull()

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

test for NULL value

◆ IsRelationNameNull()

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

test for NULL value

◆ IsValidRelationNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PRelationRow.IsValidRelationNull ( )
inline

test for NULL value

◆ SetCreatedByNull()

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

assign NULL value

◆ SetDateCreatedNull()

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

assign NULL value

◆ SetDateModifiedNull()

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

assign NULL value

◆ SetDeletableNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PRelationRow.SetDeletableNull ( )
inline

assign NULL value

◆ SetModificationIdNull()

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

assign NULL value

◆ SetModifiedByNull()

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

assign NULL value

◆ SetReciprocalDescriptionNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PRelationRow.SetReciprocalDescriptionNull ( )
inline

assign NULL value

◆ SetRelationCategoryNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PRelationRow.SetRelationCategoryNull ( )
inline

assign NULL value

◆ SetRelationDescriptionNull()

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

assign NULL value

◆ SetRelationNameNull()

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

assign NULL value

◆ SetValidRelationNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PRelationRow.SetValidRelationNull ( )
inline

assign NULL value

Property Documentation

◆ CreatedBy

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

User ID of who created this record.

◆ DateCreated

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

The date the record was created.

◆ DateModified

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

The date the record was modified.

◆ Deletable

Boolean Ict.Petra.Shared.MPartner.Partner.Data.PRelationRow.Deletable
getset

This defines if the relation name can be deleted. This can only be updated by the system manager. It default to Yes.

◆ ModificationId

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

This identifies the current version of the record.

◆ ModifiedBy

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

User ID of who last modified this record.

◆ ReciprocalDescription

String Ict.Petra.Shared.MPartner.Partner.Data.PRelationRow.ReciprocalDescription
getset

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

◆ RelationCategory

String Ict.Petra.Shared.MPartner.Partner.Data.PRelationRow.RelationCategory
getset

This is a category, by which relations can be grouped.

◆ RelationDescription

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

This describes the relation.

◆ RelationName

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

This code identifies the relation.

◆ ValidRelation

Boolean Ict.Petra.Shared.MPartner.Partner.Data.PRelationRow.ValidRelation
getset

Determines whether the record is still assignable.


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