CodeEffects is one of the fastest and most intuitive XML-based .NET business rule engines out there. It implements a web-based rule editor and a lambda-based rule evaluation engine. Details can be found at CodeEffects.com/Doc. This tag should be used with questions related to any feature or use case of CodeEffects rules engine.
Questions tagged [codeeffects]
66 questions
0
votes
1 answer
Codeffects RuleEngine: Method Datasource parameter with type string
I would like to ask you for your help with the definition of the method parameter.
I have this method definition:
[Method("Date from DataField")]
public DateTime DateTimeFromDataField([Parameter(DataSourceName =…

Martin Majoroš
- 409
- 1
- 6
- 17
0
votes
1 answer
CodeEffects demo project giving exception: Unable to load one or more of the requested types
I have downloaded the code effects demo ASP.Net project for VS2013 to test its business rules on one of my own dll. I updated the .net framework from 4.5 to 4.5.1 because my assembly was built in 4.5.1.
But unfortunately when I set the…

M. Furqan Khan
- 11
- 1
0
votes
1 answer
How to pass array of simple types into In-Rule method
I have In Rule method that should accept set of simple types e.g. array of string type or array of integers (int16).
I tried to create following methods
/* Method with string array*/
[Method(DisplayName = "[M1]")]
public int…

Kaiovas
- 11
- 4
0
votes
1 answer
CodeEffects editor RuleModel object not referenced in MVC
We have CodeEffects rule editor embedded into MVC View.
The editor is working well when editing a rule, but from time to time the editor RuleModel object is not instantiated/bound in action controller on server side upon submit (Null reference…

Gezilein
- 1
- 1
0
votes
1 answer
CodeEffects Rule Editor Keywords support
Would like to know if the rule editor supports keywords like:
GROUPBY, SUM, AVG, JOIN multiple datatables on Conditions.
Integration with Entity framework.
Thanks.

Rohit M
- 1
-2
votes
2 answers
How to reuse a rule as an action of another rule?
Eg:
Rule1: Check if Person's Country is 'United States'
Rule2: Check if Person's State is 'Washington, D.C.'
Now Rule3 is combination of Rule1 and Rule2
Rule3: if Rule1 then Rule2
here Rule2 is an action that will be executed if Rule1…

Allu Balu
- 9
- 1