IConfigurationApiGetRulesByProduct(String) Method
|
Get rules by productName
Namespace: Casewhere.Runtime.DSL.ApiAssembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
SyntaxIList<DslRule> GetRulesByProduct(
string productName
)
Parameters
- productName String
- product Name
Return Value
IListDslRuleset of rules
See Also