Table of Contents

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

string

DecimalFormat

Format string to be applied on Decimal properties.

public string DecimalFormat { get; set; }

Property Value

string

SerializeEmptyBusinessObjects

Whether empty BusinessObject children should be serialized or not. Defaults to false.

public bool SerializeEmptyBusinessObjects { get; set; }

Property Value

bool

SerializeEmptyStrings

Wether emty strings should be serialized or not. Defaults to false.

public bool SerializeEmptyStrings { get; set; }

Property Value

bool

SerializeNullValues

Whether null properties should be serialized or not. Defaults to false.

public bool SerializeNullValues { get; set; }

Property Value

bool