Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class ProcEventoNFCom

    Pedido de Registro de Evento de NFCom processado

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

    EventoNFCom

    Evento da NFCom

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

    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

    RetEventoNFCom

    Retorno do evento NFCom

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

    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