Click or drag to resize

IDslCompilerContextAddDataObject Method

Note: This API is now obsolete.

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

Namespace:  Casewhere.Runtime.DSL.CompilerContext
Assembly:  Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.1.0
Syntax
C#
[ObsoleteAttribute]
string AddDataObject(
	string dataClass,
	Object data
)

Parameters

dataClass
Type: SystemString

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

data
Type: SystemObject

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

Return Value

Type: String

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

See Also