Class ProcEventoMDFe
Implements
Inherited Members
Namespace: Unimake.Business.DFe.Xml.MDFe
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
[XmlRoot("procEventoMDFe", Namespace = "http://www.portalfiscal.inf.br/mdfe", IsNullable = false)]
public class ProcEventoMDFe : XMLBase, IXmlSerializable
Properties
EventoMDFe
Evento do MDFe.
Declaration
[XmlElement("eventoMDFe")]
public EventoMDFe EventoMDFe { get; set; }
Property Value
| Type | Description |
|---|---|
| EventoMDFe |
NomeArquivoDistribuicao
Nome do arquivo de distribuição.
Declaration
[XmlIgnore]
public string NomeArquivoDistribuicao { get; }
Property Value
| Type | Description |
|---|---|
| string |
RetEventoMDFe
Retorno do evento do MDFe.
Declaration
[XmlElement("retEventoMDFe")]
public RetEventoMDFe RetEventoMDFe { get; set; }
Property Value
| Type | Description |
|---|---|
| RetEventoMDFe |
Versao
Versão do leiaute.
Declaration
[XmlAttribute(AttributeName = "versao", DataType = "token")]
public string Versao { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
GerarXML()
Gera o XML do objeto ProcEventoMDFe.
Declaration
public override XmlDocument GerarXML()
Returns
| Type | Description |
|---|---|
| XmlDocument | XmlDocument contendo o XML gerado. |
Overrides
ReadXml(XmlDocument)
Lê o XML e deserializa para o objeto ProcEventoMDFe.
Declaration
public override void ReadXml(XmlDocument document)
Parameters
| Type | Name | Description |
|---|---|---|
| XmlDocument | document | XmlDocument contendo o XML a ser lido. |