PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class RhpBEFuncRemCBLAnalitica

    Classe que indica uma repartição para uma determinada Analítica na chave de repartição fixa de um funcionário.

    Inheritance
    System.Object
    RhpBaseBE
    RhpBEFuncRemCBLAnalitica
    Implements
    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBEFuncRemCBLAnalitica
    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("155E2999-E222-4C03-BD85-802598C97588")]
    [ClassInterface(ClassInterfaceType.None)]
    public class RhpBEFuncRemCBLAnalitica : RhpBaseBE, INotifyPropertyChanged, IRhpBEFuncRemCBLAnalitica

    Constructors

    RhpBEFuncRemCBLAnalitica()

    Declaration
    public RhpBEFuncRemCBLAnalitica()

    Properties

    Analitica

    Identificador da Analitica.

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

    Ano

    Identificador do Ano.

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

    AnoFiscal

    Ano de calendário ao qual se refere a afectação.

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

    Debito

    Identificador de Debito ou Crédito.

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

    EmModoEdicao

    Indica se se trata de uma nova remunercação 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

    Funcionario

    Identificador do Funcionário.

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

    IdAltMensal

    Identificador da Alteração Mensal.

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

    IdHoraExtra

    Identificador da HoraExtra.

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

    IdRemuneracao

    Identificador da Remuneracao.

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

    Linha

    Identificador da Linha.

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

    MesCBL

    Mês contabilístico ao qual se refere a afectação.

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

    MesFiscal

    Mês de calendário ao qual se refere a afectação.

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

    Percentagem

    Identificador da Percentagem.

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

    Principal

    Indicação da classe Principal (0 - Não / 1 - Sim).

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

    TipoTabela

    Identificador do Tipo de Tabela.

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

    Methods

    Finalize()

    Declaration
    protected override void Finalize()

    Implements

    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBEFuncRemCBLAnalitica