PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class RhpBEFuncaoGenerica

    Classe que encapsula a afectação de um funcionário num determinado mês à função principal. Quando a repartição é variável.

    Inheritance
    System.Object
    RhpBaseBE
    RhpBEFuncaoGenerica
    Implements
    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBEFuncaoGenerica
    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("3D4B7E93-4A61-46CE-9E52-053C09920852")]
    [ClassInterface(ClassInterfaceType.None)]
    public class RhpBEFuncaoGenerica : RhpBaseBE, INotifyPropertyChanged, IRhpBEFuncaoGenerica

    Constructors

    RhpBEFuncaoGenerica()

    Declaration
    public RhpBEFuncaoGenerica()

    Properties

    Ano

    Ano a que se refere o registo.

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

    Descricao

    Descrição da Função.

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

    EmModoEdicao

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

    Declaration
    public bool EmModoEdicao { 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

    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 byte Mes { get; set; }
    Property Value
    Type Description
    System.Byte

    TotalHorasMes

    Total de horas de afectação à Função, para o período indicado (Ano/Mês).

    Declaration
    public float TotalHorasMes { get; set; }
    Property Value
    Type Description
    System.Single

    TotalHorasPrincipal

    Total de horas de afectação à Função principal, para o mês indicado.

    Declaration
    public float TotalHorasPrincipal { get; set; }
    Property Value
    Type Description
    System.Single

    Methods

    Finalize()

    Declaration
    protected override void Finalize()

    Implements

    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBEFuncaoGenerica