Click or drag to resize

DslWidgetAction Class

The DslWidgetAction is corresponding to access widget action in Casewhere system. It contains exposed data on a widget action.
Inheritance Hierarchy
SystemObject
  Casewhere.Runtime.DSLDslWidgetAction
    Casewhere.Runtime.DSLDslOpenPageAction
    Casewhere.Runtime.DSLDslWorkflowAction

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

The DslWidgetAction type exposes the following members.

Constructors
 NameDescription
Protected methodDslWidgetActionInitializes a new instance of the DslWidgetAction class
Top
Properties
 NameDescription
Public propertyAutoRefreshData Flag of the widget action that indicates widget action is auto refresh or not.
Public propertyAutoRefreshPage Flag of the widget action that indicates page is auto refresh or not.
Public propertyAutoShowOnWidget Flag of the widget action that indicates widget action is shown on widget or not.
Public propertyClientEnableRule A rule that indicates widget action is enable on client or not.
Public propertyClientVisibleRule A rule that indicates widget action is shown on client or not.
Public propertyCssClasses The CSS classes associated with the widget action.
Public propertyDeactivateRule The rule that deactivates the widget action.
Public propertyHideRule The rule that hides the widget action.
Public propertyIcon The Icon associated with the widget action.
Public propertyId Identifier of the widget action.
Public propertyIsDefaultDoubleClick Flag of the widget action that indicates widget action is set double click by default or not.
Public propertyName Name of the widget action.
Public propertyTitle Title of the widget action
Public propertyWidgetActionType 
Top
Methods
 NameDescription
Public methodStatic memberGetWidgetActionType 
Top
See Also