Click or drag to resize

DataApiPush Method

[Missing <summary> documentation for "M:Casewhere.Runtime.DSL.Api.DataApi.Push(System.String,System.String,System.Object[])"]

Namespace:  Casewhere.Runtime.DSL.Api
Assembly:  Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.1.0
Syntax
C#
public void Push(
	string id,
	string attributeName,
	params Object[] data
)

Parameters

id
Type: SystemString

[Missing <param name="id"/> documentation for "M:Casewhere.Runtime.DSL.Api.DataApi.Push(System.String,System.String,System.Object[])"]

attributeName
Type: SystemString

[Missing <param name="attributeName"/> documentation for "M:Casewhere.Runtime.DSL.Api.DataApi.Push(System.String,System.String,System.Object[])"]

data
Type: SystemObject

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

Implements

IDataApiPush(String, String, Object)
See Also