PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class RhpBEFuncaoEnt

    Classe que indica uma repartição para uma determinada função na chave de repartição fixa de um Funcionário. Quando Repartição fixa.

    Inheritance
    System.Object
    RhpBaseBE
    RhpBEFuncaoEnt
    Implements
    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBEFuncaoEnt
    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("00E1B8FB-A6A1-4DF2-9652-A60B94F295C5")]
    [ClassInterface(ClassInterfaceType.None)]
    public class RhpBEFuncaoEnt : RhpBaseBE, INotifyPropertyChanged, IRhpBEFuncaoEnt

    Constructors

    RhpBEFuncaoEnt()

    Declaration
    public RhpBEFuncaoEnt()

    Properties

    AnoFiscal

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

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

    EmModoEdicao

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

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

    Entidade

    Identificador do Funcionário.

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

    Exercicio

    Identificador do Exercício Económico.

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

    Fixa

    Indicação do tipo de Repartição (0 - Variável / 1 - Fixa).

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

    Funcao

    Identificador da Função.

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

    Linha

    Linha a que se refere a ordenação.

    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

    Percentagem de afectação à Função.

    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

    Methods

    Finalize()

    Declaration
    protected override void Finalize()

    Implements

    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBEFuncaoEnt