IConfigurationApiGetRulesByProduct(String, String) Method
|
Get rules by product Name and Rule type
Namespace: Casewhere.Runtime.DSL.ApiAssembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
SyntaxIList<DslRule> GetRulesByProduct(
string productName,
string type
)
Parameters
- productName String
- product Name
- type String
- rule Type
Return Value
IListDslRuleset of rules, throws exception if Rule Type is invalid
See Also