Stores the definition of each workflow. These may be pre-created, or created by the user.
More...
|
| 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...
|
| |
Stores the definition of each workflow. These may be pre-created, or created by the user.
◆ SWorkflowDefinitionRow()
| Ict.Petra.Shared.MSysMan.Data.SWorkflowDefinitionRow.SWorkflowDefinitionRow |
( |
System.Data.DataRowBuilder |
rb | ) |
|
|
inline |
◆ InitValues()
| virtual void Ict.Petra.Shared.MSysMan.Data.SWorkflowDefinitionRow.InitValues |
( |
| ) |
|
|
inlinevirtual |
◆ IsCreatedByNull()
| bool Ict.Petra.Shared.MSysMan.Data.SWorkflowDefinitionRow.IsCreatedByNull |
( |
| ) |
|
|
inline |
◆ IsDateCreatedNull()
| bool Ict.Petra.Shared.MSysMan.Data.SWorkflowDefinitionRow.IsDateCreatedNull |
( |
| ) |
|
|
inline |
◆ IsDateModifiedNull()
| bool Ict.Petra.Shared.MSysMan.Data.SWorkflowDefinitionRow.IsDateModifiedNull |
( |
| ) |
|
|
inline |
◆ IsDescriptionNull()
| bool Ict.Petra.Shared.MSysMan.Data.SWorkflowDefinitionRow.IsDescriptionNull |
( |
| ) |
|
|
inline |
◆ IsModificationIdNull()
| bool Ict.Petra.Shared.MSysMan.Data.SWorkflowDefinitionRow.IsModificationIdNull |
( |
| ) |
|
|
inline |
◆ IsModifiedByNull()
| bool Ict.Petra.Shared.MSysMan.Data.SWorkflowDefinitionRow.IsModifiedByNull |
( |
| ) |
|
|
inline |
◆ IsModuleListNull()
| bool Ict.Petra.Shared.MSysMan.Data.SWorkflowDefinitionRow.IsModuleListNull |
( |
| ) |
|
|
inline |
◆ IsNameNull()
| bool Ict.Petra.Shared.MSysMan.Data.SWorkflowDefinitionRow.IsNameNull |
( |
| ) |
|
|
inline |
◆ IsTypeOfSharedDataNull()
| bool Ict.Petra.Shared.MSysMan.Data.SWorkflowDefinitionRow.IsTypeOfSharedDataNull |
( |
| ) |
|
|
inline |
◆ IsWorkflowIdNull()
| bool Ict.Petra.Shared.MSysMan.Data.SWorkflowDefinitionRow.IsWorkflowIdNull |
( |
| ) |
|
|
inline |
◆ SetCreatedByNull()
| void Ict.Petra.Shared.MSysMan.Data.SWorkflowDefinitionRow.SetCreatedByNull |
( |
| ) |
|
|
inline |
◆ SetDateCreatedNull()
| void Ict.Petra.Shared.MSysMan.Data.SWorkflowDefinitionRow.SetDateCreatedNull |
( |
| ) |
|
|
inline |
◆ SetDateModifiedNull()
| void Ict.Petra.Shared.MSysMan.Data.SWorkflowDefinitionRow.SetDateModifiedNull |
( |
| ) |
|
|
inline |
◆ SetDescriptionNull()
| void Ict.Petra.Shared.MSysMan.Data.SWorkflowDefinitionRow.SetDescriptionNull |
( |
| ) |
|
|
inline |
◆ SetModificationIdNull()
| void Ict.Petra.Shared.MSysMan.Data.SWorkflowDefinitionRow.SetModificationIdNull |
( |
| ) |
|
|
inline |
◆ SetModifiedByNull()
| void Ict.Petra.Shared.MSysMan.Data.SWorkflowDefinitionRow.SetModifiedByNull |
( |
| ) |
|
|
inline |
◆ SetModuleListNull()
| void Ict.Petra.Shared.MSysMan.Data.SWorkflowDefinitionRow.SetModuleListNull |
( |
| ) |
|
|
inline |
◆ SetNameNull()
| void Ict.Petra.Shared.MSysMan.Data.SWorkflowDefinitionRow.SetNameNull |
( |
| ) |
|
|
inline |
◆ SetTypeOfSharedDataNull()
| void Ict.Petra.Shared.MSysMan.Data.SWorkflowDefinitionRow.SetTypeOfSharedDataNull |
( |
| ) |
|
|
inline |
◆ SetWorkflowIdNull()
| void Ict.Petra.Shared.MSysMan.Data.SWorkflowDefinitionRow.SetWorkflowIdNull |
( |
| ) |
|
|
inline |
◆ 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 |
The documentation for this class was generated from the following file: