Class RetEnvEvento
Inheritance
System.Object
RetEnvEvento
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Unimake.Business.DFe.Xml.NFe
Assembly: Unimake.Business.DFe.dll
Syntax
public class RetEnvEvento
Properties
COrgao
Declaration
public UFBrasil COrgao { get; set; }
Property Value
Type | Description |
---|---|
UFBrasil |
COrgaoField
Declaration
public int COrgaoField { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CStat
Declaration
public int CStat { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
IdLote
Declaration
public string IdLote { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RetEvento
Declaration
public List<RetEvento> RetEvento { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<RetEvento> |
TpAmb
Declaration
public TipoAmbiente TpAmb { get; set; }
Property Value
Type | Description |
---|---|
TipoAmbiente |
VerAplic
Declaration
public string VerAplic { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Versao
Declaration
public string Versao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
XMotivo
Declaration
public string XMotivo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
LoadFromFile(String)
Desserializar o XML RetEnvEvento no objeto EnviNFe
Declaration
public RetEnvEvento LoadFromFile(string filename)
Parameters
Type | Name | Description |
---|---|---|
System.String | filename | Localização do arquivo XML RetEnvEvento |
Returns
Type | Description |
---|---|
RetEnvEvento | Objeto do RetEnvEvento |
LoadFromXML(String)
Desserializar o XML EnviNFe no objeto EnviNFe
Declaration
public RetEnvEvento LoadFromXML(string xml)
Parameters
Type | Name | Description |
---|---|---|
System.String | xml | string do XML EnviNFe |
Returns
Type | Description |
---|---|
RetEnvEvento | Objeto da EnviNFe |