PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class RhpBELinhaCarreira

    Classe que encapsula um item de um Grupo de uma Carreira Profissional.

    Inheritance
    System.Object
    RhpBaseBE
    RhpBELinhaCarreira
    Implements
    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBELinhaCarreira
    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("C32F5C63-96D6-4E45-AEFA-51B0BA184BB3")]
    [ClassInterface(ClassInterfaceType.None)]
    public class RhpBELinhaCarreira : RhpBaseBE, INotifyPropertyChanged, IRhpBELinhaCarreira

    Constructors

    RhpBELinhaCarreira()

    Declaration
    public RhpBELinhaCarreira()

    Properties

    Carreira

    Identificador da Carreira Profissioanl.

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

    Descricao

    Descrição do Grupo.

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

    EmModoEdicao

    Indica se se trata de uma novo registo a adicionar 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

    Grupo

    Identificador do Grupo.

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

    GrupoBDAP

    Identificador do Grupo BDAP.

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

    Methods

    Finalize()

    Declaration
    protected override void Finalize()

    Implements

    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBELinhaCarreira