CSLA.NET 5.4.2
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
Csla.Validation.Shared/CommonRules.cs File Reference

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