Click or drag to resize

DataApiAdd Method

[Missing <summary> documentation for "M:Casewhere.Runtime.DSL.Api.DataApi.Add(System.String,System.Object,System.Nullable{System.Guid})"]

Namespace:  Casewhere.Runtime.DSL.Api
Assembly:  Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.1.0
Syntax
C#
public string Add(
	string dataClass,
	Object data,
	Guid? caseId = null
)

Parameters

dataClass
Type: SystemString

[Missing <param name="dataClass"/> documentation for "M:Casewhere.Runtime.DSL.Api.DataApi.Add(System.String,System.Object,System.Nullable{System.Guid})"]

data
Type: SystemObject

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

caseId (Optional)
Type: SystemNullableGuid

[Missing <param name="caseId"/> documentation for "M:Casewhere.Runtime.DSL.Api.DataApi.Add(System.String,System.Object,System.Nullable{System.Guid})"]

Return Value

Type: String

[Missing <returns> documentation for "M:Casewhere.Runtime.DSL.Api.DataApi.Add(System.String,System.Object,System.Nullable{System.Guid})"]

Implements

IDataApiAdd(String, Object, NullableGuid)
See Also