Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class EnvioLoteEventosESocial

    Representa um lote de eventos do eSocial

    Inheritance
    System.Object
    EnvioLoteEventosESocial
    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 EnvioLoteEventosESocial

    Properties

    Eventos

    Contém a relação de eventos que compõe o lote

    Declaration
    public EventosESocial Eventos { get; set; }
    Property Value
    Type Description
    EventosESocial

    Grupo

    Informação do grupo de eventos

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

    IdeEmpregador

    Identificação do empregador

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

    IdeTransmissor

    Identificação do transmissor (certificado digital)

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