Click or drag to resize

DslOpenPageAction Class

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

Inheritance Hierarchy
SystemObject
  Casewhere.Runtime.DSLDslWidgetAction
    Casewhere.Runtime.DSLDslOpenPageAction

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

The DslOpenPageAction type exposes the following members.

Constructors
 NameDescription
Public methodDslOpenPageActionInitializes a new instance of the DslOpenPageAction 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 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 propertyPageId 
Public propertyQueryParameters 
Public propertyRequireDataContext 
Public propertyTitle Title of the widget action
(Inherited from DslWidgetAction)
Public propertyWidgetActionType
(Overrides DslWidgetActionWidgetActionType)
Public propertyWindowSize 
Top
See Also