PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class RhpBEFuncionarioFeria

    Classe que indica um dia nas férias do Funcionário.

    Inheritance
    System.Object
    RhpBaseBE
    RhpBEFuncionarioFeria
    Implements
    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBEFuncionarioFeria
    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("D564D1C8-3DFC-43D9-96F8-5A109427860D")]
    [ClassInterface(ClassInterfaceType.None)]
    public class RhpBEFuncionarioFeria : RhpBaseBE, INotifyPropertyChanged, IRhpBEFuncionarioFeria

    Constructors

    RhpBEFuncionarioFeria()

    Declaration
    public RhpBEFuncionarioFeria()

    Properties

    Codigo

    Identificador do Funcionário.

    Declaration
    public string Codigo { 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 Nova.

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

    Nome

    Nome do Funcionário.

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

    NumDiasGozados

    Número de dias de férias gozados.

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

    NumDiasPorGozar

    Número de dias de férias por gozar.

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

    PeriodosFerias

    Períodos temporais das férias marcadas.

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

    Methods

    Finalize()

    Declaration
    protected override void Finalize()

    Implements

    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBEFuncionarioFeria