C# Class Orchard.Projections.Settings.SettingsValueProvider

Inheritance: IValueProvider
Mostrar archivo Open project: ucdavis/Orchard

Public Methods

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

Method Details

ContainsPrefix() public method

public ContainsPrefix ( string prefix ) : bool
prefix string
return bool

GetValue() public method

public GetValue ( string key ) : System.Web.Mvc.ValueProviderResult
key string
return System.Web.Mvc.ValueProviderResult

SettingsValueProvider() public method

public SettingsValueProvider ( dynamic state ) : System.Web.Mvc
state dynamic
return System.Web.Mvc