C# Class LayersCMS.Web.Validation.ValidateFileAttribute

Inheritance: System.ComponentModel.DataAnnotations.ValidationAttribute
显示文件 Open project: stevekennaird/LayersCMS

Private Properties

Property Type Description

Public Methods

Method Description
IsValid ( object value ) : bool
ValidateFileAttribute ( int maxFileSizeMb = 20 ) : System.ComponentModel.DataAnnotations

Method Details

IsValid() public method

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

ValidateFileAttribute() public method

public ValidateFileAttribute ( int maxFileSizeMb = 20 ) : System.ComponentModel.DataAnnotations
maxFileSizeMb int
return System.ComponentModel.DataAnnotations