Class CblBELinhaCicloDistribCustos
Classe que permite o acesso à informação das linhas dos ciclos de distribuição de custos
Implements
CblBE100.ICblBELinhaCicloDistribCustos
  Inherited Members
Namespace: CblBE100
Assembly: CblBE100.dll
Syntax
[ComVisible(true)]
[Guid("DE5B8E9A-CEFE-4F7C-82E0-C1B4F2478B38")]
[ClassInterface(ClassInterfaceType.None)]
public class CblBELinhaCicloDistribCustos : CblBaseBE, ICblBELinhaCicloDistribCustos
  Constructors
CblBELinhaCicloDistribCustos()
Declaration
public CblBELinhaCicloDistribCustos()
  Properties
CamposUtil
Colecção dos campos de utilizador.
Declaration
public StdBECampos CamposUtil { get; set; }
  Property Value
| Type | Description | 
|---|---|
| StdBECampos | 
Ciclo
Identificador do Ciclo
Declaration
public string Ciclo { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Conta
Identificador da Conta
Declaration
public string Conta { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Exercicio
Identificador do Exercício
Declaration
public int Exercicio { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
Percentagem
Percentagem
Declaration
public double Percentagem { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Double | 
Projecto
Código do Projecto
Declaration
public string Projecto { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
TipoConta
Este campo destina-se a identificar o tipo de conta que está a ser utilizado
Declaration
public string TipoConta { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
WBSItem
Código do WBSItem
Declaration
public string WBSItem { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Methods
Finalize()
Declaration
protected override void Finalize()
  Implements
      CblBE100.ICblBELinhaCicloDistribCustos