Casewhere Runtime API
Casewhere Runtime API
Casewhere.Runtime.DSL.CompilerContext
IDslCompilerContext Interface
IDslCompilerContext Methods
Ref Method
Ref Method (String)
Ref Method (String, String)
IDslCompilerContext
Ref Method (String, String)
Set value for a context reference.
Namespace:
Casewhere.Runtime.DSL.CompilerContext
Assembly:
Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.1.0
Syntax
C#
Copy
void
Ref
(
string
key
,
string
id
)
Parameters
key
Type:
System
String
The reference key.
id
Type:
System
String
The data object id i.e. the value returned from
Add(String, Object, Nullable
Guid
)
See Also
Reference
IDslCompilerContext Interface
Ref Overload
Casewhere.Runtime.DSL.CompilerContext Namespace