Class ConsultaIdentificadoresEvts
Contém os parâmetros da consulta aos identificadores dos eventos.
Inheritance
System.Object
ConsultaIdentificadoresEvts
Inherited Members
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.ESocial
Assembly: Unimake.Business.DFe.dll
Syntax
public class ConsultaIdentificadoresEvts
Properties
ConsultaEvtsEmpregador
Contém o filtro para consulta aos eventos do empregador que não se enquadram nas categorias de eventos de tabela ou eventos periódicos não periódicos do trabalhador.
Declaration
public ConsultaEvtsEmpregador ConsultaEvtsEmpregador { get; set; }
Property Value
Type | Description |
---|---|
ConsultaEvtsEmpregador |
ConsultaEvtsTabela
Contém o filtro para consulta aos eventos de tabela.
Declaration
public ConsultaEvtsTabela ConsultaEvtsTabela { get; set; }
Property Value
Type | Description |
---|---|
ConsultaEvtsTabela |
ConsultaEvtsTrabalhador
Contém o filtro para consulta aos eventos de trabalhador
Declaration
public ConsultaEvtsTrabalhador ConsultaEvtsTrabalhador { get; set; }
Property Value
Type | Description |
---|---|
ConsultaEvtsTrabalhador |
IdeEmpregador
Informações de identificação do empregador
Declaration
public IdeEmpregador IdeEmpregador { get; set; }
Property Value
Type | Description |
---|---|
IdeEmpregador |