| IRuleSet Interface |
Namespace: FlexRule.Core.Model
public interface IRuleSet : IQueryableSet
The IRuleSet type exposes the following members.
| Name | Description | |
|---|---|---|
| AddModel |
Adds a model into a IRuleSet | |
| IsValidQuery |
Validates if query is in a valid format
| |
| Select |
Selects an element by query
(Inherited from IQueryableSet.) | |
| SelectFirst |
Selects the first model based on match on query
|
| Name | Description | |
|---|---|---|
| AddModel |
Allows adding individual models as part of a ruleset
(Defined by RuleSetExtensions.) |