PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class CblBELinhaIndEstProjectoWBS

    Classe que permite o acesso à informação de Linhas do Índice Estatístico - Projecto WBS.

    Inheritance
    System.Object
    CblBaseBE
    CblBELinhaIndEstProjectoWBS
    Implements
    CblBE100.ICblBELinhaIndEstProjectoWBS
    Inherited Members
    CblBaseBE.AbvtApl
    Namespace: CblBE100
    Assembly: CblBE100.dll
    Syntax
    [ComVisible(true)]
    [Guid("BB643FC8-5B0B-4EFA-90E9-7DA432BFA1FE")]
    [ClassInterface(ClassInterfaceType.None)]
    public class CblBELinhaIndEstProjectoWBS : CblBaseBE, ICblBELinhaIndEstProjectoWBS

    Constructors

    CblBELinhaIndEstProjectoWBS()

    Declaration
    public CblBELinhaIndEstProjectoWBS()

    Properties

    CamposUtil

    Colecção de campos de utilizador

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

    Descricao

    Descricao.

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

    Exercicio

    Exercicio.

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

    Periodo

    Periodo.

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

    Projecto

    Projecto WBS.

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

    Valor

    Valor.

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

    WBSItem

    WBS Item.

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

    Methods

    Finalize()

    Declaration
    protected override void Finalize()

    Implements

    CblBE100.ICblBELinhaIndEstProjectoWBS