Click or drag to resize

IDslCompilerContextLoadDataObject Method (String, DataLoadingScope)

Note: This API is now obsolete.

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

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

Parameters

dataClassName
Type: SystemString

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

scope (Optional)
Type: Casewhere.Runtime.DSLDataLoadingScope

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

Return Value

Type: Object

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

See Also