C# Class MvcTemplate.Components.Mvc.FileSizeAttribute

Inheritance: System.ComponentModel.DataAnnotations.ValidationAttribute
Afficher le fichier Open project: NonFactors/MVC6.Template Class Usage Examples

Méthodes publiques

Méthode Description
FileSizeAttribute ( Double maximumMB ) : Microsoft.AspNetCore.Http
FormatErrorMessage ( String name ) : String
IsValid ( Object value ) : System.Boolean

Private Methods

Méthode Description
ToFiles ( Object value ) : IEnumerable

Method Details

FileSizeAttribute() public méthode

public FileSizeAttribute ( Double maximumMB ) : Microsoft.AspNetCore.Http
maximumMB Double
Résultat Microsoft.AspNetCore.Http

FormatErrorMessage() public méthode

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

IsValid() public méthode

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