DslWorkflowAction Class

[Missing <summary> documentation for "T:Casewhere.Runtime.DSL.DslWorkflowAction"]

Definition

Namespace: Casewhere.Runtime.DSL
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
C#
public class DslWorkflowAction : DslWidgetAction
Inheritance
Object    DslWidgetAction    DslWorkflowAction

Constructors

DslWorkflowAction Initializes a new instance of the DslWorkflowAction class

Properties

AutoRefreshData Flag of the widget action that indicates widget action is auto refresh or not.
(Inherited from DslWidgetAction)
AutoRefreshPage Flag of the widget action that indicates page is auto refresh or not.
(Inherited from DslWidgetAction)
AutoShowOnWidget Flag of the widget action that indicates widget action is shown on widget or not.
(Inherited from DslWidgetAction)
ButtonGroup The button group of the widget action.
(Inherited from DslWidgetAction)
ClientEnableRule A rule that indicates widget action is enable on client or not.
(Inherited from DslWidgetAction)
ClientVisibleRule A rule that indicates widget action is shown on client or not.
(Inherited from DslWidgetAction)
CssClasses The CSS classes associated with the widget action.
(Inherited from DslWidgetAction)
DeactivateRule The rule that deactivates the widget action.
(Inherited from DslWidgetAction)
HideRule The rule that hides the widget action.
(Inherited from DslWidgetAction)
Icon The Icon associated with the widget action.
(Inherited from DslWidgetAction)
Id Identifier of the widget action.
(Inherited from DslWidgetAction)
IsCustomWorkflowInput  
IsDefaultDoubleClick Flag of the widget action that indicates widget action is set double click by default or not.
(Inherited from DslWidgetAction)
Name Name of the widget action.
(Inherited from DslWidgetAction)
SupportedProcessIds  
Title Title of the widget action
(Inherited from DslWidgetAction)
WidgetActionType
(Overrides DslWidgetActionWidgetActionType)
WorkflowDefinitionId  
WorkflowInputExpression  

See Also