PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class GabBERegistoTarefa

    Classe de definição do objecto "Master" GabBERegistoTarefa. O objecto "Detail" é o GabBERegistoCusto.

    Inheritance
    System.Object
    GabBaseBE
    GabBERegistoTarefa
    Implements
    GabBE100.IGabBERegistoTarefa
    Inherited Members
    GabBaseBE.AbvtApl
    Namespace: GabBE100
    Assembly: GabBE100.dll
    Syntax
    [ComVisible(true)]
    [Guid("D61747EF-9F23-4221-A3A0-C57EAA876886")]
    [ClassInterface(ClassInterfaceType.None)]
    public class GabBERegistoTarefa : GabBaseBE, IGabBERegistoTarefa

    Constructors

    GabBERegistoTarefa()

    Declaration
    public GabBERegistoTarefa()

    Properties

    CamposUtil

    Devolve a colecção de campos de utilizador.

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

    Cliente

    Identificador do Cliente.

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

    DataFim

    Data final da tarefa.

    Declaration
    public DateTime DataFim { get; set; }
    Property Value
    Type Description
    System.DateTime

    DataInicio

    Data inicial da tarefa.

    Declaration
    public DateTime DataInicio { get; set; }
    Property Value
    Type Description
    System.DateTime

    Duracao

    Duração da tarefa.

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

    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

    HoraFim

    Hora final da tarefa.

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

    HoraInicio

    Hora inicial da tarefa.

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

    Id

    Identificador único do registo.

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

    IDContrato

    Identificador do contrato do cliente associado.

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

    LinhasRegistoTarefas

    Colecção de linhas de registos da tarefa.

    Declaration
    public GabBELinhasRegistoTarefas LinhasRegistoTarefas { get; }
    Property Value
    Type Description
    GabBELinhasRegistoTarefas

    LogEstadoObrigacao

    Identificador do log de estados pelos quais passou a obrigação.

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

    Observacoes

    Observações associadas.

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

    Origem

    Identificador de origem da tarefa.

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

    Tarefa

    Identificador da tarefa.

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

    Methods

    Finalize()

    Declaration
    protected override void Finalize()

    Implements

    GabBE100.IGabBERegistoTarefa