Class CblBELinhaLigacaoCBL
Classe que contém a estrutura da entidade 
 Linha Ligação com a Contabilidade . Utilizada para a configuração da ligação de documentos externos à Contabilidade.
Implements
CblBE100.ICblBELinhaLigacaoCBL
  Inherited Members
Namespace: CblBE100
Assembly: CblBE100.dll
Syntax
[ComVisible(true)]
[Guid("43BC78EE-4134-4599-A30B-A4134314BE88")]
[ClassInterface(ClassInterfaceType.None)]
public class CblBELinhaLigacaoCBL : CblBaseBE, ICblBELinhaLigacaoCBL
  Constructors
CblBELinhaLigacaoCBL()
Declaration
public CblBELinhaLigacaoCBL()
  Properties
CamposUtil
Colecção com os campos de utilizador.
Declaration
public StdBECampos CamposUtil { get; }
  Property Value
| Type | Description | 
|---|---|
| StdBECampos | 
ClasseIva
Identificador da classe de I.V.A..
Declaration
public string ClasseIva { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Conta
identifiador da conta.
Declaration
public string Conta { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
DebCred
Natureza do lançamento.
Declaration
public string DebCred { 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 | 
GrupoIVA
Identificador do grupo a que pertence uma linha.
Declaration
public int GrupoIVA { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
Linha
Identificador do linha do lançamento.
Declaration
public int Linha { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
Modulo
Letra do módulo a que diz respeito a linha de configuração.
Declaration
public string Modulo { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Valor
Identificador do valor.
Declaration
public string Valor { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Methods
Finalize()
Declaration
protected override void Finalize()
  Implements
      CblBE100.ICblBELinhaLigacaoCBL