Class WorkflowSecurityContext
Namespace: Casewhere.Models
Assembly: Casewhere.Models.dll
public class WorkflowSecurityContext
Inheritance
object ← WorkflowSecurityContext
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
PageId
public Guid PageId { get; set; }
Property Value
Parameters
public Dictionary<string, object> Parameters { get; set; }
Property Value
WidgetActionName
public string WidgetActionName { get; set; }
Property Value
WidgetId
public Guid WidgetId { get; set; }