Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add additional methods for building rules with composed conditions #88

Closed
jdromeiro opened this issue Jul 1, 2022 · 2 comments
Closed
Labels
question Further information is requested

Comments

@jdromeiro
Copy link
Contributor

jdromeiro commented Jul 1, 2022

It will be useful to add methods for building rules with conditions that:

  • must match a value in a range of values
  • must not match any value in a range of values
  • (some other cases may be useful)

These methods should probably be added to the IComposedConditionNodeBuilder interface.

Such implementantions have already been done as extensions in some services that use the rules framework. One example can be found in RuleConditionExtension.cs in OTS.

@Daniel-C-Dias
Copy link
Contributor

Might be implemented in the following issue: #138

@Daniel-C-Dias
Copy link
Contributor

Implemented on #138

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants