PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class RhpBEHorarioTrabalho

    Classe que encapsula a definição de um Horário.

    Inheritance
    System.Object
    RhpBaseBE
    RhpBEHorarioTrabalho
    Implements
    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBEHorarioTrabalho
    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("A4A28C05-8456-4552-93EF-6728B5DD5CCE")]
    [ClassInterface(ClassInterfaceType.None)]
    public class RhpBEHorarioTrabalho : RhpBaseBE, INotifyPropertyChanged, IRhpBEHorarioTrabalho

    Constructors

    RhpBEHorarioTrabalho()

    Declaration
    public RhpBEHorarioTrabalho()

    Properties

    CodigoRelatorioUnico

    Campos do utilizador associados ao horário.

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

    Descricao

    Descrição do horário.

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

    EmModoEdicao

    Indica se se trata de um novo horário 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

    Horario

    Identificador do Horario.

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

    Horas1

    Indica o número de horas trabalhadas à Segunda-Feira.

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

    Horas2

    Indica o número de horas trabalhadas à Terça-Feira.

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

    Horas3

    Indica o número de horas trabalhadas à Quarta-Feira.

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

    Horas4

    Indica o número de horas trabalhadas à Quinta-Feira.

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

    Horas5

    Indica o número de horas trabalhadas à Sexta-Feira.

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

    Horas6

    Indica o número de horas trabalhadas ao Sabado.

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

    Horas7

    Indica o número de horas trabalhadas ao Domingo.

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

    HorasParaFaltasEmDias

    Define o número de horas a considerar nas faltas marcadas em dias.

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

    RegimeDuracaoTrab

    Indica o regime de duração de trabalho ao qual o horário pertence.

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

    TipoHorario

    Indica o Tipo de Horário ao qual o horário pertence.

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

    TotalHoras

    Indica o número de horas trabalhadas.

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

    Methods

    Finalize()

    Declaration
    protected override void Finalize()

    Implements

    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBEHorarioTrabalho