Click or drag to resize

IConfigurationApiGetRulesByProduct(String) Method

Get rules by productName

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

Parameters

productName  String
product Name

Return Value

IListDslRule
set of rules
See Also