Class EnviMDFe
Implements
Inherited Members
Namespace: Unimake.Business.DFe.Xml.MDFe
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
[XmlRoot("enviMDFe", Namespace = "http://www.portalfiscal.inf.br/mdfe", IsNullable = false)]
public class EnviMDFe : XMLBase, IXmlSerializable
Properties
IdLote
Identificador de controle do lote
Declaration
[XmlElement("idLote")]
public string IdLote { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MDFe
Manifesto de Documentos Fiscais Eletrônico
Declaration
[XmlElement("MDFe")]
public MDFe MDFe { get; set; }
Property Value
| Type | Description |
|---|---|
| MDFe |
Versao
Versão do leiaute XML
Declaration
[XmlAttribute(AttributeName = "versao", DataType = "token")]
public string Versao { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
GerarXML()
Serializa o objeto (Converte o objeto para XML)
Declaration
public override XmlDocument GerarXML()
Returns
| Type | Description |
|---|---|
| XmlDocument | Conteúdo do XML |