C# Class GettextMvcLib.GettextMetadataProvider

Inheritance: System.Web.Mvc.ModelMetadataProvider
Afficher le fichier Open project: while-true/gettext Class Usage Examples

Méthodes publiques

Méthode Description
GetMetadataForProperties ( object container, Type containerType ) : IEnumerable
GetMetadataForProperty ( Func modelAccessor, Type containerType, string propertyName ) : ModelMetadata
GetMetadataForType ( Func modelAccessor, Type modelType ) : ModelMetadata
GettextMetadataProvider ( System.Web.Mvc.ModelMetadataProvider implementation ) : System

Method Details

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

GettextMetadataProvider() public méthode

public GettextMetadataProvider ( System.Web.Mvc.ModelMetadataProvider implementation ) : System
implementation System.Web.Mvc.ModelMetadataProvider
Résultat System