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

Specific greetings from a user to a partner. More...

Inheritance diagram for Ict.Petra.Shared.MPartner.Mailroom.Data.PCustomisedGreetingRow:

Public Member Functions

 PCustomisedGreetingRow (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 IsUserIdNull ()
 test for NULL value More...
 
void SetUserIdNull ()
 assign NULL value More...
 
bool IsCustomisedGreetingTextNull ()
 test for NULL value More...
 
void SetCustomisedGreetingTextNull ()
 assign NULL value More...
 
bool IsCustomisedClosingTextNull ()
 test for NULL value More...
 
void SetCustomisedClosingTextNull ()
 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]
 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 UserId [get, set]
 This is the system user id. Each user of the system is allocated one. More...
 
String CustomisedGreetingText [get, set]
 
String CustomisedClosingText [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

Specific greetings from a user to a partner.

Constructor & Destructor Documentation

◆ PCustomisedGreetingRow()

Ict.Petra.Shared.MPartner.Mailroom.Data.PCustomisedGreetingRow.PCustomisedGreetingRow ( System.Data.DataRowBuilder  rb)
inline

Constructor.

Member Function Documentation

◆ InitValues()

virtual void Ict.Petra.Shared.MPartner.Mailroom.Data.PCustomisedGreetingRow.InitValues ( )
inlinevirtual

set default values

◆ IsCreatedByNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.PCustomisedGreetingRow.IsCreatedByNull ( )
inline

test for NULL value

◆ IsCustomisedClosingTextNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.PCustomisedGreetingRow.IsCustomisedClosingTextNull ( )
inline

test for NULL value

◆ IsCustomisedGreetingTextNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.PCustomisedGreetingRow.IsCustomisedGreetingTextNull ( )
inline

test for NULL value

◆ IsDateCreatedNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.PCustomisedGreetingRow.IsDateCreatedNull ( )
inline

test for NULL value

◆ IsDateModifiedNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.PCustomisedGreetingRow.IsDateModifiedNull ( )
inline

test for NULL value

◆ IsModificationIdNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.PCustomisedGreetingRow.IsModificationIdNull ( )
inline

test for NULL value

◆ IsModifiedByNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.PCustomisedGreetingRow.IsModifiedByNull ( )
inline

test for NULL value

◆ IsPartnerKeyNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.PCustomisedGreetingRow.IsPartnerKeyNull ( )
inline

test for NULL value

◆ IsUserIdNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.PCustomisedGreetingRow.IsUserIdNull ( )
inline

test for NULL value

◆ SetCreatedByNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.PCustomisedGreetingRow.SetCreatedByNull ( )
inline

assign NULL value

◆ SetCustomisedClosingTextNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.PCustomisedGreetingRow.SetCustomisedClosingTextNull ( )
inline

assign NULL value

◆ SetCustomisedGreetingTextNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.PCustomisedGreetingRow.SetCustomisedGreetingTextNull ( )
inline

assign NULL value

◆ SetDateCreatedNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.PCustomisedGreetingRow.SetDateCreatedNull ( )
inline

assign NULL value

◆ SetDateModifiedNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.PCustomisedGreetingRow.SetDateModifiedNull ( )
inline

assign NULL value

◆ SetModificationIdNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.PCustomisedGreetingRow.SetModificationIdNull ( )
inline

assign NULL value

◆ SetModifiedByNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.PCustomisedGreetingRow.SetModifiedByNull ( )
inline

assign NULL value

◆ SetPartnerKeyNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.PCustomisedGreetingRow.SetPartnerKeyNull ( )
inline

assign NULL value

◆ SetUserIdNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.PCustomisedGreetingRow.SetUserIdNull ( )
inline

assign NULL value

Property Documentation

◆ CreatedBy

String Ict.Petra.Shared.MPartner.Mailroom.Data.PCustomisedGreetingRow.CreatedBy
getset

User ID of who created this record.

◆ CustomisedClosingText

String Ict.Petra.Shared.MPartner.Mailroom.Data.PCustomisedGreetingRow.CustomisedClosingText
getset

◆ CustomisedGreetingText

String Ict.Petra.Shared.MPartner.Mailroom.Data.PCustomisedGreetingRow.CustomisedGreetingText
getset

◆ DateCreated

System.? DateTime Ict.Petra.Shared.MPartner.Mailroom.Data.PCustomisedGreetingRow.DateCreated
getset

The date the record was created.

◆ DateModified

System.? DateTime Ict.Petra.Shared.MPartner.Mailroom.Data.PCustomisedGreetingRow.DateModified
getset

The date the record was modified.

◆ ModificationId

DateTime Ict.Petra.Shared.MPartner.Mailroom.Data.PCustomisedGreetingRow.ModificationId
getset

This identifies the current version of the record.

◆ ModifiedBy

String Ict.Petra.Shared.MPartner.Mailroom.Data.PCustomisedGreetingRow.ModifiedBy
getset

User ID of who last modified this record.

◆ PartnerKey

Int64 Ict.Petra.Shared.MPartner.Mailroom.Data.PCustomisedGreetingRow.PartnerKey
getset

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

◆ UserId

String Ict.Petra.Shared.MPartner.Mailroom.Data.PCustomisedGreetingRow.UserId
getset

This is the system user id. Each user of the system is allocated one.


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