IConfiguration ApiGet Data Class Name By Id 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
The name of the data class with the specified ID.
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
StringThe name of the data class with the specified ID.