Search Results for

    Show / Hide Table of Contents

    Class AbstractSettingsBundleAware

    Inheritance
    object
    AbstractSettingsBundleAware
    Implements
    ISettingsBundleAware
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    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
    In this article
    • Constructors
      • AbstractSettingsBundleAware()
    • Properties
      • SettingsBundle
    • Methods
      • SetSettingsBundle(ISettingsBundle)
    • Implements
    Back to top Generated by DocFX