Table of Contents

Class WorkflowSecurityContext

Namespace: Casewhere.Models
Assembly: Casewhere.Models.dll

public class WorkflowSecurityContext

Inheritance

objectWorkflowSecurityContext

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

Constructors

WorkflowSecurityContext()

public WorkflowSecurityContext()

Properties

Container

public WidgetDataContainer Container { get; set; }

Property Value

WidgetDataContainer

PageId

public Guid PageId { get; set; }

Property Value

Guid

Parameters

public Dictionary<string, object> Parameters { get; set; }

Property Value

Dictionary<string, object>

WidgetActionName

public string WidgetActionName { get; set; }

Property Value

string

WidgetId

public Guid WidgetId { get; set; }

Property Value

Guid