C# Class LanguageHelpers.Localization.DataAnnotations.LocalizedDataAnnotationsModelMetadataProvider

Inheritance: System.Web.Mvc.DataAnnotationsModelMetadataProvider
ファイルを表示 Open project: edgecomputing/cats

Protected Methods

Method Description
CreateMetadata ( IEnumerable attributes, Type containerType, Func modelAccessor, Type modelType, String propertyName ) : ModelMetadata

Method Details

CreateMetadata() protected method

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
return ModelMetadata