Click or drag to resize

IConfigurationApiGetRulesByProduct(String, String) Method

Get rules by product Name and Rule type

Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntax
C#
IList<DslRule> GetRulesByProduct(
	string productName,
	string type
)

Parameters

productName  String
product Name
type  String
rule Type

Return Value

IListDslRule
set of rules, throws exception if Rule Type is invalid
See Also