Class DslWorkflowContainerWidget
Namespace: Casewhere.Runtime.DSL
Assembly: Casewhere.Runtime.dll
public class DslWorkflowContainerWidget : DslWidget
Inheritance
object ← DslWidget ← DslWorkflowContainerWidget
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
HideHeader
public bool HideHeader { get; set; }
Property Value
HideNavigation
public bool HideNavigation { get; set; }
Property Value
ProcessId
public Guid? ProcessId { get; set; }
Property Value
Guid?
Type
Type of the widget.
public override string Type { get; }
Property Value
WorkflowDefinitionId
public Guid WorkflowDefinitionId { get; set; }