C# Class StarterTemplate.Configuration.ApplicationModelMetadataProvider

Inheritance: System.Web.Mvc.DataAnnotationsModelMetadataProvider
Afficher le fichier Open project: mccalltd/MvcStarterTemplate

Méthodes protégées

Méthode Description
CreateMetadata ( IEnumerable attributes, Type containerType, Func modelAccessor, Type modelType, string propertyName ) : ModelMetadata

Method Details

CreateMetadata() protected méthode

protected CreateMetadata ( IEnumerable attributes, Type containerType, Func modelAccessor, Type modelType, string propertyName ) : ModelMetadata
attributes IEnumerable
containerType System.Type
modelAccessor Func
modelType System.Type
propertyName string
Résultat ModelMetadata