Method | Description | |
---|---|---|
FormatErrorMessage ( string name ) : string | ||
GetClientValidationRules ( ModelMetadata metadata, System.Web.Mvc.ControllerContext context ) : IEnumerable |
||
GreaterThanDateAttribute ( string otherPropertyName, string otherPropertyDisplayName ) : System |
Method | Description | |
---|---|---|
IsValid ( object value, System.ComponentModel.DataAnnotations.ValidationContext validationContext ) : System.ComponentModel.DataAnnotations.ValidationResult |
public FormatErrorMessage ( string name ) : string | ||
name | string | |
return | string |
public GetClientValidationRules ( ModelMetadata metadata, System.Web.Mvc.ControllerContext context ) : IEnumerable |
||
metadata | ModelMetadata | |
context | System.Web.Mvc.ControllerContext | |
return | IEnumerable |
public GreaterThanDateAttribute ( string otherPropertyName, string otherPropertyDisplayName ) : System | ||
otherPropertyName | string | |
otherPropertyDisplayName | string | |
return | System |
protected IsValid ( object value, System.ComponentModel.DataAnnotations.ValidationContext validationContext ) : System.ComponentModel.DataAnnotations.ValidationResult | ||
value | object | |
validationContext | System.ComponentModel.DataAnnotations.ValidationContext | |
return | System.ComponentModel.DataAnnotations.ValidationResult |