Class ModuleSettingsPresenterBase<TView>
Inheritance
ModuleSettingsPresenterBase<TView>
Assembly: DotNetNuke.Web.dll
Syntax
[Obsolete("Deprecated in DotNetNuke 9.2.0. Replace WebFormsMvp and DotNetNuke.Web.Mvp with MVC or SPA patterns instead. Scheduled for removal in v11.0.0.")]
public class ModuleSettingsPresenterBase<TView> : ModulePresenterBase<TView> where TView : class, ISettingsView
Type Parameters
Constructors
ModuleSettingsPresenterBase(TView)
Declaration
public ModuleSettingsPresenterBase(TView view)
Parameters
| Type |
Name |
Description |
| TView |
view |
|
Properties
ModuleSettings
Declaration
public Dictionary<string, string> ModuleSettings { get; set; }
Property Value
TabModuleSettings
Declaration
public Dictionary<string, string> TabModuleSettings { get; set; }
Property Value
Methods
LoadFromContext()
Declaration
protected override void LoadFromContext()
Overrides
LoadSettings()
Declaration
protected virtual void LoadSettings()
SaveSettings()
Declaration
protected virtual void SaveSettings()
Extension Methods