IConfigurationApiGetDataClassNameById Method

Get data class name by ID.

Definition

Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
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