Class CblBELinhaTipoDocumento
Esta classe permite fornecer serviços sobre as Linha de Lançamento por Tipo de Documento.
Implements
CblBE100.ICblBELinhaTipoDocumento
  Inherited Members
Namespace: CblBE100
Assembly: CblBE100.dll
Syntax
[ComVisible(true)]
[Guid("63C0FD23-8CFC-4775-9BA8-0DBA416F6D60")]
[ClassInterface(ClassInterfaceType.None)]
public class CblBELinhaTipoDocumento : CblBaseBE, ICblBELinhaTipoDocumento
  Constructors
CblBELinhaTipoDocumento()
Declaration
public CblBELinhaTipoDocumento()
  Properties
Ano
Ano do lançamento.
Declaration
public CblBELinhaTipoDocumento.EnumTipoDocCBLAno Ano { get; set; }
  Property Value
| Type | Description | 
|---|---|
| CblBELinhaTipoDocumento.EnumTipoDocCBLAno | 
CamposUtil
Colecção com os campos de utilizador.
Declaration
public StdBECampos CamposUtil { get; set; }
  Property Value
| Type | Description | 
|---|---|
| StdBECampos | 
Conta
Identificador da Conta.
Declaration
public string Conta { 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 | 
Grupo
Grupo a que pertence a linha.
Declaration
public int Grupo { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
Natureza
Natureza do lançamento.
Declaration
public string Natureza { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
PoeValor
De acordo com o grupo repete coloca valor para as restantes linhas.
Declaration
public bool PoeValor { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
Repete
De acordo com o grupo repete o valor para as restantes linhas.
Declaration
public bool Repete { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
SujeitaDuodecimos
Determina se a conta só é movimentada quando a sua classificação orçamental está sujeita a duodécimos.
Declaration
public bool SujeitaDuodecimos { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
Methods
Finalize()
Declaration
protected override void Finalize()
  Implements
      CblBE100.ICblBELinhaTipoDocumento