Skip to content
#

condition

Here are 65 public repositories matching this topic...

luispfgarces
luispfgarces commented May 5, 2021

When adding composed nodes to rules, the fluent interface available on rules builder is:

(...)
return b.AsComposed()
    .WithLogicalOperator(LogicalOperators.Or)
    .AddCondition(cb =>
(...)

Which creates a experience issue given LogicalsOperators has literals And, Or and Eval. The literal Eval is not valid for composed nodes, but the following configuration is possible:

`

Fast and easy mathematical evaluation without endless string parsing! Parses string formula once and uses its object sequence in each evaluation. Moreover, provides user defined functions and variables.

  • Updated Sep 26, 2021
  • C#

Improve this page

Add a description, image, and links to the condition topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the condition topic, visit your repo's landing page and select "manage topics."

Learn more