Click or drag to resize

DslWorkflowContext Constructor (DslCase, DslWorkflow)

Initializes a new instance of the DslWorkflowContext class

Namespace:  Casewhere.Runtime.DSL
Assembly:  Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.1.0
Syntax
C#
public DslWorkflowContext(
	DslCase case,
	DslWorkflow workflow
)

Parameters

case
Type: Casewhere.Runtime.DSLDslCase

[Missing <param name="case"/> documentation for "M:Casewhere.Runtime.DSL.DslWorkflowContext.#ctor(Casewhere.Runtime.DSL.DslCase,Casewhere.Runtime.DSL.DslWorkflow)"]

workflow
Type: Casewhere.Runtime.DSLDslWorkflow

[Missing <param name="workflow"/> documentation for "M:Casewhere.Runtime.DSL.DslWorkflowContext.#ctor(Casewhere.Runtime.DSL.DslCase,Casewhere.Runtime.DSL.DslWorkflow)"]

See Also