Go to the source code of this file.
Classes | |
class | Csla.Validation.CommonRules |
Implements common business rules. | |
class | Csla.Validation.CommonRules.MaxLengthRuleArgs |
Custom RuleArgs object required by the StringMaxLength rule method. More... | |
class | Csla.Validation.CommonRules.MinLengthRuleArgs |
Custom RuleArgs object required by the StringMinLength rule method. More... | |
class | Csla.Validation.CommonRules.IntegerMaxValueRuleArgs |
Custom RuleArgs object required by the IntegerMaxValue rule method. More... | |
class | Csla.Validation.CommonRules.IntegerMinValueRuleArgs |
Custom RuleArgs object required by the IntegerMinValue rule method. More... | |
class | Csla.Validation.CommonRules.MaxValueRuleArgs< T > |
Custom RuleArgs object required by the MaxValue rule method. More... | |
class | Csla.Validation.CommonRules.MinValueRuleArgs< T > |
Custom RuleArgs object required by the MinValue rule method. More... | |
class | Csla.Validation.CommonRules.RegExRuleArgs |
Custom RuleArgs object required by the RegExMatch rule method. More... | |
class | Csla.Validation.CommonRules.DataAnnotationRuleArgs |
Arguments provided to the DataAnnotation rule method More... | |
Namespaces | |
namespace | Csla |
namespace | Csla.Validation |