Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class RetConsSitMDFe

    Retorno consulta Situação MDFe

    Inheritance
    object
    XMLBase
    RetConsSitMDFe
    Implements
    IXmlSerializable
    Inherited Members
    XMLBase.NameSpaces
    XMLBase.GerarXML()
    XMLBase.LerXML<T>(XmlDocument)
    XMLBase.WriteXml(StringWriter)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unimake.Business.DFe.Xml.MDFe
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [XmlRoot("retConsSitMDFe", Namespace = "http://www.portalfiscal.inf.br/mdfe", IsNullable = false)]
    public class RetConsSitMDFe : XMLBase, IXmlSerializable

    Properties

    CStat

    Código do status da resposta.

    Declaration
    [XmlElement("cStat")]
    public int CStat { get; set; }
    Property Value
    Type Description
    int

    CUF

    Código da UF.

    Declaration
    [XmlIgnore]
    public UFBrasil CUF { get; set; }
    Property Value
    Type Description
    UFBrasil

    CUFField

    Código da UF (formato string para serialização XML).

    Declaration
    [XmlElement("cUF")]
    public int CUFField { get; set; }
    Property Value
    Type Description
    int

    ProcEventoMDFe

    Processamento do evento do MDFe.

    Declaration
    [XmlElement("procEventoMDFe")]
    public List<ProcEventoMDFe> ProcEventoMDFe { get; set; }
    Property Value
    Type Description
    List<ProcEventoMDFe>

    ProcInfraSA

    Grupo de informações do compartilhamento do MDFe com InfraSA para geração do DTe.

    Declaration
    [XmlElement("procInfraSA")]
    public ProcInfraSA ProcInfraSA { get; set; }
    Property Value
    Type Description
    ProcInfraSA

    ProtMDFe

    Protocolo de autorização do MDFe.

    Declaration
    [XmlElement("protMDFe")]
    public ProtMDFe ProtMDFe { get; set; }
    Property Value
    Type Description
    ProtMDFe

    TpAmb

    Tipo de ambiente.

    Declaration
    [XmlElement("tpAmb")]
    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
    [XmlElement("verAplic")]
    public string VerAplic { get; set; }
    Property Value
    Type Description
    string

    Versao

    Versão do leiaute.

    Declaration
    [XmlAttribute(AttributeName = "versao", DataType = "token")]
    public string Versao { get; set; }
    Property Value
    Type Description
    string

    XMotivo

    Descrição literal do status da resposta.

    Declaration
    [XmlElement("xMotivo")]
    public string XMotivo { get; set; }
    Property Value
    Type Description
    string

    Methods

    ReadXml(XmlDocument)

    Lê o XML e deserializa para o objeto RetConsSitMDFe.

    Declaration
    public override void ReadXml(XmlDocument document)
    Parameters
    Type Name Description
    XmlDocument document

    XmlDocument contendo o XML a ser lido.

    Overrides
    XMLBase.ReadXml(XmlDocument)

    Implements

    IXmlSerializable