Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class DetVerbas

    Detalhamento das verbas rescisórias devidas ao trabalhador

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

    Properties

    CodRubr

    Informar o código atribuído pelo empregador que identifica a rubrica em sua folha de pagamento ou o código da rubrica constante da Tabela de Rubricas Padrão

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

    DescFolha

    Informações de desconto do empréstimo em folha

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

    FatorRubr

    Informar o fator, percentual, etc. da rubrica, quando necessário. Ex.: Adicional de horas extras 50%, relacionado a uma rubrica de horas extras: Fator = 50. Validação: Deve ser maior que 0 (zero).

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

    FatorRubrField

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

    IdeTabRubr

    Preencher com o identificador da Tabela de Rubricas para a rubrica definida em codRubr

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

    IndApurIR

    Indicativo de tipo de apuração de IR

    Declaration
    public IndApurIR? IndApurIR { get; set; }
    Property Value
    Type Description
    System.Nullable<IndApurIR>

    QtdRubr

    Informar a quantidade de referência para apuração (em horas, cotas, meses, etc.). Ex.: Quantidade de horas extras trabalhadas relacionada com uma rubrica de hora extra, quantidade de dias trabalhados relacionada com uma rubrica de salário, etc. Validação: Deve ser maior que 0 (zero).

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

    QtdRubrField

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

    VrRubr

    Valor total da rubrica. Validação: Deve ser maior que 0 (zero).

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

    VrRubrField

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

    Methods

    ShouldSerializeFatorRubrField()

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

    ShouldSerializeIndApurIR()

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

    ShouldSerializeQtdRubrField()

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