You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
It will be useful to add methods for building rules with conditions that:
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.
The text was updated successfully, but these errors were encountered: