DslOpenPageAction Class

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

Definition

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

Constructors

DslOpenPageAction Initializes a new instance of the DslOpenPageAction 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)
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)
PageId  
QueryParameters  
RequireDataContext  
Title Title of the widget action
(Inherited from DslWidgetAction)
WidgetActionType
(Overrides DslWidgetActionWidgetActionType)
WindowSize  

See Also