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

Tracks the current gift destination for the Partner and maintains a history. More...

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

Public Member Functions

 PPartnerGiftDestinationRow (System.Data.DataRowBuilder rb)
 Constructor. More...
 
virtual void InitValues ()
 set default values More...
 
bool IsKeyNull ()
 test for NULL value More...
 
void SetKeyNull ()
 assign NULL value More...
 
bool IsPartnerKeyNull ()
 test for NULL value More...
 
void SetPartnerKeyNull ()
 assign NULL value More...
 
bool IsFieldKeyNull ()
 test for NULL value More...
 
void SetFieldKeyNull ()
 assign NULL value More...
 
bool IsDateEffectiveNull ()
 test for NULL value More...
 
void SetDateEffectiveNull ()
 assign NULL value More...
 
bool IsDateExpiresNull ()
 test for NULL value More...
 
void SetDateExpiresNull ()
 assign NULL value More...
 
bool IsActiveNull ()
 test for NULL value More...
 
void SetActiveNull ()
 assign NULL value More...
 
bool IsDefaultGiftDestinationNull ()
 test for NULL value More...
 
void SetDefaultGiftDestinationNull ()
 assign NULL value More...
 
bool IsPartnerClassNull ()
 test for NULL value More...
 
void SetPartnerClassNull ()
 assign NULL value More...
 
bool IsCommitmentSiteKeyNull ()
 test for NULL value More...
 
void SetCommitmentSiteKeyNull ()
 assign NULL value More...
 
bool IsCommitmentKeyNull ()
 test for NULL value More...
 
void SetCommitmentKeyNull ()
 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

Int32 Key [get, set]
 Surrogate Primary Key. More...
 
Int64 PartnerKey [get, set]
 Partner key of Partner to which the field is assigned. More...
 
Int64 FieldKey [get, set]
 Field to which Partner is assigned. More...
 
System.DateTime DateEffective [get, set]
 Date from which field assignment is valid. More...
 
System.? DateTime DateExpires [get, set]
 Date on which field assignment expires. More...
 
Boolean Active [get, set]
 Is the field assignment currently valid. More...
 
Boolean DefaultGiftDestination [get, set]
 Is this field the default gift destination? More...
 
String PartnerClass [get, set]
 Is this the field for a person or a family? More...
 
Int64 CommitmentSiteKey [get, set]
 Needed if this field assignment relates to a specific commitment. More...
 
Int64 CommitmentKey [get, set]
 Needed if this field assignment relates to a specific commitment. More...
 
String Comment [get, set]
 Any comments relating to this field assignment. 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

Tracks the current gift destination for the Partner and maintains a history.

Constructor & Destructor Documentation

◆ PPartnerGiftDestinationRow()

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

Constructor.

Member Function Documentation

◆ InitValues()

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

set default values

◆ IsActiveNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PPartnerGiftDestinationRow.IsActiveNull ( )
inline

test for NULL value

◆ IsCommentNull()

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

test for NULL value

◆ IsCommitmentKeyNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PPartnerGiftDestinationRow.IsCommitmentKeyNull ( )
inline

test for NULL value

◆ IsCommitmentSiteKeyNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PPartnerGiftDestinationRow.IsCommitmentSiteKeyNull ( )
inline

test for NULL value

◆ IsCreatedByNull()

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

test for NULL value

◆ IsDateCreatedNull()

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

test for NULL value

◆ IsDateEffectiveNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PPartnerGiftDestinationRow.IsDateEffectiveNull ( )
inline

test for NULL value

◆ IsDateExpiresNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PPartnerGiftDestinationRow.IsDateExpiresNull ( )
inline

test for NULL value

◆ IsDateModifiedNull()

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

test for NULL value

◆ IsDefaultGiftDestinationNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PPartnerGiftDestinationRow.IsDefaultGiftDestinationNull ( )
inline

test for NULL value

◆ IsFieldKeyNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PPartnerGiftDestinationRow.IsFieldKeyNull ( )
inline

test for NULL value

◆ IsKeyNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PPartnerGiftDestinationRow.IsKeyNull ( )
inline

test for NULL value

◆ IsModificationIdNull()

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

test for NULL value

◆ IsModifiedByNull()

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

test for NULL value

◆ IsPartnerClassNull()

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

test for NULL value

◆ IsPartnerKeyNull()

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

test for NULL value

◆ SetActiveNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PPartnerGiftDestinationRow.SetActiveNull ( )
inline

assign NULL value

◆ SetCommentNull()

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

assign NULL value

◆ SetCommitmentKeyNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PPartnerGiftDestinationRow.SetCommitmentKeyNull ( )
inline

assign NULL value

◆ SetCommitmentSiteKeyNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PPartnerGiftDestinationRow.SetCommitmentSiteKeyNull ( )
inline

assign NULL value

◆ SetCreatedByNull()

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

assign NULL value

◆ SetDateCreatedNull()

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

assign NULL value

◆ SetDateEffectiveNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PPartnerGiftDestinationRow.SetDateEffectiveNull ( )
inline

assign NULL value

◆ SetDateExpiresNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PPartnerGiftDestinationRow.SetDateExpiresNull ( )
inline

assign NULL value

◆ SetDateModifiedNull()

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

assign NULL value

◆ SetDefaultGiftDestinationNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PPartnerGiftDestinationRow.SetDefaultGiftDestinationNull ( )
inline

assign NULL value

◆ SetFieldKeyNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PPartnerGiftDestinationRow.SetFieldKeyNull ( )
inline

assign NULL value

◆ SetKeyNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PPartnerGiftDestinationRow.SetKeyNull ( )
inline

assign NULL value

◆ SetModificationIdNull()

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

assign NULL value

◆ SetModifiedByNull()

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

assign NULL value

◆ SetPartnerClassNull()

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

assign NULL value

◆ SetPartnerKeyNull()

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

assign NULL value

Property Documentation

◆ Active

Boolean Ict.Petra.Shared.MPartner.Partner.Data.PPartnerGiftDestinationRow.Active
getset

Is the field assignment currently valid.

◆ Comment

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

Any comments relating to this field assignment.

◆ CommitmentKey

Int64 Ict.Petra.Shared.MPartner.Partner.Data.PPartnerGiftDestinationRow.CommitmentKey
getset

Needed if this field assignment relates to a specific commitment.

◆ CommitmentSiteKey

Int64 Ict.Petra.Shared.MPartner.Partner.Data.PPartnerGiftDestinationRow.CommitmentSiteKey
getset

Needed if this field assignment relates to a specific commitment.

◆ CreatedBy

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

User ID of who created this record.

◆ DateCreated

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

The date the record was created.

◆ DateEffective

System.DateTime Ict.Petra.Shared.MPartner.Partner.Data.PPartnerGiftDestinationRow.DateEffective
getset

Date from which field assignment is valid.

◆ DateExpires

System.? DateTime Ict.Petra.Shared.MPartner.Partner.Data.PPartnerGiftDestinationRow.DateExpires
getset

Date on which field assignment expires.

◆ DateModified

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

The date the record was modified.

◆ DefaultGiftDestination

Boolean Ict.Petra.Shared.MPartner.Partner.Data.PPartnerGiftDestinationRow.DefaultGiftDestination
getset

Is this field the default gift destination?

◆ FieldKey

Int64 Ict.Petra.Shared.MPartner.Partner.Data.PPartnerGiftDestinationRow.FieldKey
getset

Field to which Partner is assigned.

◆ Key

Int32 Ict.Petra.Shared.MPartner.Partner.Data.PPartnerGiftDestinationRow.Key
getset

Surrogate Primary Key.

◆ ModificationId

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

This identifies the current version of the record.

◆ ModifiedBy

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

User ID of who last modified this record.

◆ PartnerClass

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

Is this the field for a person or a family?

◆ PartnerKey

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

Partner key of Partner to which the field is assigned.


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