Show / Hide Table of Contents

    Class ConfigurationObjectSettings

    Settings that govern the way in which configuration objects are generated.

    Inheritance
    System.Object
    ConfigurationObjectSettings
    Namespace: OpenCollar.Extensions.Configuration
    Assembly: OpenCollar.Extensions.Configuration.dll
    Syntax
    public sealed class ConfigurationObjectSettings

    Constructors

    | Improve this Doc View Source

    ConfigurationObjectSettings()

    Initializes a new instance of the ConfigurationObjectSettings class.

    Declaration
    public ConfigurationObjectSettings()

    Properties

    | Improve this Doc View Source

    EnableNewtonSoftJsonSupport

    Gets or sets a value indicating whether Newtonsoft.Json serialization should be supported.

    Declaration
    public bool EnableNewtonSoftJsonSupport { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if Newtonsoft.Json serialization should be supported; otherwise, false.

    Remarks

    This property will default to true if the Newtonsoft.Json assembly is loaded at the time the settings object is created.

    • Improve this Doc
    • View Source
    Back to top
    Copyright © 2019-2020 Jonathan Evans
    Version: 0.2.232