PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class RhpBEAcrescimoCustosCCustos

    Classe que representa um cálculo de Acréscimo de Custos para um Centro de Custo.

    Inheritance
    System.Object
    RhpBaseBE
    RhpBEAcrescimoCustosCCustos
    Implements
    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBEAcrescimoCustosCCustos
    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("5B9F7F5A-D2B5-4B6F-B7AC-F47BC41112F9")]
    [ClassInterface(ClassInterfaceType.None)]
    public class RhpBEAcrescimoCustosCCustos : RhpBaseBE, INotifyPropertyChanged, IRhpBEAcrescimoCustosCCustos

    Constructors

    RhpBEAcrescimoCustosCCustos()

    Declaration
    public RhpBEAcrescimoCustosCCustos()

    Properties

    Ano

    Ano do 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

    CCusto

    Centro de custo a que correspondem os valores calculados.

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

    EmModoEdicao

    Indica se o registo em edição é novo (true) ou existente(false).

    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 para o centro de custo.

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

    EncargoSubFerias

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

    EncargoSubNatal

    Valor calculado para encargos da entidade patronal com o subsídio de natal para o centro de custo.

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

    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.IRhpBEAcrescimoCustosCCustos