Class CblBEAjustesBalanco
Classe que contém informação sobre o processamento de Ajustes de Balanço.
Implements
Inherited Members
Namespace: CblBE100
Assembly: CblBE100.dll
Syntax
[ComVisible(true)]
[Guid("F3D839BD-128D-4225-A1F5-FD7B8F24EDC1")]
[ClassInterface(ClassInterfaceType.None)]
public class CblBEAjustesBalanco : CblBaseBE, ICblBEAjustesBalanco
  Constructors
CblBEAjustesBalanco()
Declaration
public CblBEAjustesBalanco()
  Properties
Ano
Identificador do Exercicio.
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 | 
Data
Data do Processamento .
Declaration
public DateTime Data { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.DateTime | 
DataPendente
Identificador da data dos pendentes.
Declaration
public DateTime DataPendente { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.DateTime | 
Descricao
Descrição do Processamento .
Declaration
public string Descricao { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
DescricaoDoc
Identificador da descrição do Documento a ser gerado.
Declaration
public string DescricaoDoc { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Dia
Identificador do Dia.
Declaration
public int Dia { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
Diario
Identificador do Diario.
Declaration
public string Diario { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Documento
Identificador do Documento.
Declaration
public string Documento { 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 | 
Estornar
Define se cria um documento de natureza contraria.
Declaration
public bool Estornar { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
Id
Identificador do Processamento.
Declaration
public string Id { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
IdMovimento
Identificador do Novo documento da CBL a ser gerado.
Declaration
public string IdMovimento { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
IdMovimentoEstorno
Identificador do Novo documento da CBL de estorno a ser gerado.
Declaration
public string IdMovimentoEstorno { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
LinhasAjustesBalanco
Conjunto de linhas que contém a informação das Linhas associadas à classe.
Declaration
public CblBELinhasAjustesBalanco LinhasAjustesBalanco { get; set; }
  Property Value
| Type | Description | 
|---|---|
| CblBELinhasAjustesBalanco | 
Mes
Identificador do Mês.
Declaration
public int Mes { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
Numerador
Identificador do Numerador.
Declaration
public int Numerador { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
PrefixoContasCredito
Identificador do prefixo das contas a Credito.
Declaration
public string PrefixoContasCredito { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
PrefixoContasDebito
Identificador do prefixo das contas a Debito.
Declaration
public string PrefixoContasDebito { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Processo
Identificador do tipo de processo.
Declaration
public CblBETipos.EnumProcessoAjustesBalanco Processo { get; set; }
  Property Value
| Type | Description | 
|---|---|
| CblBETipos.EnumProcessoAjustesBalanco | 
TipoLancamento
Identificador do Tipo de Lançamento.
Declaration
public string TipoLancamento { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Methods
Finalize()
Declaration
protected override void Finalize()