Class AbstractSettingsBundleAware
Inheritance
AbstractSettingsBundleAware
Assembly: Sdl.Core.Settings.dll
Syntax
public abstract class AbstractSettingsBundleAware : ISettingsBundleAware
Constructors
AbstractSettingsBundleAware()
Declaration
protected AbstractSettingsBundleAware()
Properties
SettingsBundle
Declaration
public ISettingsBundle SettingsBundle { get; set; }
Property Value
Methods
SetSettingsBundle(ISettingsBundle)
Declaration
public virtual void SetSettingsBundle(ISettingsBundle settingsBundle)
Parameters
Implements