Get rules by type.
Namespace: Casewhere.Runtime.DSL.ApiAssembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
SyntaxIList<DslRule> GetRules(
string type
)
Parameters
- type String
- Type of rule.
Return Value
IListDslRuleValue return from rule expression
Examplevar ruleApi = ctx.Use<IRuleApi>();
ruleApi.GetRules(type);
See Also