Click or drag to resize

IDslCompilerContextLoadDataObjects Method

Note: This API is now obsolete.

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


Namespace: Casewhere.Runtime.DSL.CompilerContext
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntax
C#
[ObsoleteAttribute]
IList<Object> LoadDataObjects(
	string dataClassName,
	DataLoadingScope scope = DataLoadingScope.Workflow
)

Parameters

dataClassName  String
 
scope  DataLoadingScope  (Optional)
 

Return Value

IListObject

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

See Also