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

Associates a p_contact_attribute_detail with a p_contact_log. A contact log may have more than one p_contact_attribute_detail associated with it. More...

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

Public Member Functions

 PPartnerContactAttributeRow (System.Data.DataRowBuilder rb)
 Constructor. More...
 
virtual void InitValues ()
 set default values More...
 
bool IsContactIdNull ()
 test for NULL value More...
 
void SetContactIdNull ()
 assign NULL value More...
 
bool IsContactAttributeCodeNull ()
 test for NULL value More...
 
void SetContactAttributeCodeNull ()
 assign NULL value More...
 
bool IsContactAttrDetailCodeNull ()
 test for NULL value More...
 
void SetContactAttrDetailCodeNull ()
 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 ContactId [get, set]
 identifying key for p_contact_log More...
 
String ContactAttributeCode [get, set]
 Contact Attribute Code. More...
 
String ContactAttrDetailCode [get, set]
 code for attribute detail 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

Associates a p_contact_attribute_detail with a p_contact_log. A contact log may have more than one p_contact_attribute_detail associated with it.

Constructor & Destructor Documentation

◆ PPartnerContactAttributeRow()

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

Constructor.

Member Function Documentation

◆ InitValues()

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

set default values

◆ IsContactAttrDetailCodeNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.PPartnerContactAttributeRow.IsContactAttrDetailCodeNull ( )
inline

test for NULL value

◆ IsContactAttributeCodeNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.PPartnerContactAttributeRow.IsContactAttributeCodeNull ( )
inline

test for NULL value

◆ IsContactIdNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.PPartnerContactAttributeRow.IsContactIdNull ( )
inline

test for NULL value

◆ IsCreatedByNull()

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

test for NULL value

◆ IsDateCreatedNull()

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

test for NULL value

◆ IsDateModifiedNull()

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

test for NULL value

◆ IsModificationIdNull()

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

test for NULL value

◆ IsModifiedByNull()

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

test for NULL value

◆ SetContactAttrDetailCodeNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.PPartnerContactAttributeRow.SetContactAttrDetailCodeNull ( )
inline

assign NULL value

◆ SetContactAttributeCodeNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.PPartnerContactAttributeRow.SetContactAttributeCodeNull ( )
inline

assign NULL value

◆ SetContactIdNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.PPartnerContactAttributeRow.SetContactIdNull ( )
inline

assign NULL value

◆ SetCreatedByNull()

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

assign NULL value

◆ SetDateCreatedNull()

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

assign NULL value

◆ SetDateModifiedNull()

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

assign NULL value

◆ SetModificationIdNull()

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

assign NULL value

◆ SetModifiedByNull()

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

assign NULL value

Property Documentation

◆ ContactAttrDetailCode

String Ict.Petra.Shared.MPartner.Mailroom.Data.PPartnerContactAttributeRow.ContactAttrDetailCode
getset

code for attribute detail

◆ ContactAttributeCode

String Ict.Petra.Shared.MPartner.Mailroom.Data.PPartnerContactAttributeRow.ContactAttributeCode
getset

Contact Attribute Code.

◆ ContactId

Int64 Ict.Petra.Shared.MPartner.Mailroom.Data.PPartnerContactAttributeRow.ContactId
getset

identifying key for p_contact_log

◆ CreatedBy

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

User ID of who created this record.

◆ DateCreated

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

The date the record was created.

◆ DateModified

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

The date the record was modified.

◆ ModificationId

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

This identifies the current version of the record.

◆ ModifiedBy

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

User ID of who last modified this record.


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