Click or drag to resize

DslWorkflowContainerWidget Class

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

Inheritance Hierarchy
SystemObject
  Casewhere.Runtime.DSLDslWidget
    Casewhere.Runtime.DSLDslWorkflowContainerWidget

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

The DslWorkflowContainerWidget type exposes the following members.

Constructors
 NameDescription
Public methodDslWorkflowContainerWidgetInitializes a new instance of the DslWorkflowContainerWidget class
Top
Properties
 NameDescription
Public propertyActions List of actions that associated with the widget
(Inherited from DslWidget)
Public propertyAutoExecute 
Public propertyCollapsible Flag of the widget that indicates widget is collapsible or not.
(Inherited from DslWidget)
Public propertyDataSourceId DataSourceId specifies data source which the widget depend on.
(Inherited from DslWidget)
Public propertyEnableFiltering Flag of the widget that indicates filtering is enable for this widget.
(Inherited from DslWidget)
Public propertyEnableFullTextSearch Flag of the widget that indicates full text search is enable for this widget.
(Inherited from DslWidget)
Public propertyEnableRefresh Flag of the widget that indicates full text search is enable for this widget.
(Inherited from DslWidget)
Public propertyHeight Height of the widget.
(Inherited from DslWidget)
Public propertyHideHeader 
Public propertyHideNavigation 
Public propertyId Identifier of the widget.
(Inherited from DslWidget)
Public propertyModes
(Inherited from DslWidget)
Public propertyName Name of the widget.
(Inherited from DslWidget)
Public propertyProcessId 
Public propertyProductId ProductId specifies product which the widget depend on.
(Inherited from DslWidget)
Public propertyProjectFields List of fields that projected on the widget.
(Inherited from DslWidget)
Public propertyQuery Query script of the widget.
(Inherited from DslWidget)
Public propertyRequireCaseContext Flag of the widget that indicates widget required case context or not.
(Inherited from DslWidget)
Public propertyReusable Flag of the widget that indicates widget is reusable or not.
(Inherited from DslWidget)
Public propertyRowTemplate
(Inherited from DslWidget)
Public propertyShowInPanel Flag of the widget that indicates widget is shown in panel or not.
(Inherited from DslWidget)
Public propertyTags The tags are attached to a widget
(Inherited from DslWidget)
Public propertyTitle Title of the widget
(Inherited from DslWidget)
Public propertyType
(Overrides DslWidgetType)
Public propertyWorkflowDefinitionId 
Top
See Also