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.5.0
Syntax
C#
[ObsoleteAttribute]
IList<Object> GetDataObjects(
	string dataClassName,
	string level = "workflow"
)

Parameters

dataClassName  String
 
level  String  (Optional)
 

Return Value

IListObject

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

See Also