C# Class BoC.Web.Mvc.MetaData.ExtraModelMetadataProvider

Inheritance: System.Web.Mvc.DataAnnotationsModelMetadataProvider
Afficher le fichier Open project: csteeg/BoC Class Usage Examples

Méthodes publiques

Méthode Description
ExtraModelMetadataProvider ( ) : System
GetMetadataForProperties ( object container, Type containerType ) : IEnumerable
GetMetadataForProperty ( Func modelAccessor, Type containerType, string propertyName ) : ModelMetadata
GetMetadataForType ( Func modelAccessor, Type modelType ) : ModelMetadata

Méthodes protégées

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

Private Methods

Méthode Description
ApplyConventionsToValidationAttributes ( IEnumerable attributes, Type containerType, string propertyName, Type defaultResourceType ) : void
GetDisplayAttributeName ( Type containerType, string propertyName, System.ComponentModel.DataAnnotations.DisplayAttribute displayAttribute ) : string
GetResourceKey ( Type containerType, string propertyName ) : string
Modify ( ModelMetadata metadata ) : 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

ExtraModelMetadataProvider() public méthode

public ExtraModelMetadataProvider ( ) : System
Résultat System

GetMetadataForProperties() public méthode

public GetMetadataForProperties ( object container, Type containerType ) : IEnumerable
container object
containerType System.Type
Résultat IEnumerable

GetMetadataForProperty() public méthode

public GetMetadataForProperty ( Func modelAccessor, Type containerType, string propertyName ) : ModelMetadata
modelAccessor Func
containerType System.Type
propertyName string
Résultat ModelMetadata

GetMetadataForType() public méthode

public GetMetadataForType ( Func modelAccessor, Type modelType ) : ModelMetadata
modelAccessor Func
modelType System.Type
Résultat ModelMetadata