Class DOReadContext
Namespace: Casewhere.Runtime.Api
Assembly: Casewhere.Runtime.dll
public class DOReadContext
Inheritance
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<DOReadContext>(DOReadContext)
Constructors
DOReadContext(string)
public DOReadContext(string dataClass)
Parameters
dataClass
string
Properties
ActivityName
public string ActivityName { get; set; }
Property Value
ContextLevel
public ContextLevel ContextLevel { get; set; }
Property Value
ContextLevel
DataClass
public string DataClass { get; }
Property Value
ProcessName
public string ProcessName { get; set; }
Property Value
WorkflowName
public string WorkflowName { get; set; }