IConfigurationApiGetDataClassNameById Method
|
Get data class name by ID.
Namespace: Casewhere.Runtime.DSL.ApiAssembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.7.0
Syntaxstring GetDataClassNameById(
Guid id
)
Parameters
- id Guid
- The ID of the data class.
Return Value
StringThe name of the data class with the specified ID.
See Also