Class RetEnvEvento
Assembly: Unimake.Business.DFe.dll
Syntax
[XmlRoot("retEnvEvento", Namespace = "http://www.portalfiscal.inf.br/nfe", IsNullable = false)]
public class RetEnvEvento
Properties
COrgao
Declaration
[XmlIgnore]
public UFBrasil COrgao { get; set; }
Property Value
COrgaoField
Declaration
[XmlElement("cOrgao", Order = 3)]
public int COrgaoField { get; set; }
Property Value
CStat
Declaration
[XmlElement("cStat", Order = 4)]
public int CStat { get; set; }
Property Value
IdLote
Declaration
[XmlElement("idLote", Order = 0)]
public string IdLote { get; set; }
Property Value
RetEvento
Declaration
[XmlElement("retEvento", Order = 6)]
public List<RetEvento> RetEvento { get; set; }
Property Value
TpAmb
Declaration
[XmlElement("tpAmb", Order = 1)]
public TipoAmbiente TpAmb { get; set; }
Property Value
VerAplic
Declaration
[XmlElement("verAplic", Order = 2)]
public string VerAplic { get; set; }
Property Value
Versao
Declaration
[XmlAttribute(AttributeName = "versao", DataType = "token")]
public string Versao { get; set; }
Property Value
XMotivo
Declaration
[XmlElement("xMotivo", Order = 5)]
public string XMotivo { get; set; }
Property Value
Methods
LoadFromFile(string)
Desserializar o XML RetEnvEvento no objeto EnviNFe
Declaration
public RetEnvEvento LoadFromFile(string filename)
Parameters
| Type |
Name |
Description |
| string |
filename |
Localização do arquivo XML RetEnvEvento
|
Returns
LoadFromXML(string)
Desserializar o XML EnviNFe no objeto EnviNFe
Declaration
public RetEnvEvento LoadFromXML(string xml)
Parameters
| Type |
Name |
Description |
| string |
xml |
string do XML EnviNFe
|
Returns