Click or drag to resize

DslDOReference Constructor

Initializes a new instance of the DslDOReference class

Namespace:  Casewhere.Runtime.DSL
Assembly:  Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.1.0
Syntax
C#
public DslDOReference(
	string dataClass,
	string doId
)

Parameters

dataClass
Type: SystemString

[Missing <param name="dataClass"/> documentation for "M:Casewhere.Runtime.DSL.DslDOReference.#ctor(System.String,System.String)"]

doId
Type: SystemString

[Missing <param name="doId"/> documentation for "M:Casewhere.Runtime.DSL.DslDOReference.#ctor(System.String,System.String)"]

See Also