Table of Contents

Class DOReadContext

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

public class DOReadContext

Inheritance

objectDOReadContext

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

string

ContextLevel

public ContextLevel ContextLevel { get; set; }

Property Value

ContextLevel

DataClass

public string DataClass { get; }

Property Value

string

ProcessName

public string ProcessName { get; set; }

Property Value

string

WorkflowName

public string WorkflowName { get; set; }

Property Value

string