Class ExternalDOUpdateContext
Namespace: Casewhere.Runtime.Interfaces
Assembly: Casewhere.Runtime.dll
public class ExternalDOUpdateContext
Inheritance
object ← ExternalDOUpdateContext
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<ExternalDOUpdateContext>(ExternalDOUpdateContext)
Constructors
ExternalDOUpdateContext(string)
public ExternalDOUpdateContext(string dataClass)
Parameters
dataClass
string
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
Workflow
public Workflow Workflow { get; set; }
Property Value
Workflow