Table of Contents

Class DslWorkflowContainerWidget

Namespace: Casewhere.Runtime.DSL
Assembly: Casewhere.Runtime.dll

public class DslWorkflowContainerWidget : DslWidget

Inheritance

objectDslWidgetDslWorkflowContainerWidget

Inherited Members

DslWidget.GetWidgetType(string), DslWidget.Id, DslWidget.Name, DslWidget.Title, DslWidget.ProductId, DslWidget.RequireCaseContext, DslWidget.ShowInPanel, DslWidget.Collapsible, DslWidget.Reusable, DslWidget.Height, DslWidget.EnableFiltering, DslWidget.EnableFullTextSearch, DslWidget.EnableRefresh, DslWidget.Actions, DslWidget.DataSourceId, DslWidget.Query, DslWidget.ProjectFields, DslWidget.Modes, DslWidget.RowTemplate, DslWidget.Type, DslWidget.Tags, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Extension Methods

ObjectExtension.ConvertToBsonValue(object), EnumExtensions.DeepClone<DslWorkflowContainerWidget>(DslWorkflowContainerWidget)

Constructors

DslWorkflowContainerWidget()

public DslWorkflowContainerWidget()

Properties

AutoExecute

public bool AutoExecute { get; set; }

Property Value

bool

HideHeader

public bool HideHeader { get; set; }

Property Value

bool

HideNavigation

public bool HideNavigation { get; set; }

Property Value

bool

ProcessId

public Guid? ProcessId { get; set; }

Property Value

Guid?

Type

Type of the widget.

public override string Type { get; }

Property Value

string

WorkflowDefinitionId

public Guid WorkflowDefinitionId { get; set; }

Property Value

Guid