PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class RhpBEOcorrencia

    Classe que encapsula uma Ocorrência.

    Inheritance
    System.Object
    RhpBaseBE
    RhpBEOcorrencia
    Implements
    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBEOcorrencia
    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("BDF27AA4-0819-4D14-BCAD-DEFC81E82998")]
    [ClassInterface(ClassInterfaceType.None)]
    public class RhpBEOcorrencia : RhpBaseBE, INotifyPropertyChanged, IRhpBEOcorrencia

    Constructors

    RhpBEOcorrencia()

    Declaration
    public RhpBEOcorrencia()

    Fields

    _Activo

    Declaration
    public bool _Activo
    Field Value
    Type Description
    System.Boolean

    _Descricao

    Declaration
    public string _Descricao
    Field Value
    Type Description
    System.String

    _EmModoEdicao

    Declaration
    public bool _EmModoEdicao
    Field Value
    Type Description
    System.Boolean

    _Estado

    Declaration
    public string _Estado
    Field Value
    Type Description
    System.String

    _Ocorrencia

    Declaration
    public string _Ocorrencia
    Field Value
    Type Description
    System.String

    Properties

    Activo

    Indica se a Ocorrência se encontra activa.

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

    Descricao

    Descrição da Ocorrência.

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

    EmModoEdicao

    Indica se se trata de uma nova Ocorrência 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

    Faltas

    Colecção de itens relativos a totais de remunerações atribuídas ao funcionário.

    Declaration
    public RhpBEOcorrenciaFaltas Faltas { get; set; }
    Property Value
    Type Description
    RhpBEOcorrenciaFaltas

    Ocorrencia

    Identificador da Ocorrência

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

    Methods

    Clone()

    Declaration
    public RhpBEOcorrencia Clone()
    Returns
    Type Description
    RhpBEOcorrencia

    Finalize()

    Declaration
    protected override void Finalize()

    Implements

    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBEOcorrencia