Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class ConsultarLoteEventos

    Consultar o protocolo de um lote de eventos do eSocial

    Inheritance
    object
    XMLBase
    ConsultarLoteEventos
    Implements
    IXmlSerializable
    Inherited Members
    XMLBase.NameSpaces
    XMLBase.GerarXML()
    XMLBase.LerXML<T>(XmlDocument)
    XMLBase.ReadXml(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.ESocial
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    [XmlRoot("eSocial", Namespace = "http://www.esocial.gov.br/schema/lote/eventos/envio/consulta/retornoProcessamento/v1_0_0", IsNullable = false)]
    public class ConsultarLoteEventos : XMLBase, IXmlSerializable

    Properties

    ConsultaLoteEventos

    Contém os parâmetros da consulta ao lote de eventos.

    Declaration
    [XmlElement("consultaLoteEventos")]
    public ConsultaLoteEventos ConsultaLoteEventos { get; set; }
    Property Value
    Type Description
    ConsultaLoteEventos

    Versao

    Versão da consulta

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

    Implements

    IXmlSerializable