IConfiguration ApiGet Rules By Product(String, String) Method
Get rules by product Name and Rule type
Definition
Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
set of rules, throws exception if Rule Type is invalid
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
C#
IList<DslRule> GetRulesByProduct(
string productName,
string type
)Parameters
Return Value
IListDslRuleset of rules, throws exception if Rule Type is invalid