Table of Contents

Class DOMigrationContext

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

public class DOMigrationContext

Inheritance

objectDOMigrationContext

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<DOMigrationContext>(DOMigrationContext)

Constructors

DOMigrationContext(WorkflowContext, DOId, object, bool)

public DOMigrationContext(WorkflowContext workflowContext, DOId dOId, object data, bool notifyChange)

Parameters

workflowContext WorkflowContext

dOId DOId

data object

notifyChange bool

Properties

DOId

public DOId DOId { get; set; }

Property Value

DOId

Data

public object Data { get; set; }

Property Value

object

IgnoreEnforceConstraints

public bool IgnoreEnforceConstraints { get; set; }

Property Value

bool

NotifyChange

public bool NotifyChange { get; set; }

Property Value

bool

WorkflowContext

public WorkflowContext WorkflowContext { get; set; }

Property Value

WorkflowContext