IConfiguration ApiGet Data Class By Name Method
Get data class by name.
Definition
Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
The data class with the specified name.
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
C#
DslDataClass GetDataClassByName(
string name
)Parameters
- name String
- The name of the data class.
Return Value
DslDataClassThe data class with the specified name.