PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class RhpBECursoDestinatario

    Classe que encapsula os cargos a ocupar com a realização do curso

    Inheritance
    System.Object
    RhpBaseBE
    RhpBECursoDestinatario
    Implements
    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBECursoDestinatario
    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("0DED39B7-98C8-49E4-B9D7-8423E9AD559E")]
    [ClassInterface(ClassInterfaceType.None)]
    public class RhpBECursoDestinatario : RhpBaseBE, INotifyPropertyChanged, IRhpBECursoDestinatario

    Constructors

    RhpBECursoDestinatario()

    Declaration
    public RhpBECursoDestinatario()

    Properties

    Cargo

    Identificador do Cargo.

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

    Curso

    Identificador do curso.

    Declaration
    public string Curso { 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

    Methods

    Finalize()

    Declaration
    protected override void Finalize()

    Implements

    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBECursoDestinatario