Click or drag to resize

DslWorkflowAction Class

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

Inheritance Hierarchy
SystemObject
  Casewhere.Runtime.DSLDslWidgetAction
    Casewhere.Runtime.DSLDslWorkflowAction

Namespace: Casewhere.Runtime.DSL
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntax
C#
public class DslWorkflowAction : DslWidgetAction

The DslWorkflowAction type exposes the following members.

Constructors
 NameDescription
Public methodDslWorkflowActionInitializes a new instance of the DslWorkflowAction class
Top
Properties
 NameDescription
Public propertyAutoRefreshData Flag of the widget action that indicates widget action is auto refresh or not.
(Inherited from DslWidgetAction)
Public propertyAutoRefreshPage Flag of the widget action that indicates page is auto refresh or not.
(Inherited from DslWidgetAction)
Public propertyAutoShowOnWidget Flag of the widget action that indicates widget action is shown on widget or not.
(Inherited from DslWidgetAction)
Public propertyClientEnableRule A rule that indicates widget action is enable on client or not.
(Inherited from DslWidgetAction)
Public propertyClientVisibleRule A rule that indicates widget action is shown on client or not.
(Inherited from DslWidgetAction)
Public propertyCssClasses The CSS classes associated with the widget action.
(Inherited from DslWidgetAction)
Public propertyDeactivateRule The rule that deactivates the widget action.
(Inherited from DslWidgetAction)
Public propertyHideRule The rule that hides the widget action.
(Inherited from DslWidgetAction)
Public propertyIcon The Icon associated with the widget action.
(Inherited from DslWidgetAction)
Public propertyId Identifier of the widget action.
(Inherited from DslWidgetAction)
Public propertyIsCustomWorkflowInput 
Public propertyIsDefaultDoubleClick Flag of the widget action that indicates widget action is set double click by default or not.
(Inherited from DslWidgetAction)
Public propertyName Name of the widget action.
(Inherited from DslWidgetAction)
Public propertySupportedProcessIds 
Public propertyTitle Title of the widget action
(Inherited from DslWidgetAction)
Public propertyWidgetActionType
(Overrides DslWidgetActionWidgetActionType)
Public propertyWorkflowDefinitionId 
Public propertyWorkflowInputExpression 
Top
See Also