Class CblBEFluxo
Classe que contém informação relativa a um Fluxo Financeiro.
Implements
CblBE100.ICblBEFluxo
  Inherited Members
Namespace: CblBE100
Assembly: CblBE100.dll
Syntax
[ComVisible(true)]
[Guid("C4284509-8252-437B-B161-F88A209C188F")]
[ClassInterface(ClassInterfaceType.None)]
public class CblBEFluxo : CblBaseBE, ICblBEFluxo
  Constructors
CblBEFluxo()
Declaration
public CblBEFluxo()
  Properties
Ano
Exercício d o fluxo de caixa.
Declaration
public int Ano { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
CamposUtil
Colecção de Campos de Utilizadores.
Declaration
public StdBECampos CamposUtil { get; set; }
  Property Value
| Type | Description | 
|---|---|
| StdBECampos | 
Descricao
Descrição associada ao Fluxo Financeiro.
Declaration
public string Descricao { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
EmModoEdicao
Declaration
public bool EmModoEdicao { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
Fluxo
Identificador do Fluxo Financeiro.
Declaration
public string Fluxo { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
TipoConta
Identificador do Tipo de Conta.
Declaration
public string TipoConta { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Methods
Finalize()
Declaration
protected override void Finalize()
  Implements
      CblBE100.ICblBEFluxo