Class DetEventoCCE
Classe de detalhamento do evento da carta de correção da NFe/NFCe
Implements
Inherited Members
Namespace: Unimake.Business.DFe.Xml.NFe
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
[XmlRoot(ElementName = "detEvento")]
public class DetEventoCCE : EventoDetalhe, IXmlSerializable
Properties
DescEvento
Descrição do evento. Padrão = Carta de Correcao
Declaration
[XmlElement("descEvento", Order = 0)]
public override string DescEvento { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
XCondUso
Texto fixo com as condições de uso da Carta de Correção
Declaration
[XmlElement("xCondUso", Order = 2)]
public string XCondUso { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
XCorrecao
Correção a ser considerada
Declaration
[XmlElement("xCorrecao", Order = 1)]
public string XCorrecao { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
WriteXml(XmlWriter)
Declaration
public override void WriteXml(XmlWriter writer)
Parameters
| Type | Name | Description |
|---|---|---|
| XmlWriter | writer |