Table of Contents

Class DOCreationalContext

Namespace: Casewhere.Runtime.Api
Assembly: Casewhere.Runtime.dll

public class DOCreationalContext : DOContext

Inheritance

objectDOContextDOCreationalContext

Inherited Members

DOContext.GetDOContext(), DOContext.Workflow, DOContext.Activity, DOContext.DataClass, DOContext.ContextLevel, DOContext.NotifyChange, 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<DOCreationalContext>(DOCreationalContext)

Constructors

DOCreationalContext(string, bool)

public DOCreationalContext(string dataClass, bool notifyChange = true)

Parameters

dataClass string

notifyChange bool

Properties

Case

public Case Case { get; set; }

Property Value

Case

Methods

GetDOContext()

public override DOContext GetDOContext()

Returns

DOContext