PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class RhpBEAcrescimoCustos

    Classe que encapsula o cálculo do acréscimo de custos de um funcionário.

    Inheritance
    System.Object
    RhpBaseBE
    RhpBEAcrescimoCustos
    Implements
    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBEAcrescimoCustos
    Inherited Members
    RhpBaseBE.WriteProperty(String, Object)
    RhpBaseBE.RaisePropertyChanged(String)
    RhpBaseBE.CamposUtil
    RhpBaseBE.Conteudo
    RhpBaseBE.PropExcluirLog
    RhpBaseBE.AbvtApl
    RhpBaseBE.PropertyChanged
    Namespace: RhpBE100
    Assembly: RhpBE100.dll
    Syntax
    [ComVisible(true)]
    [Guid("21DC5EE1-2625-4C8B-BB9F-23EA4D07A0F1")]
    [ClassInterface(ClassInterfaceType.None)]
    public class RhpBEAcrescimoCustos : RhpBaseBE, INotifyPropertyChanged, IRhpBEAcrescimoCustos

    Constructors

    RhpBEAcrescimoCustos()

    Declaration
    public RhpBEAcrescimoCustos()

    Properties

    Ano

    Ano a que se refere o cálculo.

    Declaration
    public int Ano { get; set; }
    Property Value
    Type Description
    System.Int32

    CambioMAlt

    Cambio Moeda Alternativa

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

    CambioMBase

    Cambio Moeda Base

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

    EmModoEdicao

    Indica se se trata de uma nova linha a adicionar ou de uma linha já existente em edição. EmModoEdicao = True já existente, EmModoEdicao = False Nova

    Declaration
    public bool EmModoEdicao { get; set; }
    Property Value
    Type Description
    System.Boolean

    EncargoMesFerias

    Valor calculado para encargos da entidade patronal com o mês de férias.

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

    EncargoSubFerias

    Valor calculado para encargos da entidade patronal com subsídio de férias.

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

    EncargoSubNatal

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

    Funcionario

    Identificador do Funcionário.

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

    FuncPrazo

    Indicação se o cálculo inclui ou não funcionários com contrato a prazo.

    Declaration
    public bool FuncPrazo { get; set; }
    Property Value
    Type Description
    System.Boolean

    incluirSNatal

    Indicação se o cálculo inclui ou os encargos com subsídio de Natal.

    Declaration
    public bool incluirSNatal { get; set; }
    Property Value
    Type Description
    System.Boolean

    Mes

    Declaration
    public int Mes { get; set; }
    Property Value
    Type Description
    System.Int32

    MesFerias

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

    SubsidioFerias

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

    SubsidioNatal

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

    ValorTotal

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

    Methods

    Finalize()

    Declaration
    protected override void Finalize()

    Implements

    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBEAcrescimoCustos