Skip to content

Rules Engine is a . NET C# project that validates business logic by defining a bunch of rules for your data classes. Rules are defined using a fluent-interface (fluent validation) helper class, and not by decorating your existing objects with attributes, therefore de-coupling validation logic from data (or domain) classes. via http://rulesengine…

Notifications You must be signed in to change notification settings

alanwei43/RulesEngine

Repository files navigation

RulesEngine

项目fork自 RulesEngine - athoma13.

Rules Engine is a . NET C# project that validates business logic by defining a bunch of rules for your data classes. Rules are defined using a fluent-interface (fluent validation) helper class, and not by decorating your existing objects with attributes, therefore de-coupling validation logic from data (or domain) classes. via RulesEngine

原项目地址

Nuget Address

###Install

Install-Package athoma13.RulesEngine

更新(2015-09-07)

退回至 2.1.x版本

About

Rules Engine is a . NET C# project that validates business logic by defining a bunch of rules for your data classes. Rules are defined using a fluent-interface (fluent validation) helper class, and not by decorating your existing objects with attributes, therefore de-coupling validation logic from data (or domain) classes. via http://rulesengine…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published