Class XmlFormatterOptions
Specifies options that is related to Xml
Inheritance
Namespace: Cuemon.Serialization.Xml.Formatters
Assembly: Cuemon.Serialization.Xml.dll
Syntax
public class XmlFormatterOptions
Constructors
| Improve this DocXmlFormatterOptions()
Initializes a new instance of the Xml
Declaration
public XmlFormatterOptions()
Remarks
The following table shows the initial property values for an instance of Xml
Property | Initial Value |
---|---|
Settings | Xml |
Synchronize | true |
Include | false |
Properties
| Improve this DocIncludeExceptionStackTrace
Gets or sets a value indicating whether the stack of an exception is included in the converter that handles exceptions.
Declaration
public bool IncludeExceptionStackTrace { get; set; }
Property Value
Type | Description |
---|---|
System. |
|
Settings
Gets or sets the settings to support the Xml
Declaration
public XmlSerializerSettings Settings { get; }
Property Value
Type | Description |
---|---|
Xml |
A Xml |
SynchronizeWithXmlConvert
Gets or sets a value indicating whether Settings should be synchronized on Default
Declaration
public bool SynchronizeWithXmlConvert { get; set; }
Property Value
Type | Description |
---|---|
System. |
|