Class DetEventoConfirmaServMDFe
Implements
Inherited Members
Namespace: Unimake.Business.DFe.Xml.MDFe
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
[XmlRoot(ElementName = "detEventoConfirmaServMDFe")]
public class DetEventoConfirmaServMDFe : EventoDetalhe, IXmlSerializable
Properties
DescEvento
Descrição do Evento.
Declaration
[XmlIgnore]
public override string DescEvento { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
EventoConfirmaServMDFe
Evento de Confirmação do Serviço do MDF-e.
Declaration
[XmlElement(ElementName = "evConfirmaServMDFe", Order = 0)]
public EventoConfirmaServMDFe EventoConfirmaServMDFe { get; set; }
Property Value
| Type | Description |
|---|---|
| EventoConfirmaServMDFe |
NProt
Número do Protocolo.
Declaration
[XmlIgnore]
public string NProt { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
WriteXml(XmlWriter)
Serializa o objeto DetEventoConfirmaServMDFe em XML.
Declaration
public override void WriteXml(XmlWriter writer)
Parameters
| Type | Name | Description |
|---|---|---|
| XmlWriter | writer | O XmlWriter usado para serialização. |