OpenPetra
Free Administration Software for Non-Profits
Ict.Petra.Shared.MSysMan.Data.SWorkflowStepRow Class Reference

Stores each step of the workflow. More...

Inheritance diagram for Ict.Petra.Shared.MSysMan.Data.SWorkflowStepRow:

Public Member Functions

 SWorkflowStepRow (System.Data.DataRowBuilder rb)
 Constructor. More...
 
virtual void InitValues ()
 set default values More...
 
bool IsWorkflowIdNull ()
 test for NULL value More...
 
void SetWorkflowIdNull ()
 assign NULL value More...
 
bool IsStepNumberNull ()
 test for NULL value More...
 
void SetStepNumberNull ()
 assign NULL value More...
 
bool IsFunctionIdNull ()
 test for NULL value More...
 
void SetFunctionIdNull ()
 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

Int32 WorkflowId [get, set]
 Workflow ID. More...
 
Int32 StepNumber [get, set]
 Indicates position within workflow (ie. 1 means first step, etc) More...
 
String FunctionId [get, set]
 Identifier for the particular function. 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

Stores each step of the workflow.

Constructor & Destructor Documentation

◆ SWorkflowStepRow()

Ict.Petra.Shared.MSysMan.Data.SWorkflowStepRow.SWorkflowStepRow ( System.Data.DataRowBuilder  rb)
inline

Constructor.

Member Function Documentation

◆ InitValues()

virtual void Ict.Petra.Shared.MSysMan.Data.SWorkflowStepRow.InitValues ( )
inlinevirtual

set default values

◆ IsCreatedByNull()

bool Ict.Petra.Shared.MSysMan.Data.SWorkflowStepRow.IsCreatedByNull ( )
inline

test for NULL value

◆ IsDateCreatedNull()

bool Ict.Petra.Shared.MSysMan.Data.SWorkflowStepRow.IsDateCreatedNull ( )
inline

test for NULL value

◆ IsDateModifiedNull()

bool Ict.Petra.Shared.MSysMan.Data.SWorkflowStepRow.IsDateModifiedNull ( )
inline

test for NULL value

◆ IsFunctionIdNull()

bool Ict.Petra.Shared.MSysMan.Data.SWorkflowStepRow.IsFunctionIdNull ( )
inline

test for NULL value

◆ IsModificationIdNull()

bool Ict.Petra.Shared.MSysMan.Data.SWorkflowStepRow.IsModificationIdNull ( )
inline

test for NULL value

◆ IsModifiedByNull()

bool Ict.Petra.Shared.MSysMan.Data.SWorkflowStepRow.IsModifiedByNull ( )
inline

test for NULL value

◆ IsStepNumberNull()

bool Ict.Petra.Shared.MSysMan.Data.SWorkflowStepRow.IsStepNumberNull ( )
inline

test for NULL value

◆ IsWorkflowIdNull()

bool Ict.Petra.Shared.MSysMan.Data.SWorkflowStepRow.IsWorkflowIdNull ( )
inline

test for NULL value

◆ SetCreatedByNull()

void Ict.Petra.Shared.MSysMan.Data.SWorkflowStepRow.SetCreatedByNull ( )
inline

assign NULL value

◆ SetDateCreatedNull()

void Ict.Petra.Shared.MSysMan.Data.SWorkflowStepRow.SetDateCreatedNull ( )
inline

assign NULL value

◆ SetDateModifiedNull()

void Ict.Petra.Shared.MSysMan.Data.SWorkflowStepRow.SetDateModifiedNull ( )
inline

assign NULL value

◆ SetFunctionIdNull()

void Ict.Petra.Shared.MSysMan.Data.SWorkflowStepRow.SetFunctionIdNull ( )
inline

assign NULL value

◆ SetModificationIdNull()

void Ict.Petra.Shared.MSysMan.Data.SWorkflowStepRow.SetModificationIdNull ( )
inline

assign NULL value

◆ SetModifiedByNull()

void Ict.Petra.Shared.MSysMan.Data.SWorkflowStepRow.SetModifiedByNull ( )
inline

assign NULL value

◆ SetStepNumberNull()

void Ict.Petra.Shared.MSysMan.Data.SWorkflowStepRow.SetStepNumberNull ( )
inline

assign NULL value

◆ SetWorkflowIdNull()

void Ict.Petra.Shared.MSysMan.Data.SWorkflowStepRow.SetWorkflowIdNull ( )
inline

assign NULL value

Property Documentation

◆ CreatedBy

String Ict.Petra.Shared.MSysMan.Data.SWorkflowStepRow.CreatedBy
getset

User ID of who created this record.

◆ DateCreated

System.? DateTime Ict.Petra.Shared.MSysMan.Data.SWorkflowStepRow.DateCreated
getset

The date the record was created.

◆ DateModified

System.? DateTime Ict.Petra.Shared.MSysMan.Data.SWorkflowStepRow.DateModified
getset

The date the record was modified.

◆ FunctionId

String Ict.Petra.Shared.MSysMan.Data.SWorkflowStepRow.FunctionId
getset

Identifier for the particular function.

◆ ModificationId

DateTime Ict.Petra.Shared.MSysMan.Data.SWorkflowStepRow.ModificationId
getset

This identifies the current version of the record.

◆ ModifiedBy

String Ict.Petra.Shared.MSysMan.Data.SWorkflowStepRow.ModifiedBy
getset

User ID of who last modified this record.

◆ StepNumber

Int32 Ict.Petra.Shared.MSysMan.Data.SWorkflowStepRow.StepNumber
getset

Indicates position within workflow (ie. 1 means first step, etc)

◆ WorkflowId

Int32 Ict.Petra.Shared.MSysMan.Data.SWorkflowStepRow.WorkflowId
getset

Workflow ID.


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