C# Class DataAnnotationsExtensions.DigitsAttribute

Inheritance: System.ComponentModel.DataAnnotations.DataTypeAttribute
Afficher le fichier Open project: srkirkland/DataAnnotationsExtensions

Méthodes publiques

Méthode Description
DigitsAttribute ( ) : System
FormatErrorMessage ( string name ) : string
IsValid ( object value ) : bool

Method Details

DigitsAttribute() public méthode

public DigitsAttribute ( ) : System
Résultat System

FormatErrorMessage() public méthode

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

IsValid() public méthode

public IsValid ( object value ) : bool
value object
Résultat bool