DslCustomWidget Class

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

Definition

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

Constructors

DslCustomWidget Initializes a new instance of the DslCustomWidget class

Properties

Actions List of actions that associated with the widget
(Inherited from DslWidget)
Collapsible Flag of the widget that indicates widget is collapsible or not.
(Inherited from DslWidget)
DataSourceId DataSourceId specifies data source which the widget depend on.
(Inherited from DslWidget)
EnableFiltering Flag of the widget that indicates filtering is enable for this widget.
(Inherited from DslWidget)
EnableFullTextSearch Flag of the widget that indicates full text search is enable for this widget.
(Inherited from DslWidget)
EnableRefresh Flag of the widget that indicates full text search is enable for this widget.
(Inherited from DslWidget)
Height Height of the widget.
(Inherited from DslWidget)
Id Identifier of the widget.
(Inherited from DslWidget)
Modes
(Inherited from DslWidget)
Name Name of the widget.
(Inherited from DslWidget)
ProductId ProductId specifies product which the widget depend on.
(Inherited from DslWidget)
ProjectFields List of fields that projected on the widget.
(Inherited from DslWidget)
Query Query script of the widget.
(Inherited from DslWidget)
RequireCaseContext Flag of the widget that indicates widget required case context or not.
(Inherited from DslWidget)
Reusable Flag of the widget that indicates widget is reusable or not.
(Inherited from DslWidget)
RowTemplate
(Inherited from DslWidget)
ShowInPanel Flag of the widget that indicates widget is shown in panel or not.
(Inherited from DslWidget)
Tags The tags are attached to a widget
(Inherited from DslWidget)
Title Title of the widget
(Inherited from DslWidget)
Type
(Overrides DslWidgetType)

See Also