Class ActionDefinitionReference
OptimaJet.Workflow.Core.Model.ActionDefinitionReference
Represent a reference on action in a process scheme
Namespace: OptimaJet.Workflow.Core.Model
public class ActionDefinitionReferenceInheritance
- System.Object
Properties
Name
Type
ActionName #StringName of the action
Order #Int32Execution order of the action
ActionParameter #StringAdditional parameter which is passed to the appropriate methods IWorkflowActionProvider
IsSystem #BooleanDetermines whether the action reference is system
Methods
public static ActionDefinitionReference Create(string actionName, string order, string parameter) #Create ActionDefinitionReference object
Parameters
Name
Type
Description
actionNameStringName of the action
orderStringExecution order of the action
parameterStringAdditional parameter which is passed to the appropriate methods IWorkflowActionProvider
Returns
Type
Description
ActionDefinitionReferenceActionDefinitionReference object
public ActionDefinitionReference Clone() #Returns
Type
Description
ActionDefinitionReference