|
| | MinValueRuleArgs (string propertyName, T minValue) |
| | Create a new object. More...
|
| |
| | MinValueRuleArgs (Core.IPropertyInfo propertyInfo, T minValue) |
| | Create a new object. More...
|
| |
| | MinValueRuleArgs (string propertyName, string friendlyName, T minValue) |
| | Create a new object. More...
|
| |
| | MinValueRuleArgs (string propertyName, T minValue, string format) |
| | Create a new object. More...
|
| |
| | MinValueRuleArgs (Core.IPropertyInfo propertyInfo, T minValue, string format) |
| | Create a new object. More...
|
| |
| | MinValueRuleArgs (string propertyName, string friendlyName, T minValue, string format) |
| | Create a new object. More...
|
| |
| | DecoratedRuleArgs (string propertyName) |
| | Creates an instance of RuleArgs. More...
|
| |
| | DecoratedRuleArgs (Core.IPropertyInfo propertyInfo) |
| | Creates an instance of RuleArgs. More...
|
| |
| | DecoratedRuleArgs (string propertyName, string friendlyName) |
| | Creates an instance of RuleArgs. More...
|
| |
| | DecoratedRuleArgs (string propertyName, RuleSeverity severity) |
| | Creates an instance of RuleArgs. More...
|
| |
| | DecoratedRuleArgs (Core.IPropertyInfo propertyInfo, RuleSeverity severity) |
| | Creates an instance of RuleArgs. More...
|
| |
| | DecoratedRuleArgs (string propertyName, string friendlyName, RuleSeverity severity) |
| | Creates an instance of RuleArgs. More...
|
| |
| | DecoratedRuleArgs (string propertyName, RuleSeverity severity, bool stopProcessing) |
| | Creates an instance of RuleArgs. More...
|
| |
| | DecoratedRuleArgs (Core.IPropertyInfo propertyInfo, RuleSeverity severity, bool stopProcessing) |
| | Creates an instance of RuleArgs. More...
|
| |
| | DecoratedRuleArgs (string propertyName, string friendlyName, RuleSeverity severity, bool stopProcessing) |
| | Creates an instance of RuleArgs. More...
|
| |
| | DecoratedRuleArgs (string propertyName, Dictionary< string, object > args) |
| | Creates an instance of RuleArgs. More...
|
| |
| | DecoratedRuleArgs (Core.IPropertyInfo propertyInfo, Dictionary< string, object > args) |
| | Creates an instance of RuleArgs. More...
|
| |
| | DecoratedRuleArgs (string propertyName, string friendlyName, Dictionary< string, object > args) |
| | Creates an instance of RuleArgs. More...
|
| |
| | DecoratedRuleArgs (string propertyName, RuleSeverity severity, Dictionary< string, object > args) |
| | Creates an instance of RuleArgs. More...
|
| |
| | DecoratedRuleArgs (Core.IPropertyInfo propertyInfo, RuleSeverity severity, Dictionary< string, object > args) |
| | Creates an instance of RuleArgs. More...
|
| |
| | DecoratedRuleArgs (string propertyName, string friendlyName, RuleSeverity severity, Dictionary< string, object > args) |
| | Creates an instance of RuleArgs. More...
|
| |
| | DecoratedRuleArgs (string propertyName, RuleSeverity severity, bool stopProcessing, Dictionary< string, object > args) |
| | Creates an instance of RuleArgs. More...
|
| |
| | DecoratedRuleArgs (Core.IPropertyInfo propertyInfo, RuleSeverity severity, bool stopProcessing, Dictionary< string, object > args) |
| | Creates an instance of RuleArgs. More...
|
| |
| | DecoratedRuleArgs (string propertyName, string friendlyName, RuleSeverity severity, bool stopProcessing, Dictionary< string, object > args) |
| | Creates an instance of RuleArgs. More...
|
| |
| override string | ToString () |
| | Return a string representation of the object using the rule:// URI format. More...
|
| |
| | RuleArgs (string propertyName) |
| | Creates an instance of RuleArgs. More...
|
| |
| | RuleArgs (Core.IPropertyInfo propertyInfo) |
| | Creates an instance of RuleArgs. More...
|
| |
| | RuleArgs (string propertyName, string friendlyName) |
| | Creates an instance of RuleArgs. More...
|
| |
| | RuleArgs (string propertyName, RuleSeverity severity) |
| | Creates an instance of RuleArgs. More...
|
| |
| | RuleArgs (Core.IPropertyInfo propertyInfo, RuleSeverity severity) |
| | Creates an instance of RuleArgs. More...
|
| |
| | RuleArgs (string propertyName, string friendlyName, RuleSeverity severity) |
| | Creates an instance of RuleArgs. More...
|
| |
| | RuleArgs (string propertyName, RuleSeverity severity, bool stopProcessing) |
| | Creates an instance of RuleArgs. More...
|
| |
| | RuleArgs (Core.IPropertyInfo propertyInfo, RuleSeverity severity, bool stopProcessing) |
| | Creates an instance of RuleArgs. More...
|
| |
| | RuleArgs (string propertyName, string friendlyName, RuleSeverity severity, bool stopProcessing) |
| | Creates an instance of RuleArgs. More...
|
| |
| override string | ToString () |
| | Returns a string representation of the object. More...
|
| |
Custom RuleArgs object required by the MinValue rule method.
- Template Parameters
-
| T | Type of the property to validate. |
Definition at line 794 of file Csla.Validation.Shared/CommonRules.cs.