IRule ApiGet Rules Method
Get rules by type.
Definition
Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
Value return from rule expression
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
C#
IList<DslRule> GetRules(
string type
)Parameters
- type String
- Type of rule.
Return Value
IListDslRuleValue return from rule expression
Example
C#
var ruleApi = ctx.Use<IRuleApi>();
ruleApi.GetRules(type);