Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class ConsultarEvtsEmpregadorESocial

    Consultar os eventos do empregador

    Inheritance
    object
    XMLBase
    ConsultarEvtsEmpregadorESocial
    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/consulta/identificadores-eventos/empregador/v1_0_0", IsNullable = false)]
    public class ConsultarEvtsEmpregadorESocial : XMLBase, IXmlSerializable

    Properties

    ConsultaIdentificadoresEvts

    Contém os parâmetros da consulta aos identificadores dos eventos.

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

    Versao

    Versão da consulta

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

    Implements

    IXmlSerializable