IConfigurationApiGetDataClassesByProduct Method
|
Get data classes by product
Namespace:
Casewhere.Runtime.DSL.Api
Assembly:
Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.1.0
Syntax IList<DslDataClass> GetDataClassesByProduct(
string productName
)
Parameters
- productName
- Type: SystemString
Product name
Return Value
Type:
IListDslDataClassA set of data classes
See Also