Table of Contents

Class WorkflowActionGeneralInfo

Namespace: Casewhere.Models.Pages.Actions
Assembly: Casewhere.Models.dll

public class WorkflowActionGeneralInfo

Inheritance

objectWorkflowActionGeneralInfo

Inherited Members

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<WorkflowActionGeneralInfo>(WorkflowActionGeneralInfo)

Constructors

WorkflowActionGeneralInfo()

public WorkflowActionGeneralInfo()

Properties

AutoRefreshData

public bool AutoRefreshData { get; set; }

Property Value

bool

AutoRefreshPage

public bool AutoRefreshPage { get; set; }

Property Value

bool

AutoShowOnWidget

public bool AutoShowOnWidget { get; set; }

Property Value

bool

CssClasses

public string CssClasses { get; set; }

Property Value

string

EnableInheritedSecurityRules

public string EnableInheritedSecurityRules { get; set; }

Property Value

string

Icon

public string Icon { get; set; }

Property Value

string

Id

public Guid Id { get; set; }

Property Value

Guid

IsDefaultDoubleClick

public bool IsDefaultDoubleClick { get; set; }

Property Value

bool

Name

public string Name { get; set; }

Property Value

string

SupportedProcessIds

public IList<Guid> SupportedProcessIds { get; set; }

Property Value

IList<Guid>

Title

public string Title { get; set; }

Property Value

string

WidgetActionType

public string WidgetActionType { get; protected set; }

Property Value

string

WorkflowDefinitionId

public Guid WorkflowDefinitionId { get; set; }

Property Value

Guid