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

A particular state within a process which can apply to a Partner. Each state will probably need to have an Idle state to indicate when no state applies. More...

Inheritance diagram for Ict.Petra.Shared.MPartner.Partner.Data.PStateRow:

Public Member Functions

 PStateRow (System.Data.DataRowBuilder rb)
 Constructor. More...
 
virtual void InitValues ()
 set default values More...
 
bool IsProcessCodeNull ()
 test for NULL value More...
 
void SetProcessCodeNull ()
 assign NULL value More...
 
bool IsStateCodeNull ()
 test for NULL value More...
 
void SetStateCodeNull ()
 assign NULL value More...
 
bool IsStateDescrNull ()
 test for NULL value More...
 
void SetStateDescrNull ()
 assign NULL value More...
 
bool IsActiveNull ()
 test for NULL value More...
 
void SetActiveNull ()
 assign NULL value More...
 
bool IsSystemStateNull ()
 test for NULL value More...
 
void SetSystemStateNull ()
 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 ProcessCode [get, set]
 Process that this state belongs to. More...
 
String StateCode [get, set]
 Code for the state. More...
 
String StateDescr [get, set]
 Description of the state. More...
 
Boolean Active [get, set]
 Is this a currently active state? More...
 
Boolean SystemState [get, set]
 Is this a system defined state (as opposed to a user defined one)? 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

A particular state within a process which can apply to a Partner. Each state will probably need to have an Idle state to indicate when no state applies.

Constructor & Destructor Documentation

◆ PStateRow()

Ict.Petra.Shared.MPartner.Partner.Data.PStateRow.PStateRow ( System.Data.DataRowBuilder  rb)
inline

Constructor.

Member Function Documentation

◆ InitValues()

virtual void Ict.Petra.Shared.MPartner.Partner.Data.PStateRow.InitValues ( )
inlinevirtual

set default values

◆ IsActiveNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PStateRow.IsActiveNull ( )
inline

test for NULL value

◆ IsCreatedByNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PStateRow.IsCreatedByNull ( )
inline

test for NULL value

◆ IsDateCreatedNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PStateRow.IsDateCreatedNull ( )
inline

test for NULL value

◆ IsDateModifiedNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PStateRow.IsDateModifiedNull ( )
inline

test for NULL value

◆ IsModificationIdNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PStateRow.IsModificationIdNull ( )
inline

test for NULL value

◆ IsModifiedByNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PStateRow.IsModifiedByNull ( )
inline

test for NULL value

◆ IsProcessCodeNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PStateRow.IsProcessCodeNull ( )
inline

test for NULL value

◆ IsStateCodeNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PStateRow.IsStateCodeNull ( )
inline

test for NULL value

◆ IsStateDescrNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PStateRow.IsStateDescrNull ( )
inline

test for NULL value

◆ IsSystemStateNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PStateRow.IsSystemStateNull ( )
inline

test for NULL value

◆ SetActiveNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PStateRow.SetActiveNull ( )
inline

assign NULL value

◆ SetCreatedByNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PStateRow.SetCreatedByNull ( )
inline

assign NULL value

◆ SetDateCreatedNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PStateRow.SetDateCreatedNull ( )
inline

assign NULL value

◆ SetDateModifiedNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PStateRow.SetDateModifiedNull ( )
inline

assign NULL value

◆ SetModificationIdNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PStateRow.SetModificationIdNull ( )
inline

assign NULL value

◆ SetModifiedByNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PStateRow.SetModifiedByNull ( )
inline

assign NULL value

◆ SetProcessCodeNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PStateRow.SetProcessCodeNull ( )
inline

assign NULL value

◆ SetStateCodeNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PStateRow.SetStateCodeNull ( )
inline

assign NULL value

◆ SetStateDescrNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PStateRow.SetStateDescrNull ( )
inline

assign NULL value

◆ SetSystemStateNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PStateRow.SetSystemStateNull ( )
inline

assign NULL value

Property Documentation

◆ Active

Boolean Ict.Petra.Shared.MPartner.Partner.Data.PStateRow.Active
getset

Is this a currently active state?

◆ CreatedBy

String Ict.Petra.Shared.MPartner.Partner.Data.PStateRow.CreatedBy
getset

User ID of who created this record.

◆ DateCreated

System.? DateTime Ict.Petra.Shared.MPartner.Partner.Data.PStateRow.DateCreated
getset

The date the record was created.

◆ DateModified

System.? DateTime Ict.Petra.Shared.MPartner.Partner.Data.PStateRow.DateModified
getset

The date the record was modified.

◆ ModificationId

DateTime Ict.Petra.Shared.MPartner.Partner.Data.PStateRow.ModificationId
getset

This identifies the current version of the record.

◆ ModifiedBy

String Ict.Petra.Shared.MPartner.Partner.Data.PStateRow.ModifiedBy
getset

User ID of who last modified this record.

◆ ProcessCode

String Ict.Petra.Shared.MPartner.Partner.Data.PStateRow.ProcessCode
getset

Process that this state belongs to.

◆ StateCode

String Ict.Petra.Shared.MPartner.Partner.Data.PStateRow.StateCode
getset

Code for the state.

◆ StateDescr

String Ict.Petra.Shared.MPartner.Partner.Data.PStateRow.StateDescr
getset

Description of the state.

◆ SystemState

Boolean Ict.Petra.Shared.MPartner.Partner.Data.PStateRow.SystemState
getset

Is this a system defined state (as opposed to a user defined one)?


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