Class CblBEOrcamentos
Classe que contêm a informação de um Orçamento.
Implements
CblBE100.ICblBEOrcamentos
  Inherited Members
Namespace: CblBE100
Assembly: CblBE100.dll
Syntax
[ComVisible(true)]
[Guid("1987101A-40D2-4011-9CF5-4D3F16331777")]
[ClassInterface(ClassInterfaceType.None)]
public class CblBEOrcamentos : CblBaseBE, ICblBEOrcamentos
  Constructors
CblBEOrcamentos()
Declaration
public CblBEOrcamentos()
  Properties
Autor
Autor do orçamento.
Declaration
public string Autor { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
CamposUtil
Colecção de campos de utilizador.
Declaration
public StdBECampos CamposUtil { get; set; }
  Property Value
| Type | Description | 
|---|---|
| StdBECampos | 
Descricao
Identificador do Descrição.
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 | 
Inactivo
Determina se um orçamento está activo. Se estiver inactivo não é possível movimentar o orçamento.
Declaration
public bool Inactivo { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
Observacoes
Campo de observações.
Declaration
public string Observacoes { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
OrcamentarCCIntegracao
Indica se é permitido orçamentar centros de custo de integração.
Declaration
public bool OrcamentarCCIntegracao { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
OrcamentarComContasIntegracao
Indica se é permitido orçamentar centros com contas de integração.
Declaration
public bool OrcamentarComContasIntegracao { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
Orcamento
Identificador do orçamento.
Declaration
public string Orcamento { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
TipoUsoEstatistico
Identificador do orçamento.
Declaration
public string TipoUsoEstatistico { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Methods
Finalize()
Declaration
protected override void Finalize()
  Implements
      CblBE100.ICblBEOrcamentos