Click or drag to resize

IDslCompilerContextGetDataObjectById Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Casewhere.Runtime.DSL.CompilerContext.IDslCompilerContext.GetDataObjectById(System.String)"]

Namespace:  Casewhere.Runtime.DSL.CompilerContext
Assembly:  Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.1.0
Syntax
C#
[ObsoleteAttribute]
Object GetDataObjectById(
	string dataObjectId
)

Parameters

dataObjectId
Type: SystemString

[Missing <param name="dataObjectId"/> documentation for "M:Casewhere.Runtime.DSL.CompilerContext.IDslCompilerContext.GetDataObjectById(System.String)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:Casewhere.Runtime.DSL.CompilerContext.IDslCompilerContext.GetDataObjectById(System.String)"]

See Also