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},System.Boolean)"]


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

Parameters

dataClass  String
 
data  Object
 
caseId  NullableGuid  (Optional)
 
notifyChange  Boolean  (Optional)
 

Return Value

String

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

Implements

IDataApiAdd(String, Object, NullableGuid, Boolean)
See Also