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

Stores the definition of each workflow. These may be pre-created, or created by the user. More...

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

Public Member Functions

 SWorkflowDefinitionRow (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 IsNameNull ()
 test for NULL value More...
 
void SetNameNull ()
 assign NULL value More...
 
bool IsDescriptionNull ()
 test for NULL value More...
 
void SetDescriptionNull ()
 assign NULL value More...
 
bool IsModuleListNull ()
 test for NULL value More...
 
void SetModuleListNull ()
 assign NULL value More...
 
bool IsTypeOfSharedDataNull ()
 test for NULL value More...
 
void SetTypeOfSharedDataNull ()
 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...
 
String Name [get, set]
 
String Description [get, set]
 
String ModuleList [get, set]
 List of all modules within which workflow should be available. More...
 
String TypeOfSharedData [get, set]
 If workflow is dependent on a particular data item what sort of data item is it (eg. partner key, application, extract). 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 the definition of each workflow. These may be pre-created, or created by the user.

Constructor & Destructor Documentation

◆ SWorkflowDefinitionRow()

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

Constructor.

Member Function Documentation

◆ InitValues()

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

set default values

◆ IsCreatedByNull()

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

test for NULL value

◆ IsDateCreatedNull()

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

test for NULL value

◆ IsDateModifiedNull()

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

test for NULL value

◆ IsDescriptionNull()

bool Ict.Petra.Shared.MSysMan.Data.SWorkflowDefinitionRow.IsDescriptionNull ( )
inline

test for NULL value

◆ IsModificationIdNull()

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

test for NULL value

◆ IsModifiedByNull()

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

test for NULL value

◆ IsModuleListNull()

bool Ict.Petra.Shared.MSysMan.Data.SWorkflowDefinitionRow.IsModuleListNull ( )
inline

test for NULL value

◆ IsNameNull()

bool Ict.Petra.Shared.MSysMan.Data.SWorkflowDefinitionRow.IsNameNull ( )
inline

test for NULL value

◆ IsTypeOfSharedDataNull()

bool Ict.Petra.Shared.MSysMan.Data.SWorkflowDefinitionRow.IsTypeOfSharedDataNull ( )
inline

test for NULL value

◆ IsWorkflowIdNull()

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

test for NULL value

◆ SetCreatedByNull()

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

assign NULL value

◆ SetDateCreatedNull()

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

assign NULL value

◆ SetDateModifiedNull()

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

assign NULL value

◆ SetDescriptionNull()

void Ict.Petra.Shared.MSysMan.Data.SWorkflowDefinitionRow.SetDescriptionNull ( )
inline

assign NULL value

◆ SetModificationIdNull()

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

assign NULL value

◆ SetModifiedByNull()

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

assign NULL value

◆ SetModuleListNull()

void Ict.Petra.Shared.MSysMan.Data.SWorkflowDefinitionRow.SetModuleListNull ( )
inline

assign NULL value

◆ SetNameNull()

void Ict.Petra.Shared.MSysMan.Data.SWorkflowDefinitionRow.SetNameNull ( )
inline

assign NULL value

◆ SetTypeOfSharedDataNull()

void Ict.Petra.Shared.MSysMan.Data.SWorkflowDefinitionRow.SetTypeOfSharedDataNull ( )
inline

assign NULL value

◆ SetWorkflowIdNull()

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

assign NULL value

Property Documentation

◆ CreatedBy

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

User ID of who created this record.

◆ DateCreated

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

The date the record was created.

◆ DateModified

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

The date the record was modified.

◆ Description

String Ict.Petra.Shared.MSysMan.Data.SWorkflowDefinitionRow.Description
getset

◆ ModificationId

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

This identifies the current version of the record.

◆ ModifiedBy

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

User ID of who last modified this record.

◆ ModuleList

String Ict.Petra.Shared.MSysMan.Data.SWorkflowDefinitionRow.ModuleList
getset

List of all modules within which workflow should be available.

◆ Name

String Ict.Petra.Shared.MSysMan.Data.SWorkflowDefinitionRow.Name
getset

◆ TypeOfSharedData

String Ict.Petra.Shared.MSysMan.Data.SWorkflowDefinitionRow.TypeOfSharedData
getset

If workflow is dependent on a particular data item what sort of data item is it (eg. partner key, application, extract).

◆ WorkflowId

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

Workflow ID.


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