Class CblBELiquidacaoCustos
Classe que encapsula a definição de um processamento de liquidação de custos
Implements
CblBE100.ICblBELiquidacaoCustos
  Inherited Members
Namespace: CblBE100
Assembly: CblBE100.dll
Syntax
[ComVisible(true)]
[Guid("6B2139A7-D335-454E-9BAA-3F413790CC4C")]
[ClassInterface(ClassInterfaceType.None)]
public class CblBELiquidacaoCustos : CblBaseBE, ICblBELiquidacaoCustos
  Constructors
CblBELiquidacaoCustos()
Declaration
public CblBELiquidacaoCustos()
  Properties
Ano
Ano
Declaration
public int Ano { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
CamposUtil
Colecção de campos de utilizador
Declaration
public StdBECampos CamposUtil { get; set; }
  Property Value
| Type | Description | 
|---|---|
| StdBECampos | 
DataDoc
Data do Documento
Declaration
public DateTime DataDoc { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.DateTime | 
Descricao
Descricao
Declaration
public string Descricao { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Dia
Dia
Declaration
public byte Dia { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Byte | 
Diario
Diario
Declaration
public string Diario { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Documento
Documento
Declaration
public string Documento { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Documentos
Conjunto de linhas que contém a informação dos documentos gerados associadas à classe.
Declaration
public CblBEDocumentosLiqCustos Documentos { get; set; }
  Property Value
| Type | Description | 
|---|---|
| CblBEDocumentosLiqCustos | 
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 | 
ID
Identificador do registo
Declaration
public string ID { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Iva
IVA
Declaration
public string Iva { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Linhas
Conjunto de linhas que contém a informação das linhas associadas à classe.
Declaration
public CblBELinhasLiqCustos Linhas { get; set; }
  Property Value
| Type | Description | 
|---|---|
| CblBELinhasLiqCustos | 
Mes
Mes
Declaration
public byte Mes { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Byte | 
Numero
Número do Documento
Declaration
public int Numero { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
NumeroDocExterno
Número do documento externo
Declaration
public string NumeroDocExterno { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Terceiro
Terceiro
Declaration
public string Terceiro { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
TipoLancamento
Tipo de Lançamento
Declaration
public string TipoLancamento { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
TipoLiquidacao
Tipo de Liquidação (1-Liquidacao p/ centro de custo ou função; 2-Liquidação p/ bem activo)
Declaration
public CblBETipos.enumTiposLiquidacao TipoLiquidacao { get; set; }
  Property Value
| Type | Description | 
|---|---|
| CblBETipos.enumTiposLiquidacao | 
TipoTerceiro
Tipo de Terceiro
Declaration
public string TipoTerceiro { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Methods
Finalize()
Declaration
protected override void Finalize()
  Implements
      CblBE100.ICblBELiquidacaoCustos