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

A running instance of a defined workflow. More...

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

Public Member Functions

 SWorkflowInstanceRow (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 IsWorkflowIdNull ()
 test for NULL value More...
 
void SetWorkflowIdNull ()
 assign NULL value More...
 
bool IsKeyDataItemNull ()
 test for NULL value More...
 
void SetKeyDataItemNull ()
 assign NULL value More...
 
bool IsKeyDataItemTypeNull ()
 test for NULL value More...
 
void SetKeyDataItemTypeNull ()
 assign NULL value More...
 
bool IsSystemGeneratedNull ()
 test for NULL value More...
 
void SetSystemGeneratedNull ()
 assign NULL value More...
 
bool IsCompleteNull ()
 test for NULL value More...
 
void SetCompleteNull ()
 assign NULL value More...
 
bool IsNoteNull ()
 test for NULL value More...
 
void SetNoteNull ()
 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 WorkflowId [get, set]
 Workflow ID. More...
 
String KeyDataItem [get, set]
 If there is a particular data item required through the workflow what is it. Eg. if a Partner Key is required what is that Partner Key. More...
 
String KeyDataItemType [get, set]
 The type of the shared data item (eg. Partner Key) More...
 
Boolean SystemGenerated [get, set]
 Was this instance generated by the System rather than the user. More...
 
Boolean Complete [get, set]
 Has the workflow been completed. More...
 
String Note [get, set]
 User entered comment or note attached to the workflow. 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 running instance of a defined workflow.

Constructor & Destructor Documentation

◆ SWorkflowInstanceRow()

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

Constructor.

Member Function Documentation

◆ InitValues()

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

set default values

◆ IsCompleteNull()

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

test for NULL value

◆ IsCreatedByNull()

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

test for NULL value

◆ IsDateCreatedNull()

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

test for NULL value

◆ IsDateModifiedNull()

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

test for NULL value

◆ IsKeyDataItemNull()

bool Ict.Petra.Shared.MSysMan.Data.SWorkflowInstanceRow.IsKeyDataItemNull ( )
inline

test for NULL value

◆ IsKeyDataItemTypeNull()

bool Ict.Petra.Shared.MSysMan.Data.SWorkflowInstanceRow.IsKeyDataItemTypeNull ( )
inline

test for NULL value

◆ IsModificationIdNull()

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

test for NULL value

◆ IsModifiedByNull()

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

test for NULL value

◆ IsNoteNull()

bool Ict.Petra.Shared.MSysMan.Data.SWorkflowInstanceRow.IsNoteNull ( )
inline

test for NULL value

◆ IsSystemGeneratedNull()

bool Ict.Petra.Shared.MSysMan.Data.SWorkflowInstanceRow.IsSystemGeneratedNull ( )
inline

test for NULL value

◆ IsWorkflowIdNull()

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

test for NULL value

◆ IsWorkflowInstanceIdNull()

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

test for NULL value

◆ SetCompleteNull()

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

assign NULL value

◆ SetCreatedByNull()

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

assign NULL value

◆ SetDateCreatedNull()

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

assign NULL value

◆ SetDateModifiedNull()

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

assign NULL value

◆ SetKeyDataItemNull()

void Ict.Petra.Shared.MSysMan.Data.SWorkflowInstanceRow.SetKeyDataItemNull ( )
inline

assign NULL value

◆ SetKeyDataItemTypeNull()

void Ict.Petra.Shared.MSysMan.Data.SWorkflowInstanceRow.SetKeyDataItemTypeNull ( )
inline

assign NULL value

◆ SetModificationIdNull()

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

assign NULL value

◆ SetModifiedByNull()

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

assign NULL value

◆ SetNoteNull()

void Ict.Petra.Shared.MSysMan.Data.SWorkflowInstanceRow.SetNoteNull ( )
inline

assign NULL value

◆ SetSystemGeneratedNull()

void Ict.Petra.Shared.MSysMan.Data.SWorkflowInstanceRow.SetSystemGeneratedNull ( )
inline

assign NULL value

◆ SetWorkflowIdNull()

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

assign NULL value

◆ SetWorkflowInstanceIdNull()

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

assign NULL value

Property Documentation

◆ Complete

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

Has the workflow been completed.

◆ CreatedBy

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

User ID of who created this record.

◆ DateCreated

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

The date the record was created.

◆ DateModified

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

The date the record was modified.

◆ KeyDataItem

String Ict.Petra.Shared.MSysMan.Data.SWorkflowInstanceRow.KeyDataItem
getset

If there is a particular data item required through the workflow what is it. Eg. if a Partner Key is required what is that Partner Key.

◆ KeyDataItemType

String Ict.Petra.Shared.MSysMan.Data.SWorkflowInstanceRow.KeyDataItemType
getset

The type of the shared data item (eg. Partner Key)

◆ ModificationId

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

This identifies the current version of the record.

◆ ModifiedBy

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

User ID of who last modified this record.

◆ Note

String Ict.Petra.Shared.MSysMan.Data.SWorkflowInstanceRow.Note
getset

User entered comment or note attached to the workflow.

◆ SystemGenerated

Boolean Ict.Petra.Shared.MSysMan.Data.SWorkflowInstanceRow.SystemGenerated
getset

Was this instance generated by the System rather than the user.

◆ WorkflowId

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

Workflow ID.

◆ WorkflowInstanceId

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

Workflow Instance ID.


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