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

Possible attributes for partner contacts. Gives the description of each attribute code. An attribute is a type of contact that was made or which occurred with a partner. More...

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

Public Member Functions

 PContactAttributeRow (System.Data.DataRowBuilder rb)
 Constructor. More...
 
virtual void InitValues ()
 set default values More...
 
bool IsContactAttributeCodeNull ()
 test for NULL value More...
 
void SetContactAttributeCodeNull ()
 assign NULL value More...
 
bool IsContactAttributeDescrNull ()
 test for NULL value More...
 
void SetContactAttributeDescrNull ()
 assign NULL value More...
 
bool IsActiveNull ()
 test for NULL value More...
 
void SetActiveNull ()
 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 ContactAttributeCode [get, set]
 Contact Attribute Code. More...
 
String ContactAttributeDescr [get, set]
 This is a contact attribute description. More...
 
Boolean Active [get, set]
 allowed to use this attribute for new contacts? 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

Possible attributes for partner contacts. Gives the description of each attribute code. An attribute is a type of contact that was made or which occurred with a partner.

Constructor & Destructor Documentation

◆ PContactAttributeRow()

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

Constructor.

Member Function Documentation

◆ InitValues()

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

set default values

◆ IsActiveNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.PContactAttributeRow.IsActiveNull ( )
inline

test for NULL value

◆ IsContactAttributeCodeNull()

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

test for NULL value

◆ IsContactAttributeDescrNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.PContactAttributeRow.IsContactAttributeDescrNull ( )
inline

test for NULL value

◆ IsCreatedByNull()

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

test for NULL value

◆ IsDateCreatedNull()

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

test for NULL value

◆ IsDateModifiedNull()

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

test for NULL value

◆ IsModificationIdNull()

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

test for NULL value

◆ IsModifiedByNull()

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

test for NULL value

◆ SetActiveNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.PContactAttributeRow.SetActiveNull ( )
inline

assign NULL value

◆ SetContactAttributeCodeNull()

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

assign NULL value

◆ SetContactAttributeDescrNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.PContactAttributeRow.SetContactAttributeDescrNull ( )
inline

assign NULL value

◆ SetCreatedByNull()

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

assign NULL value

◆ SetDateCreatedNull()

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

assign NULL value

◆ SetDateModifiedNull()

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

assign NULL value

◆ SetModificationIdNull()

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

assign NULL value

◆ SetModifiedByNull()

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

assign NULL value

Property Documentation

◆ Active

Boolean Ict.Petra.Shared.MPartner.Mailroom.Data.PContactAttributeRow.Active
getset

allowed to use this attribute for new contacts?

◆ ContactAttributeCode

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

Contact Attribute Code.

◆ ContactAttributeDescr

String Ict.Petra.Shared.MPartner.Mailroom.Data.PContactAttributeRow.ContactAttributeDescr
getset

This is a contact attribute description.

◆ CreatedBy

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

User ID of who created this record.

◆ DateCreated

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

The date the record was created.

◆ DateModified

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

The date the record was modified.

◆ ModificationId

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

This identifies the current version of the record.

◆ ModifiedBy

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

User ID of who last modified this record.


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