Class DOContext
Namespace: Casewhere.Runtime.Api
Assembly: Casewhere.Runtime.dll
public abstract class DOContext
Inheritance
Derived
DOCreationalContext, DODeleteContext, DOUpdateContext
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<DOContext>(DOContext)
Constructors
DOContext()
protected DOContext()
Properties
Activity
public Activity Activity { get; set; }
Property Value
Activity
ContextLevel
public ContextLevel ContextLevel { get; set; }
Property Value
ContextLevel
DataClass
public string DataClass { get; set; }
Property Value
NotifyChange
public bool NotifyChange { get; set; }
Property Value
Workflow
public Workflow Workflow { get; set; }
Property Value
Workflow
Methods
GetDOContext()
public virtual DOContext GetDOContext()
Returns
DOContext