PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class RhpBEDetalheMovimentoRHPCBL

    Classe que representa o detalhe dos movimentosfuncionarios associados a um movimento na Contabilidade

    Inheritance
    System.Object
    RhpBaseBE
    RhpBEDetalheMovimentoRHPCBL
    Implements
    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBEDetalheMovimentoRHPCBL
    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("AA273F7D-6854-4D3B-9125-CE13A7F23E75")]
    [ClassInterface(ClassInterfaceType.None)]
    public class RhpBEDetalheMovimentoRHPCBL : RhpBaseBE, INotifyPropertyChanged, IRhpBEDetalheMovimentoRHPCBL

    Constructors

    RhpBEDetalheMovimentoRHPCBL()

    Declaration
    public RhpBEDetalheMovimentoRHPCBL()

    Properties

    AnoAcrescimoCusto

    Ano a que se refere o cálculo.

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

    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

    Funcionario

    Identificador do Funcionário.

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

    IDCabecMovimentoCBL

    Identificador do Cabeçalho Movimento da Contabilidade.

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

    IdDetalhe

    IdDetalhe Identificador do detalhe

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

    IDLinhaProc

    Número sequencial identificador de uma linha de um processamento.

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

    IDMovimentoCBL

    Identificador do Movimento da Contabilidade.

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

    IDMovimentoRHPCBL

    Colecção dos Campos de Utilizador.

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

    MesAcrescimoCusto

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

    NumProc

    Número do processamento.

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

    Valor

    Valor do movimento.

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

    Methods

    Finalize()

    Declaration
    protected override void Finalize()

    Implements

    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBEDetalheMovimentoRHPCBL