Click or drag to resize

IConfigurationApiGetRulesByProduct Method (String, String)

Get rules by product Name and Rule type

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

Parameters

productName
Type: SystemString
product Name
type
Type: SystemString
rule Type

Return Value

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