Go to the source code of this file.
Classes | |
class | Csla.Validation.RuleExtensions |
Helper class for wrapping old style (Csla 3.8x and earlier) rules with a lambda rule in Csla 4.x to simplify migration of older style apps. | |
Namespaces | |
namespace | Csla |
namespace | Csla.Validation |
Functions | |
delegate bool | Csla.Validation.RuleHandler (object target, RuleArgs e) |
The delegate definition for CSLA 3.8 rule handler More... | |
delegate bool | Csla.Validation.RuleHandler< T, R > (T target, R e) |
The delegate definition for CSLA 3.8 generic rule handler More... | |