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

How contacts are made. More...

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

Public Member Functions

 PMethodOfContactRow (System.Data.DataRowBuilder rb)
 Constructor. More...
 
virtual void InitValues ()
 set default values More...
 
bool IsMethodOfContactCodeNull ()
 test for NULL value More...
 
void SetMethodOfContactCodeNull ()
 assign NULL value More...
 
bool IsDescriptionNull ()
 test for NULL value More...
 
void SetDescriptionNull ()
 assign NULL value More...
 
bool IsContactTypeNull ()
 test for NULL value More...
 
void SetContactTypeNull ()
 assign NULL value More...
 
bool IsValidMethodNull ()
 test for NULL value More...
 
void SetValidMethodNull ()
 assign NULL value More...
 
bool IsDeletableNull ()
 test for NULL value More...
 
void SetDeletableNull ()
 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 MethodOfContactCode [get, set]
 
String Description [get, set]
 
String ContactType [get, set]
 
Boolean ValidMethod [get, set]
 
Boolean Deletable [get, set]
 
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

How contacts are made.

Constructor & Destructor Documentation

◆ PMethodOfContactRow()

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

Constructor.

Member Function Documentation

◆ InitValues()

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

set default values

◆ IsContactTypeNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.PMethodOfContactRow.IsContactTypeNull ( )
inline

test for NULL value

◆ IsCreatedByNull()

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

test for NULL value

◆ IsDateCreatedNull()

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

test for NULL value

◆ IsDateModifiedNull()

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

test for NULL value

◆ IsDeletableNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.PMethodOfContactRow.IsDeletableNull ( )
inline

test for NULL value

◆ IsDescriptionNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.PMethodOfContactRow.IsDescriptionNull ( )
inline

test for NULL value

◆ IsMethodOfContactCodeNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.PMethodOfContactRow.IsMethodOfContactCodeNull ( )
inline

test for NULL value

◆ IsModificationIdNull()

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

test for NULL value

◆ IsModifiedByNull()

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

test for NULL value

◆ IsValidMethodNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.PMethodOfContactRow.IsValidMethodNull ( )
inline

test for NULL value

◆ SetContactTypeNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.PMethodOfContactRow.SetContactTypeNull ( )
inline

assign NULL value

◆ SetCreatedByNull()

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

assign NULL value

◆ SetDateCreatedNull()

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

assign NULL value

◆ SetDateModifiedNull()

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

assign NULL value

◆ SetDeletableNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.PMethodOfContactRow.SetDeletableNull ( )
inline

assign NULL value

◆ SetDescriptionNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.PMethodOfContactRow.SetDescriptionNull ( )
inline

assign NULL value

◆ SetMethodOfContactCodeNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.PMethodOfContactRow.SetMethodOfContactCodeNull ( )
inline

assign NULL value

◆ SetModificationIdNull()

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

assign NULL value

◆ SetModifiedByNull()

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

assign NULL value

◆ SetValidMethodNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.PMethodOfContactRow.SetValidMethodNull ( )
inline

assign NULL value

Property Documentation

◆ ContactType

String Ict.Petra.Shared.MPartner.Mailroom.Data.PMethodOfContactRow.ContactType
getset

◆ CreatedBy

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

User ID of who created this record.

◆ DateCreated

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

The date the record was created.

◆ DateModified

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

The date the record was modified.

◆ Deletable

Boolean Ict.Petra.Shared.MPartner.Mailroom.Data.PMethodOfContactRow.Deletable
getset

This defines if the method of contact code can be deleted. This can only be updated by the system manager. At the risk of serious operational integrity. Default to Yes

◆ Description

String Ict.Petra.Shared.MPartner.Mailroom.Data.PMethodOfContactRow.Description
getset

◆ MethodOfContactCode

String Ict.Petra.Shared.MPartner.Mailroom.Data.PMethodOfContactRow.MethodOfContactCode
getset

◆ ModificationId

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

This identifies the current version of the record.

◆ ModifiedBy

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

User ID of who last modified this record.

◆ ValidMethod

Boolean Ict.Petra.Shared.MPartner.Mailroom.Data.PMethodOfContactRow.ValidMethod
getset

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