C# Class MvcTemplate.Components.Mvc.MaxValueAttribute

Inheritance: System.ComponentModel.DataAnnotations.ValidationAttribute
Afficher le fichier Open project: NonFactors/MVC5.Template Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
MaxValueAttribute ( ) : MvcTemplate.Resources.Form

Method Details

FormatErrorMessage() public méthode

public FormatErrorMessage ( String name ) : String
name String
Résultat String

IsValid() public méthode

public IsValid ( Object value ) : System.Boolean
value Object
Résultat System.Boolean

MaxValueAttribute() public méthode

public MaxValueAttribute ( Double maximum ) : MvcTemplate.Resources.Form
maximum Double
Résultat MvcTemplate.Resources.Form

MaxValueAttribute() public méthode

public MaxValueAttribute ( Int32 maximum ) : MvcTemplate.Resources.Form
maximum System.Int32
Résultat MvcTemplate.Resources.Form