Click or drag to resize

IDslCompilerContextGetDataObjects Method

Note: This API is now obsolete.

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

Namespace:  Casewhere.Runtime.DSL.CompilerContext
Assembly:  Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.1.0
Syntax
C#
[ObsoleteAttribute]
IList<Object> GetDataObjects(
	string dataClassName,
	string level = "workflow"
)

Parameters

dataClassName
Type: SystemString

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

level (Optional)
Type: SystemString

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

Return Value

Type: IListObject

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

See Also