Click or drag to resize

IConfigurationApiGetDataClassNameById Method

Get data class name by ID.

Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.7.0
Syntax
C#
string GetDataClassNameById(
	Guid id
)

Parameters

id  Guid
The ID of the data class.

Return Value

String
The name of the data class with the specified ID.
See Also