Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class ProcEventoNFe

    Classe do protocolo de registro de evento da NFe/NFCe

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

    Properties

    Evento

    Evento da NFe/NFCe

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

    NomeArquivoDistribuicao

    Nome do arquivo de distribuição

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

    RetEvento

    Retorno do evento da NFe/NFCe

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

    Versao

    Versão do schema do XML de distribuição do evento da NFe/NFCe

    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)

    Implements

    IXmlSerializable