Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class ProcEventoNF3e

    Pedido de Registro de Evento de NF3e processado

    Inheritance
    System.Object
    XMLBase
    ProcEventoNF3e
    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.NF3e
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    public class ProcEventoNF3e : XMLBase, IXmlSerializable

    Properties

    DhConexao

    Data e Hora da Conexão de Origem

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

    DhConexaoField

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

    EventoNF3e

    Evento da NF3e

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

    IpTransmissor

    IP do transmissor do documento fiscal para o ambiente autorizador

    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 string NPortaCon { get; set; }
    Property Value
    Type Description
    System.String

    RetEventoNF3e

    Retorno do evento NF3e

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

    Versao

    Versão do evento

    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