Search Results for

    Show / Hide Table of Contents

    Class Setting<T>

    Inheritance
    object
    Setting<T>
    JsonSettingImpl<T>
    XmlSettingImpl<T>
    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
    Assembly: Sdl.Core.Settings.dll
    Syntax
    public abstract class Setting<T>
    Type Parameters
    Name Description
    T

    Constructors

    Setting()

    Declaration
    protected Setting()

    Fields

    _inherited

    Declaration
    protected bool _inherited
    Field Value
    Type Description
    bool

    Properties

    Id

    Declaration
    public abstract string Id { get; }
    Property Value
    Type Description
    string

    Inherited

    Declaration
    public virtual bool Inherited { get; }
    Property Value
    Type Description
    bool

    Value

    Declaration
    public abstract T Value { get; set; }
    Property Value
    Type Description
    T

    Methods

    Reset()

    Declaration
    public abstract void Reset()

    Operators

    implicit operator T(Setting<T>)

    Declaration
    public static implicit operator T(Setting<T> setting)
    Parameters
    Type Name Description
    Setting<T> setting
    Returns
    Type Description
    T
    In this article
    • Constructors
      • Setting()
    • Fields
      • _inherited
    • Properties
      • Id
      • Inherited
      • Value
    • Methods
      • Reset()
    • Operators
      • implicit operator T(Setting<T>)
    Back to top Generated by DocFX