Class RetConsSitMDFe
Retorno consulta Situação MDFe
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.MDFe
Assembly: Unimake.Business.DFe.dll
Syntax
public class RetConsSitMDFe : XMLBase, IXmlSerializable
Properties
CStat
Código do status da resposta.
Declaration
public int CStat { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CUF
Código da UF.
Declaration
public UFBrasil CUF { get; set; }
Property Value
Type | Description |
---|---|
UFBrasil |
CUFField
Código da UF (formato string para serialização XML).
Declaration
public int CUFField { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ProcEventoMDFe
Processamento do evento do MDFe.
Declaration
public List<ProcEventoMDFe> ProcEventoMDFe { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ProcEventoMDFe> |
ProcInfraSA
Grupo de informações do compartilhamento do MDFe com InfraSA para geração do DTe.
Declaration
public ProcInfraSA ProcInfraSA { get; set; }
Property Value
Type | Description |
---|---|
ProcInfraSA |
ProtMDFe
Protocolo de autorização do MDFe.
Declaration
public ProtMDFe ProtMDFe { get; set; }
Property Value
Type | Description |
---|---|
ProtMDFe |
TpAmb
Tipo de ambiente.
Declaration
public TipoAmbiente TpAmb { get; set; }
Property Value
Type | Description |
---|---|
TipoAmbiente |
VerAplic
Versão do aplicativo que processou o retorno da consulta da situação do MDFe.
Declaration
public string VerAplic { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Versao
Versão do leiaute.
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
ReadXml(XmlDocument)
Lê o XML e deserializa para o objeto RetConsSitMDFe.
Declaration
public override void ReadXml(XmlDocument document)
Parameters
Type | Name | Description |
---|---|---|
System.Xml.XmlDocument | document | XmlDocument contendo o XML a ser lido. |