|
OpenPetra
Free Administration Software for Non-Profits
|
Details of contacts with partners. More...
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... | |
Details of contacts with partners.
|
inline |
Constructor.
|
inlinevirtual |
set default values
Reimplemented in Ict.Petra.Shared.MPartner.Partner.Data.PartnerImportExportTDSPContactLogRow.
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
getset |
Contact code.
|
getset |
Contact Comment (also used to hold contents of emails)
|
getset |
Date of contact.
|
getset |
Location of contact.
|
getset |
identifying key for p_contact_log
|
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.
|
getset |
User who made the contact.
|
getset |
Time of contact.
|
getset |
User ID of who created this record.
|
getset |
The date the record was created.
|
getset |
The date the record was modified.
|
getset |
The mailing code associated with the contact.
|
getset |
This identifies the current version of the record.
|
getset |
User ID of who last modified this record.
|
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.
|
getset |
Indicates whether or not the contact has restricted access. If it does then the access will be controlled by s_group_partner_contact.
|
getset |
If set, this contact is restricted to one user.