Class CblBELinhaModeloGeral
Classe que permite o acesso à informação das Linhas do Modelo Geral.
Implements
Inherited Members
Namespace: CblBE100
Assembly: CblBE100.dll
Syntax
[ComVisible(true)]
[Guid("0B18FC6C-88A1-463A-A126-C5C3E69D73A4")]
[ClassInterface(ClassInterfaceType.None)]
public class CblBELinhaModeloGeral : CblBaseBE, ICblBELinhaModeloGeral
  Constructors
CblBELinhaModeloGeral()
Declaration
public CblBELinhaModeloGeral()
  Properties
AnoRecolha
Identificador do Ano de Recolha.
Declaration
public int AnoRecolha { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
Cambio
Propriedade que contém o valor do Câmbio da moeda Base em relação à moeda de referência.
Declaration
public double Cambio { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Double | 
CambioMAlt
Propriedade que contém o valor do Câmbio da moeda Alternativa em relação à moeda de referência.
Declaration
public double CambioMAlt { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Double | 
CambioOrigem
Propriedade que contém o valor do Câmbio Origem.
Declaration
public double CambioOrigem { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Double | 
Conta
Identificador da Conta.
Declaration
public string Conta { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
ContaOrigem
Identificador da Conta Origem.
Declaration
public string ContaOrigem { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Descricao
Descrição associada à conta.
Declaration
public string Descricao { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Entidade
Identificador da Entidade.
Declaration
public string Entidade { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
EntidadeNIF
Identifica o Número de Contribuinte da entidade
Declaration
public string EntidadeNIF { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
EntidadeNomeFiscal
Identifica o Nome Fiscal da entidade
Declaration
public string EntidadeNomeFiscal { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
EntidadePais
Identifica o País da entidade
Declaration
public string EntidadePais { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
ID
Identificador da linha do movimento que deu origem ao fluxo.
Declaration
public string ID { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
ItemTesouraria
Item da Tesouraria
Declaration
public string ItemTesouraria { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Iva
Identificador da Classe do IVA.
Declaration
public string Iva { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
IvaAutoLiquidacao
Identificador da Classe de IVA-Autoliquidação.
Declaration
public string IvaAutoLiquidacao { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Linha
Identificador da Linha.
Declaration
public int Linha { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
LinhasFluxos
Colecção com as linhas de fluxos.
Declaration
public CblBELinhasModeloContaFluxos LinhasFluxos { get; set; }
  Property Value
| Type | Description | 
|---|---|
| CblBELinhasModeloContaFluxos | 
Lote
Identificador do Lote.
Declaration
public int Lote { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
MesRecolha
Identificador do Mês de Recolha.
Declaration
public int MesRecolha { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
ModoPag
Identifica o Modo de pagamento
Declaration
public string ModoPag { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Natureza
Identificador da Natureza.
Declaration
public string Natureza { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Orcamental
Contêm informação relativa à Contabilidade Pública
Declaration
public CblBELinhaDocOrcamental Orcamental { get; set; }
  Property Value
| Type | Description | 
|---|---|
| CblBELinhaDocOrcamental | 
PercNDedutivel
Propriedade que contém o valor da percentagem não dedútivel
Declaration
public double PercNDedutivel { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Double | 
QuantidadeSelo
Propriedade que atribui a quantidade de selos.
Declaration
public int QuantidadeSelo { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
Recapitulativo
Propriedade que determina o Recapitulativo.
Declaration
public bool Recapitulativo { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
RecolhaTerc
Identifica o Tipo de Recolha para transmissões intracomunitárias
Declaration
public int RecolhaTerc { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
ReflexaoAnalitica
Indica se a linha tem reflexão para analitica.
Declaration
public bool ReflexaoAnalitica { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
Selo
Identificador do Imposto do Selo.
Declaration
public string Selo { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
TaxaIva
Indica a Taxa de IVA utilizada
Declaration
public double TaxaIva { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Double | 
Terceiro
Identificador do Terceiro.
Declaration
public string Terceiro { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
TerceiroNIF
Identifica o Número de Contribuinte do terceiro
Declaration
public string TerceiroNIF { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
TerceiroNomeFiscal
Identifica o Nome Fiscal do terceiro
Declaration
public string TerceiroNomeFiscal { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
TerceiroPais
Identifica o País do terceiro
Declaration
public string TerceiroPais { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
TipoAfectacao
Propriedade que determina o tipo de afectação da linha: talAmbasMoedas(0), talMoedaBase(1), talMoedaAlternativa(2)
Declaration
public CblBEDocumento.ENUMTipoAfectacaoLancamentos TipoAfectacao { get; set; }
  Property Value
| Type | Description | 
|---|---|
| CblBEDocumento.ENUMTipoAfectacaoLancamentos | 
TipoConta
Identificador do Tipo de Conta.
Declaration
public string TipoConta { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
TipoEntidade
Identificador do Tipo de Entidade.
Declaration
public string TipoEntidade { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
TipoOperacao
Identificador do Tipo de Operação.
Declaration
public int TipoOperacao { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
TipoTerceiro
Identificador do Tipo de Terceiro.
Declaration
public string TipoTerceiro { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Valor
Propriedade que atribui um valor à linha.
Declaration
public decimal Valor { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Decimal | 
ValorAlt
Propriedade que deve conter o valor na moeda alternativa (calculado com base nos câmbio das moedas)
Declaration
public decimal ValorAlt { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Decimal | 
ValorIncIVA
Indica o Valor da base incidência do IVA na moeda base
Declaration
public decimal ValorIncIVA { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Decimal | 
ValorIncIVAAlt
Indica o Valor da base incidência do IVA na moeda alternativa
Declaration
public decimal ValorIncIVAAlt { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Decimal | 
ValorIncIVAOrigem
Indica o Valor da base incidência do IVA na moeda origem
Declaration
public decimal ValorIncIVAOrigem { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Decimal | 
ValorIVANDedutivel
Indica o Valor do IVA N/Dedutivel na moeda base
Declaration
public decimal ValorIVANDedutivel { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Decimal | 
ValorIVANDedutivelAlt
Indica o Valor do IVA N/Dedutivel na moeda alternativa
Declaration
public decimal ValorIVANDedutivelAlt { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Decimal | 
ValorIVANDedutivelOrigem
Indica o Valor do IVA N/Dedutivel na moeda origem
Declaration
public decimal ValorIVANDedutivelOrigem { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Decimal | 
ValorOrigem
Propriedade que guarda o valor origem. Valor da moeda de lançamento.
Declaration
public decimal ValorOrigem { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Decimal | 
Methods
Finalize()
Declaration
protected override void Finalize()