Class FatturaBase
- Namespace
- FatturaElettronica
- Assembly
- FatturaElettronica.dll
public abstract class FatturaBase : BaseClassSerializable, INotifyPropertyChanged, IEquatable<BaseClass>, IXmlSerializable
- Inheritance
-
FatturaBase
- Implements
- Derived
- Inherited Members
- Extension Methods
Properties
SistemaEmittente
public string SistemaEmittente { get; set; }
Property Value
Methods
CreateInstanceFromXml(Stream, bool)
public static FatturaBase CreateInstanceFromXml(Stream stream, bool validateSignature = false)
Parameters
Returns
GetFormatoTrasmissione()
public abstract string GetFormatoTrasmissione()
Returns
GetLocalName()
protected abstract string GetLocalName()
Returns
GetNameSpace()
protected abstract string GetNameSpace()
Returns
ReadAndHandleXmlStartElement(XmlReader)
protected override void ReadAndHandleXmlStartElement(XmlReader r)
Parameters
ReadXml(XmlReader)
Deserializes the current BusinessObject from a XML stream.
public override void ReadXml(XmlReader r)
Parameters
r
XmlReaderActive XML stream reader.
Remarks
Reads the outer element. Leaves the reader at the same depth.
WriteXml(XmlWriter)
Serializes the current BusinessObject instance to a XML stream.
public override void WriteXml(XmlWriter w)
Parameters
w
XmlWriterActive XML stream writer.
Remarks
Writes only its inner content, not the outer element. Leaves the writer at the same depth.