DslWidgetAction Class

The DslWidgetAction is corresponding to access widget action in Casewhere system. It contains exposed data on a widget action.

Definition

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

Constructors

DslWidgetAction Initializes a new instance of the DslWidgetAction class

Properties

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

Methods

See Also