C# Class MvcTemplate.Components.Mvc.GreaterThanAttribute

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
GreaterThanAttribute ( Double minimum ) : MvcTemplate.Resources.Form
GreaterThanAttribute ( Int32 minimum ) : MvcTemplate.Resources.Form
IsValid ( Object value ) : System.Boolean

Private Methods

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

Method Details

FormatErrorMessage() public méthode

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

GreaterThanAttribute() public méthode

public GreaterThanAttribute ( Double minimum ) : MvcTemplate.Resources.Form
minimum Double
Résultat MvcTemplate.Resources.Form

GreaterThanAttribute() public méthode

public GreaterThanAttribute ( Int32 minimum ) : MvcTemplate.Resources.Form
minimum System.Int32
Résultat MvcTemplate.Resources.Form

IsValid() public méthode

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