C# Class MvcTemplate.Components.Mvc.MinLengthAdapter

Inheritance: MinLengthAttributeAdapter
Mostrar archivo Open project: NonFactors/MVC5.Template Class Usage Examples

Public Methods

Method Description
MinLengthAdapter ( ModelMetadata metadata, System.Web.Mvc.ControllerContext context, System.ComponentModel.DataAnnotations.MinLengthAttribute attribute ) : MvcTemplate.Resources.Form

Method Details

MinLengthAdapter() public method

public MinLengthAdapter ( ModelMetadata metadata, System.Web.Mvc.ControllerContext context, System.ComponentModel.DataAnnotations.MinLengthAttribute attribute ) : MvcTemplate.Resources.Form
metadata ModelMetadata
context System.Web.Mvc.ControllerContext
attribute System.ComponentModel.DataAnnotations.MinLengthAttribute
return MvcTemplate.Resources.Form