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
    Back to top Generated by DocFX