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 SourceConfigurationObjectSettings()
Initializes a new instance of the ConfigurationObjectSettings class.
Declaration
public ConfigurationObjectSettings()
Properties
| Improve this Doc View SourceEnableNewtonSoftJsonSupport
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.