PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class RhpBEFormador

    Classe que encapsula toda a definição de um Formador.

    Inheritance
    System.Object
    RhpBaseBE
    RhpBEFormador
    Implements
    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBEFormador
    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("E980010C-2CA8-4125-896A-790486BF1E8A")]
    [ClassInterface(ClassInterfaceType.None)]
    public class RhpBEFormador : RhpBaseBE, INotifyPropertyChanged, IRhpBEFormador

    Constructors

    RhpBEFormador()

    Declaration
    public RhpBEFormador()

    Properties

    CidadeCodPostal

    Identificador da Código Postal da Cidade.

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

    CodPostal

    Identificador do Código Postal.

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

    CurriculumVitae

    Identificador do Curriculum Vitae.

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

    Email

    Identificador do Email.

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

    EmModoEdicao

    Indica se se trata de um novo Formador ou de um já existente em edição. EmModoEdicao = True já existente, EmModoEdicao = False Novo.

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

    Empresa

    Identificador da Empresa.

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

    EntidadeFormadora

    Identificador da Entidade Formadora

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

    Formador

    Identificador do Formador.

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

    Funcionario

    Identificador do Funcionário.

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

    Habilitacoes

    Identificador das Habilitações.

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

    Idioma

    Identificador da Idioma.

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

    Localidade

    Identificador da Localidade.

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

    Morada

    Identificador da Morada.

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

    Nacionalidade

    Identificador do Nacionalidade.

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

    NIF

    Identificador do NIF.

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

    Nome

    Nome do Formador.

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

    Profissao

    Identificador da Profissão.

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

    Telefone

    Identificador do Telefone.

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

    Telemovel

    Identificador do Telemovel.

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

    Methods

    Finalize()

    Declaration
    protected override void Finalize()

    Implements

    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBEFormador