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

Each step of the running workflow, including the status of that step. More...

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

Public Member Functions

 SWorkflowInstanceStepRow (System.Data.DataRowBuilder rb)
 Constructor. More...
 
virtual void InitValues ()
 set default values More...
 
bool IsWorkflowInstanceIdNull ()
 test for NULL value More...
 
void SetWorkflowInstanceIdNull ()
 assign NULL value More...
 
bool IsStepNumberNull ()
 test for NULL value More...
 
void SetStepNumberNull ()
 assign NULL value More...
 
bool IsCompleteNull ()
 test for NULL value More...
 
void SetCompleteNull ()
 assign NULL value More...
 
bool IsUserIdNull ()
 test for NULL value More...
 
void SetUserIdNull ()
 assign NULL value More...
 
bool IsOutputParametersNull ()
 test for NULL value More...
 
void SetOutputParametersNull ()
 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 WorkflowInstanceId [get, set]
 Workflow Instance ID. More...
 
Int32 StepNumber [get, set]
 Indicates current position within workflow instance. More...
 
Boolean Complete [get, set]
 Has this step been completed. More...
 
String UserId [get, set]
 User who ran or is running this step. More...
 
String OutputParameters [get, set]
 Any output parameters from this step. 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

Each step of the running workflow, including the status of that step.

Constructor & Destructor Documentation

◆ SWorkflowInstanceStepRow()

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

Constructor.

Member Function Documentation

◆ InitValues()

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

set default values

◆ IsCompleteNull()

bool Ict.Petra.Shared.MSysMan.Data.SWorkflowInstanceStepRow.IsCompleteNull ( )
inline

test for NULL value

◆ IsCreatedByNull()

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

test for NULL value

◆ IsDateCreatedNull()

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

test for NULL value

◆ IsDateModifiedNull()

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

test for NULL value

◆ IsModificationIdNull()

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

test for NULL value

◆ IsModifiedByNull()

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

test for NULL value

◆ IsOutputParametersNull()

bool Ict.Petra.Shared.MSysMan.Data.SWorkflowInstanceStepRow.IsOutputParametersNull ( )
inline

test for NULL value

◆ IsStepNumberNull()

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

test for NULL value

◆ IsUserIdNull()

bool Ict.Petra.Shared.MSysMan.Data.SWorkflowInstanceStepRow.IsUserIdNull ( )
inline

test for NULL value

◆ IsWorkflowInstanceIdNull()

bool Ict.Petra.Shared.MSysMan.Data.SWorkflowInstanceStepRow.IsWorkflowInstanceIdNull ( )
inline

test for NULL value

◆ SetCompleteNull()

void Ict.Petra.Shared.MSysMan.Data.SWorkflowInstanceStepRow.SetCompleteNull ( )
inline

assign NULL value

◆ SetCreatedByNull()

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

assign NULL value

◆ SetDateCreatedNull()

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

assign NULL value

◆ SetDateModifiedNull()

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

assign NULL value

◆ SetModificationIdNull()

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

assign NULL value

◆ SetModifiedByNull()

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

assign NULL value

◆ SetOutputParametersNull()

void Ict.Petra.Shared.MSysMan.Data.SWorkflowInstanceStepRow.SetOutputParametersNull ( )
inline

assign NULL value

◆ SetStepNumberNull()

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

assign NULL value

◆ SetUserIdNull()

void Ict.Petra.Shared.MSysMan.Data.SWorkflowInstanceStepRow.SetUserIdNull ( )
inline

assign NULL value

◆ SetWorkflowInstanceIdNull()

void Ict.Petra.Shared.MSysMan.Data.SWorkflowInstanceStepRow.SetWorkflowInstanceIdNull ( )
inline

assign NULL value

Property Documentation

◆ Complete

Boolean Ict.Petra.Shared.MSysMan.Data.SWorkflowInstanceStepRow.Complete
getset

Has this step been completed.

◆ CreatedBy

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

User ID of who created this record.

◆ DateCreated

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

The date the record was created.

◆ DateModified

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

The date the record was modified.

◆ ModificationId

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

This identifies the current version of the record.

◆ ModifiedBy

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

User ID of who last modified this record.

◆ OutputParameters

String Ict.Petra.Shared.MSysMan.Data.SWorkflowInstanceStepRow.OutputParameters
getset

Any output parameters from this step.

◆ StepNumber

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

Indicates current position within workflow instance.

◆ UserId

String Ict.Petra.Shared.MSysMan.Data.SWorkflowInstanceStepRow.UserId
getset

User who ran or is running this step.

◆ WorkflowInstanceId

Int32 Ict.Petra.Shared.MSysMan.Data.SWorkflowInstanceStepRow.WorkflowInstanceId
getset

Workflow Instance ID.


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