DslWorkflowContainerWidget Class

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

Definition

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

Constructors

DslWorkflowContainerWidget Initializes a new instance of the DslWorkflowContainerWidget class

Properties

Actions List of actions that associated with the widget
(Inherited from DslWidget)
AutoExecute  
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)
HideHeader  
HideNavigation  
Id Identifier of the widget.
(Inherited from DslWidget)
Modes
(Inherited from DslWidget)
Name Name of the widget.
(Inherited from DslWidget)
ProcessId  
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)
WorkflowDefinitionId  

See Also