Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class ProcEventoNF3e

    Pedido de Registro de Evento de NF3e processado

    Inheritance
    object
    XMLBase
    ProcEventoNF3e
    Implements
    IXmlSerializable
    Inherited Members
    XMLBase.NameSpaces
    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.NF3e
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    [XmlRoot("procEventoNF3e", Namespace = "http://www.portalfiscal.inf.br/nf3e", IsNullable = false)]
    public class ProcEventoNF3e : XMLBase, IXmlSerializable

    Properties

    DhConexao

    Data e Hora da Conexão de Origem

    Declaration
    [XmlIgnore]
    public DateTimeOffset DhConexao { get; set; }
    Property Value
    Type Description
    DateTimeOffset

    DhConexaoField

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

    EventoNF3e

    Evento da NF3e

    Declaration
    [XmlElement("eventoNF3e", Order = 0, Namespace = "http://www.portalfiscal.inf.br/nf3e")]
    public EventoNF3e EventoNF3e { get; set; }
    Property Value
    Type Description
    EventoNF3e

    IpTransmissor

    IP do transmissor do documento fiscal para o ambiente autorizador

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

    NPortaCon

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

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

    NomeArquivoDistribuicao

    Nome do arquivo de distribuição

    Declaration
    [XmlIgnore]
    public string NomeArquivoDistribuicao { get; }
    Property Value
    Type Description
    string

    RetEventoNF3e

    Retorno do evento NF3e

    Declaration
    [XmlElement("retEventoNF3e", Order = 1, Namespace = "http://www.portalfiscal.inf.br/nf3e")]
    public RetEventoNF3e RetEventoNF3e { get; set; }
    Property Value
    Type Description
    RetEventoNF3e

    Versao

    Versão do evento

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

    Methods

    GerarXML()

    Serializa o objeto (Converte o objeto para XML)

    Declaration
    public override XmlDocument GerarXML()
    Returns
    Type Description
    XmlDocument

    Conteúdo do XML

    Overrides
    XMLBase.GerarXML()

    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)

    ShouldSerializeDhConexaoField()

    Declaration
    public bool ShouldSerializeDhConexaoField()
    Returns
    Type Description
    bool

    ShouldSerializeIpTransmissor()

    Declaration
    public bool ShouldSerializeIpTransmissor()
    Returns
    Type Description
    bool

    ShouldSerializeNPortaCon()

    Declaration
    public bool ShouldSerializeNPortaCon()
    Returns
    Type Description
    bool

    Implements

    IXmlSerializable