PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class RhpBECompetencia

    Classe que encapsula uma Competência.

    Inheritance
    System.Object
    RhpBaseBE
    RhpBECompetencia
    Implements
    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBECompetencia
    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("8440EF39-4C77-4A34-8370-775263676929")]
    [ClassInterface(ClassInterfaceType.None)]
    public class RhpBECompetencia : RhpBaseBE, INotifyPropertyChanged, IRhpBECompetencia

    Constructors

    RhpBECompetencia()

    Declaration
    public RhpBECompetencia()

    Properties

    Competencia

    Identificador da Competência

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

    Descricao

    Descrição da Competência

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

    EmModoEdicao

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

    Escala

    Identificador da Escala Classificativa da Competência

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

    Validade

    Numero de meses de validade da Competência

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

    Methods

    Finalize()

    Declaration
    protected override void Finalize()

    Implements

    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBECompetencia