OpenPetra
Free Administration Software for Non-Profits
|
List of relationships between partners. Relations occur in one direction only. The relation code is used in the p_partner_relationship record. More...
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... | |
List of relationships between partners. Relations occur in one direction only. The relation code is used in the p_partner_relationship record.
|
inline |
Constructor.
|
inlinevirtual |
set default values
|
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
|
getset |
User ID of who created this record.
|
getset |
The date the record was created.
|
getset |
The date the record was modified.
|
getset |
This defines if the relation name can be deleted. This can only be updated by the system manager. It default to Yes.
|
getset |
This identifies the current version of the record.
|
getset |
User ID of who last modified this record.
|
getset |
This describes the relation in the reverse direction, eg Husband and Wife.
|
getset |
This is a category, by which relations can be grouped.
|
getset |
This describes the relation.
|
getset |
This code identifies the relation.
|
getset |
Determines whether the record is still assignable.