Class WorkflowStepAddToList
Inheritance
WorkflowStepAddToList
Assembly: SoDataBase.dll
Syntax
public class WorkflowStepAddToList : WorkflowStepBase
Constructors
WorkflowStepAddToList(WorkflowStepRow, WorkflowInstanceRow)
Declaration
public WorkflowStepAddToList(WorkflowStepRow row, WorkflowInstanceRow instanceRow)
Parameters
Methods
Execute()
Declaration
public override DateTime Execute()
Returns
Overrides
GetSettings(String)
Declaration
public static AddToListSettings GetSettings(string settingsJson)
Parameters
Type |
Name |
Description |
String |
settingsJson |
|
Returns
Save()
Declaration
public override void Save()
Overrides
Extension Methods
EnumUtil.MapEnums<From, To>(From)