Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class BasePerRef

    Informações sobre bases de cálculo e valores do FGTS por período de referência

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

    Properties

    CodCateg

    Preencher com o código da categoria do trabalhador, conforme Tabela 01

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

    DpsFGTSDecAnt

    Valor histórico do FGTS a ser depositado na conta vinculada do trabalhador sobre base já declarada anteriormente no eSocial. Validação: Deve ser maior que 0 (zero).

    Declaration
    public double DpsFGTSDecAnt { get; set; }
    Property Value
    Type Description
    System.Double

    DpsFGTSDecAntField

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

    DpsFGTSProcTrab

    Valor histórico do FGTS a ser depositado na conta vinculada do trabalhador sobre base reconhecida no processo trabalhista. Validação: Deve ser maior que 0 (zero).

    Declaration
    public double DpsFGTSProcTrab { get; set; }
    Property Value
    Type Description
    System.Double

    DpsFGTSProcTrabField

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

    DpsFGTSSefip

    Valor histórico do FGTS a ser depositado na conta vinculada do trabalhador sobre base já declarada anteriormente em SEFIP. Validação: Deve ser maior que 0 (zero).

    Declaration
    public double DpsFGTSSefip { get; set; }
    Property Value
    Type Description
    System.Double

    DpsFGTSSefipField

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

    PerRef

    Informar o mês/ano (formato AAAA-MM) de referência das informações

    Declaration
    public DateTimeOffset PerRef { get; set; }
    Property Value
    Type Description
    System.DateTimeOffset

    PerRefField

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

    RemFGTSDecAnt

    Valor da base de cálculo declarada anteriormente no eSocial e ainda não recolhida. Origem: campo vrBcFGTSDecAnt de S-2500.

    Declaration
    public double RemFGTSDecAnt { get; set; }
    Property Value
    Type Description
    System.Double

    RemFGTSDecAntField

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

    RemFGTSProcTrab

    Valor da base de cálculo de FGTS ainda não declarada, reconhecida no processo trabalhista. Origem: campo vrBcFGTSProcTrab de S-2500.

    Declaration
    public double RemFGTSProcTrab { get; set; }
    Property Value
    Type Description
    System.Double

    RemFGTSProcTrabField

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

    RemFGTSSefip

    Valor da base de cálculo declarada anteriormente em SEFIP e ainda não recolhida. Origem: campo vrBcFGTSSefip de S-2500.

    Declaration
    public double RemFGTSSefip { get; set; }
    Property Value
    Type Description
    System.Double

    RemFGTSSefipField

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

    TpValorProcTrab

    Tipo de valor que influi na apuração do FGTS

    Declaration
    public TipoValorApuracaoFGTS TpValorProcTrab { get; set; }
    Property Value
    Type Description
    TipoValorApuracaoFGTS

    Methods

    ShouldSerializeDpsFGTSDecAntField()

    Declaration
    public bool ShouldSerializeDpsFGTSDecAntField()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeDpsFGTSProcTrabField()

    Declaration
    public bool ShouldSerializeDpsFGTSProcTrabField()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeDpsFGTSSefipField()

    Declaration
    public bool ShouldSerializeDpsFGTSSefipField()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeRemFGTSDecAntField()

    Declaration
    public bool ShouldSerializeRemFGTSDecAntField()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeRemFGTSSefipField()

    Declaration
    public bool ShouldSerializeRemFGTSSefipField()
    Returns
    Type Description
    System.Boolean