Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class RetConsSitCTe

    Inheritance
    object
    XMLBase
    RetConsSitCTe
    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.CTe
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [XmlRoot("retConsSitCTe", Namespace = "http://www.portalfiscal.inf.br/cte", IsNullable = false)]
    public class RetConsSitCTe : XMLBase, IXmlSerializable

    Properties

    CStat

    Código do status da resposta

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

    CUF

    Código da UF que atendeu a solicitação.

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

    CUFField

    Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade "CUF" para atribuir ou resgatar o valor)

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

    ProcEventoCTe

    Processo do evento do CT-e

    Declaration
    [XmlElement("procEventoCTe", Order = 7)]
    public List<ProcEventoCTe> ProcEventoCTe { get; set; }
    Property Value
    Type Description
    List<ProcEventoCTe>

    ProtCTe

    Protocolo do CT-e

    Declaration
    [XmlElement("protCTe", Order = 6)]
    public ProtCTe ProtCTe { get; set; }
    Property Value
    Type Description
    ProtCTe

    TpAmb

    Tipo do Ambiente

    Declaration
    [XmlElement("tpAmb", Order = 0)]
    public TipoAmbiente TpAmb { get; set; }
    Property Value
    Type Description
    TipoAmbiente

    VerAplic

    Versão do Aplicativo

    Declaration
    [XmlElement("verAplic", Order = 1)]
    public string VerAplic { get; set; }
    Property Value
    Type Description
    string

    Versao

    Versão do leiaute XML

    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", Order = 3)]
    public string XMotivo { get; set; }
    Property Value
    Type Description
    string

    Methods

    ReadXml(XmlDocument)

    Executa o processamento do XMLReader recebido na desserialização

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

    XML recebido durante o processo de desserialização

    Overrides
    XMLBase.ReadXml(XmlDocument)

    Implements

    IXmlSerializable