Table of Contents

Class WorkflowContainerWidget

Namespace: Casewhere.Models.Pages.Widgets.WorkflowContainer
Assembly: Casewhere.Models.dll

A widget that contains a Form Activity of Workflow to collect data.

public class WorkflowContainerWidget : Widget, IIdentity

Inheritance

objectEntityWidgetWorkflowContainerWidget

Implements

IIdentity

Inherited Members

Widget.GetResourceName(), Widget.Name, Widget.Title, Widget.ProductId, Widget.RequireCaseContext, Widget.ShowInPanel, Widget.Collapsible, Widget.Reusable, Widget.Height, Widget.AutoHeightMode, Widget.EnableFiltering, Widget.EnableFullTextSearch, Widget.EnableRefresh, Widget.Actions, Widget.DataSourceId, Widget.Query, Widget.ProjectFields, Widget.Modes, Widget.RowTemplate, Widget.Type, Widget.AccessRule, Widget.Tags, Widget.EnableInheritedSecurityRules, Widget.AccessibilitySettings, Widget.ParallelDataLoading, Widget.IsLocked, Entity.GetResourceName(), Entity.Id, Entity.Version, Entity.CreatedBy, Entity.CreatedAt, Entity.ModifiedBy, Entity.ModifiedAt, 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<WorkflowContainerWidget>(WorkflowContainerWidget)

Constructors

WorkflowContainerWidget()

public WorkflowContainerWidget()

Properties

AutoExecute

Gets or sets a value indicating whether the workflow should be auto-executed.

public bool AutoExecute { get; set; }

Property Value

bool

HideHeader

Gets or sets a value indicating whether to hide the header.

public bool HideHeader { get; set; }

Property Value

bool

HideNavigation

Gets or sets a value indicating whether to hide the navigation.

public bool HideNavigation { get; set; }

Property Value

bool

ProcessId

Gets or sets the process ID. Casewhere.Models.Process

public Guid? ProcessId { get; set; }

Property Value

Guid?

Type

Gets the type of the widget.

public override string Type { get; }

Property Value

string

WorkflowDefinitionId

Gets or sets the workflow definition ID. Casewhere.Models.WorkflowDefinition

public Guid WorkflowDefinitionId { get; set; }

Property Value

Guid