CSLA .NET 10.0.0
A home for your business logic
Loading...
Searching...
No Matches
Csla.Rules.CommonRules Namespace Reference

Classes

class  IsInRole
 IsInRole authorization rule. More...
class  IsNotInRole
 IsNotInRole authorization rule. More...
class  CommonBusinessRule
 Base class used to create common rules. More...
class  DataAnnotation
 Business rule that encapsulates a DataAnnotations ValidationAttribute rule. More...
class  Required
 Business rule for a required string. More...
class  MaxLength
 Business rule for a maximum length string. More...
class  MinLength
 Business rule for a minimum length string. More...
class  MinValue< T >
 Business rule for a minimum value. More...
class  MaxValue< T >
 Business rule for a maximum value. More...
class  RegExMatch
 Business rule that evaluates a regular expression. More...
class  InfoMessage
 Adds an information message to a property. More...
class  Lambda
 A business rule defined by a lambda expression. More...
class  Dependency
 A rule that establishes a dependency between two properties. More...