C# Class ReaLocate.Web.Filters.MaxFileSizeAttribute

Inheritance: System.ComponentModel.DataAnnotations.ValidationAttribute
显示文件 Open project: MichaelaIvanova/ReaLocate

Public Methods

Method Description
FormatErrorMessage ( string name ) : string
IsValid ( object value ) : bool
MaxFileSizeAttribute ( int maxFileSize ) : System.ComponentModel.DataAnnotations

Method Details

FormatErrorMessage() public method

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

IsValid() public method

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

MaxFileSizeAttribute() public method

public MaxFileSizeAttribute ( int maxFileSize ) : System.ComponentModel.DataAnnotations
maxFileSize int
return System.ComponentModel.DataAnnotations