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

Details of contacts with partners. More...

Inheritance diagram for Ict.Petra.Shared.MPartner.Mailroom.Data.PContactLogRow:
Ict.Petra.Shared.MPartner.Partner.Data.PartnerImportExportTDSPContactLogRow

Public Member Functions

 PContactLogRow (System.Data.DataRowBuilder rb)
 Constructor. More...
 
virtual void InitValues ()
 set default values More...
 
bool IsContactLogIdNull ()
 test for NULL value More...
 
void SetContactLogIdNull ()
 assign NULL value More...
 
bool IsContactDateNull ()
 test for NULL value More...
 
void SetContactDateNull ()
 assign NULL value More...
 
bool IsContactTimeNull ()
 test for NULL value More...
 
void SetContactTimeNull ()
 assign NULL value More...
 
bool IsContactCodeNull ()
 test for NULL value More...
 
void SetContactCodeNull ()
 assign NULL value More...
 
bool IsContactorNull ()
 test for NULL value More...
 
void SetContactorNull ()
 assign NULL value More...
 
bool IsContactMessageIdNull ()
 test for NULL value More...
 
void SetContactMessageIdNull ()
 assign NULL value More...
 
bool IsContactCommentNull ()
 test for NULL value More...
 
void SetContactCommentNull ()
 assign NULL value More...
 
bool IsModuleIdNull ()
 test for NULL value More...
 
void SetModuleIdNull ()
 assign NULL value More...
 
bool IsUserIdNull ()
 test for NULL value More...
 
void SetUserIdNull ()
 assign NULL value More...
 
bool IsMailingCodeNull ()
 test for NULL value More...
 
void SetMailingCodeNull ()
 assign NULL value More...
 
bool IsRestrictedNull ()
 test for NULL value More...
 
void SetRestrictedNull ()
 assign NULL value More...
 
bool IsContactLocationNull ()
 test for NULL value More...
 
void SetContactLocationNull ()
 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 ContactLogId [get, set]
 identifying key for p_contact_log More...
 
System.DateTime ContactDate [get, set]
 Date of contact. More...
 
Int32 ContactTime [get, set]
 Time of contact. More...
 
String ContactCode [get, set]
 Contact code. More...
 
String Contactor [get, set]
 User who made the contact. More...
 
String ContactMessageId [get, set]
 The Message ID (only applies if the type of contact is an email); this helps to identify the email and to interface with the EMail application. More...
 
String ContactComment [get, set]
 Contact Comment (also used to hold contents of emails) More...
 
String ModuleId [get, set]
 Identifies a module. A module is any part of aprogram which is related to each menu entry or to the sub-system. Eg, partner administration, AP, AR etc. More...
 
String UserId [get, set]
 If set, this contact is restricted to one user. More...
 
String MailingCode [get, set]
 The mailing code associated with the contact. More...
 
Boolean Restricted [get, set]
 Indicates whether or not the contact has restricted access. If it does then the access will be controlled by s_group_partner_contact. More...
 
String ContactLocation [get, set]
 Location of contact. 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

Details of contacts with partners.

Constructor & Destructor Documentation

◆ PContactLogRow()

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

Constructor.

Member Function Documentation

◆ InitValues()

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

◆ IsContactCodeNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.PContactLogRow.IsContactCodeNull ( )
inline

test for NULL value

◆ IsContactCommentNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.PContactLogRow.IsContactCommentNull ( )
inline

test for NULL value

◆ IsContactDateNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.PContactLogRow.IsContactDateNull ( )
inline

test for NULL value

◆ IsContactLocationNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.PContactLogRow.IsContactLocationNull ( )
inline

test for NULL value

◆ IsContactLogIdNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.PContactLogRow.IsContactLogIdNull ( )
inline

test for NULL value

◆ IsContactMessageIdNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.PContactLogRow.IsContactMessageIdNull ( )
inline

test for NULL value

◆ IsContactorNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.PContactLogRow.IsContactorNull ( )
inline

test for NULL value

◆ IsContactTimeNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.PContactLogRow.IsContactTimeNull ( )
inline

test for NULL value

◆ IsCreatedByNull()

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

test for NULL value

◆ IsDateCreatedNull()

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

test for NULL value

◆ IsDateModifiedNull()

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

test for NULL value

◆ IsMailingCodeNull()

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

test for NULL value

◆ IsModificationIdNull()

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

test for NULL value

◆ IsModifiedByNull()

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

test for NULL value

◆ IsModuleIdNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.PContactLogRow.IsModuleIdNull ( )
inline

test for NULL value

◆ IsRestrictedNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.PContactLogRow.IsRestrictedNull ( )
inline

test for NULL value

◆ IsUserIdNull()

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

test for NULL value

◆ SetContactCodeNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.PContactLogRow.SetContactCodeNull ( )
inline

assign NULL value

◆ SetContactCommentNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.PContactLogRow.SetContactCommentNull ( )
inline

assign NULL value

◆ SetContactDateNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.PContactLogRow.SetContactDateNull ( )
inline

assign NULL value

◆ SetContactLocationNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.PContactLogRow.SetContactLocationNull ( )
inline

assign NULL value

◆ SetContactLogIdNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.PContactLogRow.SetContactLogIdNull ( )
inline

assign NULL value

◆ SetContactMessageIdNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.PContactLogRow.SetContactMessageIdNull ( )
inline

assign NULL value

◆ SetContactorNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.PContactLogRow.SetContactorNull ( )
inline

assign NULL value

◆ SetContactTimeNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.PContactLogRow.SetContactTimeNull ( )
inline

assign NULL value

◆ SetCreatedByNull()

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

assign NULL value

◆ SetDateCreatedNull()

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

assign NULL value

◆ SetDateModifiedNull()

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

assign NULL value

◆ SetMailingCodeNull()

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

assign NULL value

◆ SetModificationIdNull()

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

assign NULL value

◆ SetModifiedByNull()

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

assign NULL value

◆ SetModuleIdNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.PContactLogRow.SetModuleIdNull ( )
inline

assign NULL value

◆ SetRestrictedNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.PContactLogRow.SetRestrictedNull ( )
inline

assign NULL value

◆ SetUserIdNull()

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

assign NULL value

Property Documentation

◆ ContactCode

String Ict.Petra.Shared.MPartner.Mailroom.Data.PContactLogRow.ContactCode
getset

Contact code.

◆ ContactComment

String Ict.Petra.Shared.MPartner.Mailroom.Data.PContactLogRow.ContactComment
getset

Contact Comment (also used to hold contents of emails)

◆ ContactDate

System.DateTime Ict.Petra.Shared.MPartner.Mailroom.Data.PContactLogRow.ContactDate
getset

Date of contact.

◆ ContactLocation

String Ict.Petra.Shared.MPartner.Mailroom.Data.PContactLogRow.ContactLocation
getset

Location of contact.

◆ ContactLogId

Int64 Ict.Petra.Shared.MPartner.Mailroom.Data.PContactLogRow.ContactLogId
getset

identifying key for p_contact_log

◆ ContactMessageId

String Ict.Petra.Shared.MPartner.Mailroom.Data.PContactLogRow.ContactMessageId
getset

The Message ID (only applies if the type of contact is an email); this helps to identify the email and to interface with the EMail application.

◆ Contactor

String Ict.Petra.Shared.MPartner.Mailroom.Data.PContactLogRow.Contactor
getset

User who made the contact.

◆ ContactTime

Int32 Ict.Petra.Shared.MPartner.Mailroom.Data.PContactLogRow.ContactTime
getset

Time of contact.

◆ CreatedBy

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

User ID of who created this record.

◆ DateCreated

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

The date the record was created.

◆ DateModified

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

The date the record was modified.

◆ MailingCode

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

The mailing code associated with the contact.

◆ ModificationId

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

This identifies the current version of the record.

◆ ModifiedBy

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

User ID of who last modified this record.

◆ ModuleId

String Ict.Petra.Shared.MPartner.Mailroom.Data.PContactLogRow.ModuleId
getset

Identifies a module. A module is any part of aprogram which is related to each menu entry or to the sub-system. Eg, partner administration, AP, AR etc.

◆ Restricted

Boolean Ict.Petra.Shared.MPartner.Mailroom.Data.PContactLogRow.Restricted
getset

Indicates whether or not the contact has restricted access. If it does then the access will be controlled by s_group_partner_contact.

◆ UserId

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

If set, this contact is restricted to one user.


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