In order to add new threads or reply to existing posts, you have to be logged-in. If you are not registered yet, you need to register first, and then login with your personal credentials.
I very impressed, I started to learn CSLA a few months back, and wished, something like CSLA Factory,
Is any plan add support for External Rules ie: (Rules Engine) for csla.net objects,
any toughts?
best regards
arg
Hi Arg,
CslaFactory definitely supports external custom rules. You just need to add your custom rules .dll to the model project. I plan to write some tutorials and samples on customization as soon as we are ready to ship beta 1. This will also include custom rules.
Marcel
Marcel,
thanks for your prompt response,
I'm implementing a Payroll app using CSLA.net , but i need to add a external rules so that the accountant, can create/change
the rules for the payroll concepts I was thinking that I could use something like this
http://www.codeproject.com/KB/cs/Using_a_Rules_Engine.aspx out of the box with CLSA objects,
idependent from the CSLA object rules
Best regards
Hi,
currently we are only supporting the CSLA.NET included RuleEngine. To add custom rules you must use the Rule-Delegate signature of the Csla.NET Ruleengine and decorate it with some CslaFactory Attributes ( we will show an example after Beta 1 Release). Other Ruleengined are not supported. But this is an very good point. We will proof the support for other Engines like the WF Rule Engine after Release 1.
Regards
Josef Eissing