Click or drag to resize

RunWorkflowJobEntry Class

[Missing <summary> documentation for "T:Casewhere.Runtime.Workflows.RunWorkflowJobEntry"]

Inheritance Hierarchy
SystemObject
  TransactionEntry
    Casewhere.Runtime.WorkflowsRunWorkflowJobEntry

Namespace: Casewhere.Runtime.Workflows
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntax
C#
public class RunWorkflowJobEntry : TransactionEntry

The RunWorkflowJobEntry type exposes the following members.

Constructors
 NameDescription
Public methodRunWorkflowJobEntryInitializes a new instance of the RunWorkflowJobEntry class
Top
Properties
 NameDescription
Public propertyId
(Overrides TransactionEntry.Id)
Top
Methods
 NameDescription
Public methodRollback
(Overrides TransactionEntry.Rollback)
Public methodToString
(Overrides ObjectToString)
Top
See Also