Class WorkflowStepBase
Inheritance
WorkflowStepBase
Assembly: SoDataBase.dll
Syntax
public class WorkflowStepBase : Object
Constructors
WorkflowStepBase(WorkflowStepRow, WorkflowInstanceRow)
Declaration
public WorkflowStepBase(WorkflowStepRow row, WorkflowInstanceRow instanceRow)
Parameters
Properties
InstanceRow
Declaration
protected WorkflowInstanceRow InstanceRow { get; set; }
Property Value
Row
Declaration
protected WorkflowStepRow Row { get; set; }
Property Value
Settings
Declaration
public virtual StepSettings Settings { get; set; }
Property Value
Methods
Execute()
Declaration
public virtual DateTime Execute()
Returns
NextStepId(Int32)
Declaration
public virtual int NextStepId(int defaultStepId)
Parameters
Type |
Name |
Description |
Int32 |
defaultStepId |
|
Returns
Save()
Declaration
public virtual void Save()
Extension Methods
EnumUtil.MapEnums<From, To>(From)