Click or drag to resize

DslWidget Class

The DslWidget is corresponding to access widget in Casewhere system. It contains exposed data on a widget.
Inheritance Hierarchy
SystemObject
  Casewhere.Runtime.DSLDslWidget
    More

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

The DslWidget type exposes the following members.

Constructors
 NameDescription
Protected methodDslWidgetInitializes a new instance of the DslWidget class
Top
Properties
 NameDescription
Public propertyActions List of actions that associated with the widget
Public propertyCollapsible Flag of the widget that indicates widget is collapsible or not.
Public propertyDataSourceId DataSourceId specifies data source which the widget depend on.
Public propertyEnableFiltering Flag of the widget that indicates filtering is enable for this widget.
Public propertyEnableFullTextSearch Flag of the widget that indicates full text search is enable for this widget.
Public propertyEnableRefresh Flag of the widget that indicates full text search is enable for this widget.
Public propertyHeight Height of the widget.
Public propertyId Identifier of the widget.
Public propertyModes 
Public propertyName Name of the widget.
Public propertyProductId ProductId specifies product which the widget depend on.
Public propertyProjectFields List of fields that projected on the widget.
Public propertyQuery Query script of the widget.
Public propertyRequireCaseContext Flag of the widget that indicates widget required case context or not.
Public propertyReusable Flag of the widget that indicates widget is reusable or not.
Public propertyRowTemplate 
Public propertyShowInPanel Flag of the widget that indicates widget is shown in panel or not.
Public propertyTags The tags are attached to a widget
Public propertyTitle Title of the widget
Public propertyType Type of the widget.
Top
Methods
 NameDescription
Public methodStatic memberGetWidgetType 
Top
See Also
Inheritance Hierarchy