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

Lists mailings that are being tracked. When entering gifts, the mailing that motivated the gift can be indicated. More...

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

Public Member Functions

 PMailingRow (System.Data.DataRowBuilder rb)
 Constructor. More...
 
virtual void InitValues ()
 set default values More...
 
bool IsMailingCodeNull ()
 test for NULL value More...
 
void SetMailingCodeNull ()
 assign NULL value More...
 
bool IsMailingDescriptionNull ()
 test for NULL value More...
 
void SetMailingDescriptionNull ()
 assign NULL value More...
 
bool IsMailingDateNull ()
 test for NULL value More...
 
void SetMailingDateNull ()
 assign NULL value More...
 
bool IsMotivationGroupCodeNull ()
 test for NULL value More...
 
void SetMotivationGroupCodeNull ()
 assign NULL value More...
 
bool IsMotivationDetailCodeNull ()
 test for NULL value More...
 
void SetMotivationDetailCodeNull ()
 assign NULL value More...
 
bool IsMailingCostNull ()
 test for NULL value More...
 
void SetMailingCostNull ()
 assign NULL value More...
 
bool IsMailingAttributedAmountNull ()
 test for NULL value More...
 
void SetMailingAttributedAmountNull ()
 assign NULL value More...
 
bool IsViewableNull ()
 test for NULL value More...
 
void SetViewableNull ()
 assign NULL value More...
 
bool IsViewableUntilNull ()
 test for NULL value More...
 
void SetViewableUntilNull ()
 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 MailingCode [get, set]
 Mailing Code. More...
 
String MailingDescription [get, set]
 Mailing Description. More...
 
System.? DateTime MailingDate [get, set]
 Date Of Mailing. More...
 
String MotivationGroupCode [get, set]
 This defines a motivation group. More...
 
String MotivationDetailCode [get, set]
 This defines the motivation detail within a motivation group. More...
 
Decimal MailingCost [get, set]
 Cost of Mailing. More...
 
Decimal MailingAttributedAmount [get, set]
 Gift amount attributed to this mailing. More...
 
Boolean Viewable [get, set]
 Indicates if the mailing is viewable in comboboxes where the user can select it. More...
 
System.? DateTime ViewableUntil [get, set]
 Date until this mailing is viewable for users (if p_viewable_l is set) 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

Lists mailings that are being tracked. When entering gifts, the mailing that motivated the gift can be indicated.

Constructor & Destructor Documentation

◆ PMailingRow()

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

Constructor.

Member Function Documentation

◆ InitValues()

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

set default values

◆ IsCreatedByNull()

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

test for NULL value

◆ IsDateCreatedNull()

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

test for NULL value

◆ IsDateModifiedNull()

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

test for NULL value

◆ IsMailingAttributedAmountNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.PMailingRow.IsMailingAttributedAmountNull ( )
inline

test for NULL value

◆ IsMailingCodeNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.PMailingRow.IsMailingCodeNull ( )
inline

test for NULL value

◆ IsMailingCostNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.PMailingRow.IsMailingCostNull ( )
inline

test for NULL value

◆ IsMailingDateNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.PMailingRow.IsMailingDateNull ( )
inline

test for NULL value

◆ IsMailingDescriptionNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.PMailingRow.IsMailingDescriptionNull ( )
inline

test for NULL value

◆ IsModificationIdNull()

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

test for NULL value

◆ IsModifiedByNull()

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

test for NULL value

◆ IsMotivationDetailCodeNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.PMailingRow.IsMotivationDetailCodeNull ( )
inline

test for NULL value

◆ IsMotivationGroupCodeNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.PMailingRow.IsMotivationGroupCodeNull ( )
inline

test for NULL value

◆ IsViewableNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.PMailingRow.IsViewableNull ( )
inline

test for NULL value

◆ IsViewableUntilNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.PMailingRow.IsViewableUntilNull ( )
inline

test for NULL value

◆ SetCreatedByNull()

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

assign NULL value

◆ SetDateCreatedNull()

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

assign NULL value

◆ SetDateModifiedNull()

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

assign NULL value

◆ SetMailingAttributedAmountNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.PMailingRow.SetMailingAttributedAmountNull ( )
inline

assign NULL value

◆ SetMailingCodeNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.PMailingRow.SetMailingCodeNull ( )
inline

assign NULL value

◆ SetMailingCostNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.PMailingRow.SetMailingCostNull ( )
inline

assign NULL value

◆ SetMailingDateNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.PMailingRow.SetMailingDateNull ( )
inline

assign NULL value

◆ SetMailingDescriptionNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.PMailingRow.SetMailingDescriptionNull ( )
inline

assign NULL value

◆ SetModificationIdNull()

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

assign NULL value

◆ SetModifiedByNull()

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

assign NULL value

◆ SetMotivationDetailCodeNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.PMailingRow.SetMotivationDetailCodeNull ( )
inline

assign NULL value

◆ SetMotivationGroupCodeNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.PMailingRow.SetMotivationGroupCodeNull ( )
inline

assign NULL value

◆ SetViewableNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.PMailingRow.SetViewableNull ( )
inline

assign NULL value

◆ SetViewableUntilNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.PMailingRow.SetViewableUntilNull ( )
inline

assign NULL value

Property Documentation

◆ CreatedBy

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

User ID of who created this record.

◆ DateCreated

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

The date the record was created.

◆ DateModified

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

The date the record was modified.

◆ MailingAttributedAmount

Decimal Ict.Petra.Shared.MPartner.Mailroom.Data.PMailingRow.MailingAttributedAmount
getset

Gift amount attributed to this mailing.

◆ MailingCode

String Ict.Petra.Shared.MPartner.Mailroom.Data.PMailingRow.MailingCode
getset

Mailing Code.

◆ MailingCost

Decimal Ict.Petra.Shared.MPartner.Mailroom.Data.PMailingRow.MailingCost
getset

Cost of Mailing.

◆ MailingDate

System.? DateTime Ict.Petra.Shared.MPartner.Mailroom.Data.PMailingRow.MailingDate
getset

Date Of Mailing.

◆ MailingDescription

String Ict.Petra.Shared.MPartner.Mailroom.Data.PMailingRow.MailingDescription
getset

Mailing Description.

◆ ModificationId

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

This identifies the current version of the record.

◆ ModifiedBy

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

User ID of who last modified this record.

◆ MotivationDetailCode

String Ict.Petra.Shared.MPartner.Mailroom.Data.PMailingRow.MotivationDetailCode
getset

This defines the motivation detail within a motivation group.

◆ MotivationGroupCode

String Ict.Petra.Shared.MPartner.Mailroom.Data.PMailingRow.MotivationGroupCode
getset

This defines a motivation group.

◆ Viewable

Boolean Ict.Petra.Shared.MPartner.Mailroom.Data.PMailingRow.Viewable
getset

Indicates if the mailing is viewable in comboboxes where the user can select it.

◆ ViewableUntil

System.? DateTime Ict.Petra.Shared.MPartner.Mailroom.Data.PMailingRow.ViewableUntil
getset

Date until this mailing is viewable for users (if p_viewable_l is set)


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