Search Results for

    Show / Hide Table of Contents

    Class XmlSettingImpl<T>

    Inheritance
    object
    Setting<T>
    XmlSettingImpl<T>
    Inherited Members
    Setting<T>._inherited
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.Core.Settings.Implementation.Xml
    Assembly: Sdl.Core.Settings.dll
    Syntax
    public class XmlSettingImpl<T> : Setting<T>
    Type Parameters
    Name Description
    T

    Properties

    Id

    Declaration
    public override string Id { get; }
    Property Value
    Type Description
    string
    Overrides
    Setting<T>.Id

    Inherited

    Declaration
    public override bool Inherited { get; }
    Property Value
    Type Description
    bool
    Overrides
    Setting<T>.Inherited

    Value

    Declaration
    public override T Value { get; set; }
    Property Value
    Type Description
    T
    Overrides
    Setting<T>.Value

    Methods

    OnXmlUpdated()

    Declaration
    protected void OnXmlUpdated()

    Reset()

    Declaration
    public override void Reset()
    Overrides
    Setting<T>.Reset()
    In this article
    • Properties
      • Id
      • Inherited
      • Value
    • Methods
      • OnXmlUpdated()
      • Reset()
    Back to top Generated by DocFX