Search Results for

    Show / Hide Table of Contents

    Class AbstractSettingsBundleAware

    Inheritance
    System.Object
    AbstractSettingsBundleAware
    Implements
    ISettingsBundleAware
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Sdl.Core.Settings.Implementation
    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
    Type Description
    ISettingsBundle

    Methods

    SetSettingsBundle(ISettingsBundle)

    Declaration
    public virtual void SetSettingsBundle(ISettingsBundle settingsBundle)
    Parameters
    Type Name Description
    ISettingsBundle settingsBundle

    Implements

    ISettingsBundleAware

    On this page

    • Constructors
      • AbstractSettingsBundleAware()
    • Properties
      • SettingsBundle
    • Methods
      • SetSettingsBundle(ISettingsBundle)
    • Implements
    Back to top Generated by DocFX