PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class GabBEFuncionario

    Classe de definição do objecto GabBEFuncionario. O Funcionário trabalha para o Gabinete.

    Inheritance
    System.Object
    GabBaseBE
    GabBEFuncionario
    Implements
    GabBE100.IGabBEFuncionario
    Inherited Members
    GabBaseBE.AbvtApl
    Namespace: GabBE100
    Assembly: GabBE100.dll
    Syntax
    [ComVisible(true)]
    [Guid("299435D6-2336-4BBD-BDD7-4DF7035D9BFF")]
    [ClassInterface(ClassInterfaceType.None)]
    public class GabBEFuncionario : GabBaseBE, IGabBEFuncionario

    Constructors

    GabBEFuncionario()

    Declaration
    public GabBEFuncionario()

    Properties

    CamposUtil

    Devolve a colecção de campos de utilizador.

    Declaration
    public StdBECampos CamposUtil { get; set; }
    Property Value
    Type Description
    StdBECampos

    CodigoGPS

    Identificador do funcionário em Recursos Humanos

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

    CustoHora

    Valor do custo hora.

    Declaration
    public double CustoHora { get; set; }
    Property Value
    Type Description
    System.Double

    Departamento

    Identificador do departamento.

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

    Email

    E-mail do funcionário.

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

    EmModoEdicao

    Indica se se trata de um novo registo ou de um já existente em edição.

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

    Funcionario

    Identificador do Funcionário.

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

    Localidade

    Localidade do funcionário.

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

    LocalidadeCPostal

    Localidade do código postal do funcionário.

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

    Morada

    Morada do funcionário.

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

    Nome

    Nome do funcionário.

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

    Observacoes

    Observações associadas.

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

    Telefone

    Telefone do funcionário.

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

    Telemovel

    Telemóvel do funcionário.

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

    TocTotal

    Pontuação total atribuída ao funcionário, caso este seja Técnico Oficial de Contas.

    Declaration
    public double TocTotal { get; set; }
    Property Value
    Type Description
    System.Double

    TocUtilizados

    Pontuação utilizada pelos clientes da sua responsabilidade.

    Declaration
    public double TocUtilizados { get; set; }
    Property Value
    Type Description
    System.Double

    Methods

    Finalize()

    Declaration
    protected override void Finalize()

    Implements

    GabBE100.IGabBEFuncionario