PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class RhpBEMovimEstimativ

    Classe que identifica um movimento de estimativa de custos. Ligação à Contabilidade.

    Inheritance
    System.Object
    RhpBaseBE
    RhpBEMovimEstimativ
    Implements
    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBEMovimEstimativ
    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("921051E6-69C4-4324-A13C-6CD1B18DC944")]
    [ClassInterface(ClassInterfaceType.None)]
    public class RhpBEMovimEstimativ : RhpBaseBE, INotifyPropertyChanged, IRhpBEMovimEstimativ

    Constructors

    RhpBEMovimEstimativ()

    Declaration
    public RhpBEMovimEstimativ()

    Properties

    Ano

    Ano a que se refere o cálculo.

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

    CambioMAlt

    Câmbio da moeda alternativa.

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

    CambioMBase

    Câmbio da moeda base.

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

    Departamento

    Identificador do Departamento.

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

    EmModoEdicao

    Indica se se trata de um novo Movimento ou de um já existente em edição. EmModoEdicao = True já existente, EmModoEdicao = False Nova.

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

    Encargos

    Valor dos encargos.

    Declaration
    public double Encargos { 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

    Mes

    Mês ao qual se refere o registo.

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

    PertenceOrgaosSociais

    Indicação de pertencer aos Orgãos Sociais.

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

    Remuneracao

    Identificador da Remuneração.

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

    TipoRendimento

    Identifica o tipo de rendimento associado ao movimento na altura do processamento.

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

    Valor

    Valor total.

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

    Vencimento

    Valor de Vencimento.

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

    Methods

    Finalize()

    Declaration
    protected override void Finalize()

    Implements

    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBEMovimEstimativ