C# Class MvcTemplate.Components.Mvc.MaxValueAttribute

Inheritance: System.ComponentModel.DataAnnotations.ValidationAttribute
Show file Open project: NonFactors/MVC5.Template Class Usage Examples

Public Methods

Method Description
FormatErrorMessage ( String name ) : String
IsValid ( Object value ) : System.Boolean
MaxValueAttribute ( Double maximum ) : MvcTemplate.Resources.Form
MaxValueAttribute ( Int32 maximum ) : MvcTemplate.Resources.Form

Private Methods

Method Description
MaxValueAttribute ( ) : MvcTemplate.Resources.Form

Method Details

FormatErrorMessage() public method

public FormatErrorMessage ( String name ) : String
name String
return String

IsValid() public method

public IsValid ( Object value ) : System.Boolean
value Object
return System.Boolean

MaxValueAttribute() public method

public MaxValueAttribute ( Double maximum ) : MvcTemplate.Resources.Form
maximum Double
return MvcTemplate.Resources.Form

MaxValueAttribute() public method

public MaxValueAttribute ( Int32 maximum ) : MvcTemplate.Resources.Form
maximum System.Int32
return MvcTemplate.Resources.Form