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

A particular action which has been or needs to be applied to a Partner. More...

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

Public Member Functions

 PPartnerActionRow (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 IsGroupUnitKeyNull ()
 test for NULL value More...
 
void SetGroupUnitKeyNull ()
 assign NULL value More...
 
bool IsActionNumberNull ()
 test for NULL value More...
 
void SetActionNumberNull ()
 assign NULL value More...
 
bool IsProcessCodeNull ()
 test for NULL value More...
 
void SetProcessCodeNull ()
 assign NULL value More...
 
bool IsActionCodeNull ()
 test for NULL value More...
 
void SetActionCodeNull ()
 assign NULL value More...
 
bool IsActionFreeformNull ()
 test for NULL value More...
 
void SetActionFreeformNull ()
 assign NULL value More...
 
bool IsPerformByDateNull ()
 test for NULL value More...
 
void SetPerformByDateNull ()
 assign NULL value More...
 
bool IsActionCompleteNull ()
 test for NULL value More...
 
void SetActionCompleteNull ()
 assign NULL value More...
 
bool IsActionCompleteDateNull ()
 test for NULL value More...
 
void SetActionCompleteDateNull ()
 assign NULL value More...
 
bool IsUserToPerformActionNull ()
 test for NULL value More...
 
void SetUserToPerformActionNull ()
 assign NULL value More...
 
bool IsGroupToPerformActionNull ()
 test for NULL value More...
 
void SetGroupToPerformActionNull ()
 assign NULL value More...
 
bool IsUserThatPerformedActionNull ()
 test for NULL value More...
 
void SetUserThatPerformedActionNull ()
 assign NULL value More...
 
bool IsContactIdNull ()
 test for NULL value More...
 
void SetContactIdNull ()
 assign NULL value More...
 
bool IsReminderIdNull ()
 test for NULL value More...
 
void SetReminderIdNull ()
 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]
 Partner key of Partner to which action applies. More...
 
Int64 GroupUnitKey [get, set]
 Field that the group belongs to. More...
 
Int32 ActionNumber [get, set]
 Sequential identifier for this action for this partner. More...
 
String ProcessCode [get, set]
 Process that the action is part of. More...
 
String ActionCode [get, set]
 Action to be applied to Partner. More...
 
String ActionFreeform [get, set]
 Action to be applied to Partner (freetext) More...
 
System.? DateTime PerformByDate [get, set]
 Date by which action should be performed. Reminders could be set up based on this. More...
 
Boolean ActionComplete [get, set]
 Has the action already been completed? More...
 
System.? DateTime ActionCompleteDate [get, set]
 When was the action completed? More...
 
String UserToPerformAction [get, set]
 Who should perform this action? More...
 
String GroupToPerformAction [get, set]
 Which group should perform this action? More...
 
String UserThatPerformedAction [get, set]
 Who actually performed this action? More...
 
Int64 ContactId [get, set]
 Part of FK link to p_partner_reminder so can link this action to a reminder. More...
 
Int32 ReminderId [get, set]
 Part of FK link to p_partner_reminder so can link this action to a reminder. 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

A particular action which has been or needs to be applied to a Partner.

Constructor & Destructor Documentation

◆ PPartnerActionRow()

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

Constructor.

Member Function Documentation

◆ InitValues()

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

set default values

◆ IsActionCodeNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PPartnerActionRow.IsActionCodeNull ( )
inline

test for NULL value

◆ IsActionCompleteDateNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PPartnerActionRow.IsActionCompleteDateNull ( )
inline

test for NULL value

◆ IsActionCompleteNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PPartnerActionRow.IsActionCompleteNull ( )
inline

test for NULL value

◆ IsActionFreeformNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PPartnerActionRow.IsActionFreeformNull ( )
inline

test for NULL value

◆ IsActionNumberNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PPartnerActionRow.IsActionNumberNull ( )
inline

test for NULL value

◆ IsContactIdNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PPartnerActionRow.IsContactIdNull ( )
inline

test for NULL value

◆ IsCreatedByNull()

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

test for NULL value

◆ IsDateCreatedNull()

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

test for NULL value

◆ IsDateModifiedNull()

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

test for NULL value

◆ IsGroupToPerformActionNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PPartnerActionRow.IsGroupToPerformActionNull ( )
inline

test for NULL value

◆ IsGroupUnitKeyNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PPartnerActionRow.IsGroupUnitKeyNull ( )
inline

test for NULL value

◆ IsModificationIdNull()

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

test for NULL value

◆ IsModifiedByNull()

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

test for NULL value

◆ IsPartnerKeyNull()

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

test for NULL value

◆ IsPerformByDateNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PPartnerActionRow.IsPerformByDateNull ( )
inline

test for NULL value

◆ IsProcessCodeNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PPartnerActionRow.IsProcessCodeNull ( )
inline

test for NULL value

◆ IsReminderIdNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PPartnerActionRow.IsReminderIdNull ( )
inline

test for NULL value

◆ IsUserThatPerformedActionNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PPartnerActionRow.IsUserThatPerformedActionNull ( )
inline

test for NULL value

◆ IsUserToPerformActionNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PPartnerActionRow.IsUserToPerformActionNull ( )
inline

test for NULL value

◆ SetActionCodeNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PPartnerActionRow.SetActionCodeNull ( )
inline

assign NULL value

◆ SetActionCompleteDateNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PPartnerActionRow.SetActionCompleteDateNull ( )
inline

assign NULL value

◆ SetActionCompleteNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PPartnerActionRow.SetActionCompleteNull ( )
inline

assign NULL value

◆ SetActionFreeformNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PPartnerActionRow.SetActionFreeformNull ( )
inline

assign NULL value

◆ SetActionNumberNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PPartnerActionRow.SetActionNumberNull ( )
inline

assign NULL value

◆ SetContactIdNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PPartnerActionRow.SetContactIdNull ( )
inline

assign NULL value

◆ SetCreatedByNull()

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

assign NULL value

◆ SetDateCreatedNull()

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

assign NULL value

◆ SetDateModifiedNull()

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

assign NULL value

◆ SetGroupToPerformActionNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PPartnerActionRow.SetGroupToPerformActionNull ( )
inline

assign NULL value

◆ SetGroupUnitKeyNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PPartnerActionRow.SetGroupUnitKeyNull ( )
inline

assign NULL value

◆ SetModificationIdNull()

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

assign NULL value

◆ SetModifiedByNull()

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

assign NULL value

◆ SetPartnerKeyNull()

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

assign NULL value

◆ SetPerformByDateNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PPartnerActionRow.SetPerformByDateNull ( )
inline

assign NULL value

◆ SetProcessCodeNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PPartnerActionRow.SetProcessCodeNull ( )
inline

assign NULL value

◆ SetReminderIdNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PPartnerActionRow.SetReminderIdNull ( )
inline

assign NULL value

◆ SetUserThatPerformedActionNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PPartnerActionRow.SetUserThatPerformedActionNull ( )
inline

assign NULL value

◆ SetUserToPerformActionNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PPartnerActionRow.SetUserToPerformActionNull ( )
inline

assign NULL value

Property Documentation

◆ ActionCode

String Ict.Petra.Shared.MPartner.Partner.Data.PPartnerActionRow.ActionCode
getset

Action to be applied to Partner.

◆ ActionComplete

Boolean Ict.Petra.Shared.MPartner.Partner.Data.PPartnerActionRow.ActionComplete
getset

Has the action already been completed?

◆ ActionCompleteDate

System.? DateTime Ict.Petra.Shared.MPartner.Partner.Data.PPartnerActionRow.ActionCompleteDate
getset

When was the action completed?

◆ ActionFreeform

String Ict.Petra.Shared.MPartner.Partner.Data.PPartnerActionRow.ActionFreeform
getset

Action to be applied to Partner (freetext)

◆ ActionNumber

Int32 Ict.Petra.Shared.MPartner.Partner.Data.PPartnerActionRow.ActionNumber
getset

Sequential identifier for this action for this partner.

◆ ContactId

Int64 Ict.Petra.Shared.MPartner.Partner.Data.PPartnerActionRow.ContactId
getset

Part of FK link to p_partner_reminder so can link this action to a reminder.

◆ CreatedBy

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

User ID of who created this record.

◆ DateCreated

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

The date the record was created.

◆ DateModified

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

The date the record was modified.

◆ GroupToPerformAction

String Ict.Petra.Shared.MPartner.Partner.Data.PPartnerActionRow.GroupToPerformAction
getset

Which group should perform this action?

◆ GroupUnitKey

Int64 Ict.Petra.Shared.MPartner.Partner.Data.PPartnerActionRow.GroupUnitKey
getset

Field that the group belongs to.

◆ ModificationId

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

This identifies the current version of the record.

◆ ModifiedBy

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

User ID of who last modified this record.

◆ PartnerKey

Int64 Ict.Petra.Shared.MPartner.Partner.Data.PPartnerActionRow.PartnerKey
getset

Partner key of Partner to which action applies.

◆ PerformByDate

System.? DateTime Ict.Petra.Shared.MPartner.Partner.Data.PPartnerActionRow.PerformByDate
getset

Date by which action should be performed. Reminders could be set up based on this.

◆ ProcessCode

String Ict.Petra.Shared.MPartner.Partner.Data.PPartnerActionRow.ProcessCode
getset

Process that the action is part of.

◆ ReminderId

Int32 Ict.Petra.Shared.MPartner.Partner.Data.PPartnerActionRow.ReminderId
getset

Part of FK link to p_partner_reminder so can link this action to a reminder.

◆ UserThatPerformedAction

String Ict.Petra.Shared.MPartner.Partner.Data.PPartnerActionRow.UserThatPerformedAction
getset

Who actually performed this action?

◆ UserToPerformAction

String Ict.Petra.Shared.MPartner.Partner.Data.PPartnerActionRow.UserToPerformAction
getset

Who should perform this action?


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