Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class ProcEventoCTe

    Pedido de Registro de Eventos de CT-e processado

    Inheritance
    System.Object
    XMLBase
    ProcEventoCTe
    Implements
    IXmlSerializable
    Inherited Members
    XMLBase.NameSpaces
    XMLBase.LerXML<T>(XmlDocument)
    XMLBase.WriteXml(StringWriter)
    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
    [Serializable]
    public class ProcEventoCTe : XMLBase, IXmlSerializable

    Properties

    DhConexao

    Data e Hora da conexão

    Declaration
    public DateTimeOffset DhConexao { get; set; }
    Property Value
    Type Description
    System.DateTimeOffset

    DhConexaoField

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

    Declaration
    public string DhConexaoField { get; set; }
    Property Value
    Type Description
    System.String

    EventoCTe

    Evento do CT-e

    Declaration
    public EventoCTe EventoCTe { get; set; }
    Property Value
    Type Description
    EventoCTe

    IpTransmissor

    Ip do Transmissor

    Declaration
    public string IpTransmissor { get; set; }
    Property Value
    Type Description
    System.String

    NomeArquivoDistribuicao

    Nome do arquivo de distribuição

    Declaration
    public string NomeArquivoDistribuicao { get; }
    Property Value
    Type Description
    System.String

    NPortaCon

    Porta de origem utilizada na conexão (de 0 a. 65535).

    Declaration
    public int NPortaCon { get; set; }
    Property Value
    Type Description
    System.Int32

    RetEventoCTe

    Retorno Evento do CT-e

    Declaration
    public RetEventoCTe RetEventoCTe { get; set; }
    Property Value
    Type Description
    RetEventoCTe

    Versao

    Versão do leiaute do schema

    Declaration
    public string Versao { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    GerarXML()

    Declaration
    public override XmlDocument GerarXML()
    Returns
    Type Description
    System.Xml.XmlDocument
    Overrides
    XMLBase.GerarXML()

    ReadXml(XmlDocument)

    Declaration
    public override void ReadXml(XmlDocument document)
    Parameters
    Type Name Description
    System.Xml.XmlDocument document
    Overrides
    XMLBase.ReadXml(XmlDocument)

    ShouldSerializeDhConexaoField()

    Declaration
    public bool ShouldSerializeDhConexaoField()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeIpTransmissor()

    Declaration
    public bool ShouldSerializeIpTransmissor()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeNPortaCon()

    Declaration
    public bool ShouldSerializeNPortaCon()
    Returns
    Type Description
    System.Boolean

    Implements

    IXmlSerializable