C# Class LocalizedDataAnnotationsModelMetadataProvider, code

Inheritance: DataAnnotationsModelMetadataProvider
Show file Open project: shendongnian/code

Protected Methods

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

Private Methods

Method Description
GetLocalizedDisplayName ( ModelMetadata, meta, string propertyName ) : void

Method Details

CreateMetadata() protected method

protected CreateMetadata ( IEnumerable, attributes, Type, containerType, Func, modelAccessor, Type, modelType, string propertyName ) : ModelMetadata,
attributes IEnumerable,
containerType Type,
modelAccessor Func,
modelType Type,
propertyName string
return ModelMetadata,