C# Class Orchard.Projections.Settings.SettingsValueProvider

Inheritance: IValueProvider
Afficher le fichier Open project: ucdavis/Orchard

Méthodes publiques

Méthode Description
ContainsPrefix ( string prefix ) : bool
GetValue ( string key ) : System.Web.Mvc.ValueProviderResult
SettingsValueProvider ( dynamic state ) : System.Web.Mvc

Method Details

ContainsPrefix() public méthode

public ContainsPrefix ( string prefix ) : bool
prefix string
Résultat bool

GetValue() public méthode

public GetValue ( string key ) : System.Web.Mvc.ValueProviderResult
key string
Résultat System.Web.Mvc.ValueProviderResult

SettingsValueProvider() public méthode

public SettingsValueProvider ( dynamic state ) : System.Web.Mvc
state dynamic
Résultat System.Web.Mvc