Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class IdeEvento1298

    Informações de identificação do evento.

    Inheritance
    object
    IdeEvento1298
    IdeEvento1299
    Inherited Members
    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
    public class IdeEvento1298

    Properties

    IndApuracao

    Indicativo de período de apuração.

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

    IndGuia

    Indicativo do tipo de guia. Valores válidos: 1 - Documento de Arrecadação do eSocial - DAE

    Declaration
    [XmlElement("indGuia")]
    public IndGuia? IndGuia { get; set; }
    Property Value
    Type Description
    IndGuia?

    PerApur

    Informar o mês/ano (formato AAAA-MM) de referência das informações, se indApuracao for igual a[1], ou apenas o ano(formato AAAA), se indApuracao for igual a[2]. Validação: Deve ser um mês/ano ou ano válido, igual ou posterior ao início da obrigatoriedade dos eventos periódicos para o empregador.

    Declaration
    [XmlElement("perApur")]
    public string PerApur { get; set; }
    Property Value
    Type Description
    string

    ProcEmi

    Processo de emissão do evento.

    Declaration
    [XmlElement("procEmi")]
    public ProcEmiESocial ProcEmi { get; set; }
    Property Value
    Type Description
    ProcEmiESocial

    TpAmb

    Identificação do ambiente

    Declaration
    [XmlElement("tpAmb")]
    public TipoAmbiente TpAmb { get; set; }
    Property Value
    Type Description
    TipoAmbiente

    VerProc

    Versão do processo de emissão do evento. Informar a versão do aplicativo emissor do evento.

    Declaration
    [XmlElement("verProc")]
    public string VerProc { get; set; }
    Property Value
    Type Description
    string

    Methods

    ShouldSerializeIndGuia()

    Declaration
    public bool ShouldSerializeIndGuia()
    Returns
    Type Description
    bool