C# Class DataAnnotationsExtensions.DigitsAttribute

Inheritance: System.ComponentModel.DataAnnotations.DataTypeAttribute
Mostra file Open project: srkirkland/DataAnnotationsExtensions

Public Methods

Method Description
DigitsAttribute ( ) : System
FormatErrorMessage ( string name ) : string
IsValid ( object value ) : bool

Method Details

DigitsAttribute() public method

public DigitsAttribute ( ) : System
return System

FormatErrorMessage() public method

public FormatErrorMessage ( string name ) : string
name string
return string

IsValid() public method

public IsValid ( object value ) : bool
value object
return bool