Class XmlOptions
- Namespace
- FatturaElettronica.Core
- Assembly
- FatturaElettronica.dll
XML serialization options for BusinessObject instances.
public class XmlOptions
- Inheritance
-
XmlOptions
- Inherited Members
Properties
DateTimeFormat
Format string to be applied on DateTime properties. This format will be ignored if the IgnoreXmlDateFormat attribute has been set for the property.
public string DateTimeFormat { get; set; }
Property Value
DecimalFormat
Format string to be applied on Decimal properties.
public string DecimalFormat { get; set; }
Property Value
SerializeEmptyBusinessObjects
Whether empty BusinessObject children should be serialized or not. Defaults to
public bool SerializeEmptyBusinessObjects { get; set; }
Property Value
SerializeEmptyStrings
Wether emty strings should be serialized or not. Defaults to
public bool SerializeEmptyStrings { get; set; }
Property Value
SerializeNullValues
Whether null properties should be serialized or not. Defaults to
public bool SerializeNullValues { get; set; }