Class CodeActionDefinition
OptimaJet.Workflow.Core.Model.CodeActionDefinition
Represent a code action in a process scheme
Namespace: OptimaJet.Workflow.Core.Model
public class CodeActionDefinition : BaseDefinitionInheritance
- System.Object
- BaseDefinition
Properties
Name
Type
OriginalName #StringIf object was inlined, you can get its original name from this property
OriginalSchemeCode #StringThe code of the scheme to which the inlined object originally belonged.
WasInlined #BooleanReturn true if the object was inlined.
ActionCode #StringSource code of the code action
Type #CodeActionTypeType of the code action CodeActionType
IsGlobal #BooleanIf true specifies that the code action stored in global parameters but not in scheme. In this case code action is shared between schemes
IsAsync #BooleanIf true the code action should be called asynchronously
Usings #StringList of usings separated by ;
ExcludedUsings #StringList of usings separated by ;
ParameterDefinitions #List<CodeActionParameterDefinition>List of CodeActionParameterDefinition for this code action
Methods
public CodeActionDefinition Clone() #Returns
Type
Description
CodeActionDefinition