C# 클래스 System.Web.Mvc.EnhancedDataAnnotationsModelMetadataProvider

The EnhancedDataAnnotationsModelMetadataProvider class
상속: System.Web.Mvc.DataAnnotationsModelMetadataProvider
파일 보기 프로젝트 열기: adaptabi/i18N-Complete

보호된 메소드들

메소드 설명
CreateMetadata ( IEnumerable attributes, Type containerType, Func modelAccessor, Type modelType, string propertyName ) : ModelMetadata

Gets the metadata for the specified property.

비공개 메소드들

메소드 설명
GetString ( dynamic stringOrMvcString ) : string

메소드 상세

CreateMetadata() 보호된 메소드

Gets the metadata for the specified property.
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
리턴 ModelMetadata