IDslCompilerContextLoadDataObject(String, DataLoadingScope) Method

Note: This API is now obsolete.

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

Definition

Namespace: Casewhere.Runtime.DSL.CompilerContext
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
C#
[ObsoleteAttribute]
Object LoadDataObject(
	string dataClassName,
	DataLoadingScope scope = DataLoadingScope.Workflow
)

Parameters

dataClassName  String
 
scope  DataLoadingScope  (Optional)
 

Return Value

Object

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

See Also