Skip to content

FatturaElettronicaXmlStyleSheetData class

Options for a FatturaElettronicaXmlService's ApplyStyleSheet method call.

public class FatturaElettronicaXmlStyleSheetData

Public Members

name description
FatturaElettronicaXmlStyleSheetData() The default constructor.
FileName { get; set; } Xml file name. If present, it takes precedence over Id.
Id { get; set; } Unique FatturaElettronicaXml id. As an alternative, set FileName instead.
StyleSheet { get; set; } Stylesheet to apply.

See Also