Class RetDistDFeInt
Implements
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.CTe
Assembly: Unimake.Business.DFe.dll
Syntax
public class RetDistDFeInt : XMLBase, IXmlSerializable
Properties
CStat
Código do status da resposta
Declaration
public int CStat { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
DhResp
Data e hora da resposta
Declaration
public DateTimeOffset DhResp { get; set; }
Property Value
Type | Description |
---|---|
System.DateTimeOffset |
DhRespField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade "DhResp" para atribuir ou resgatar o valor)
Declaration
public string DhRespField { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LoteDistDFeInt
Lote de documentos compactados
Declaration
public LoteDistDFeInt LoteDistDFeInt { get; set; }
Property Value
Type | Description |
---|---|
LoteDistDFeInt |
MaxNSU
Maior NSU retornado
Declaration
public string MaxNSU { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TpAmb
Tipo do Ambiente
Declaration
public TipoAmbiente TpAmb { get; set; }
Property Value
Type | Description |
---|---|
TipoAmbiente |
UltNSU
Último NSU retornado
Declaration
public string UltNSU { get; set; }
Property Value
Type | Description |
---|---|
System.String |
VerAplic
Versão do Aplicativo
Declaration
public string VerAplic { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Versao
Versão do leiaute XML
Declaration
public string Versao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
XMotivo
Descrição literal do status da resposta
Declaration
public string XMotivo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
LoadFromFile(String)
Desserializar o XML RetDistDFeInt no objeto RetDistDFeInt
Declaration
public RetDistDFeInt LoadFromFile(string filename)
Parameters
Type | Name | Description |
---|---|---|
System.String | filename | Localização do arquivo XML RetDistDFeInt |
Returns
Type | Description |
---|---|
RetDistDFeInt | Objeto do RetDistDFeInt |
LoadFromXML(String)
Desserializar o XML RetDistDFeInt no objeto RetDistDFeInt
Declaration
public RetDistDFeInt LoadFromXML(string xml)
Parameters
Type | Name | Description |
---|---|---|
System.String | xml | string do XML RetDistDFeInt |
Returns
Type | Description |
---|---|
RetDistDFeInt | Objeto da RetDistDFeInt |