Class ImoBELinhaDocumento
Classe que encapsula toda a definição de uma linha de um Documento.
Inherited Members
Namespace: EapBE100
Assembly: EapBE100.dll
Syntax
[ComVisible(true)]
[Guid("58D29FCB-FD46-44D1-B263-B1535D6EC1C8")]
[ClassInterface(ClassInterfaceType.None)]
public class ImoBELinhaDocumento : EapBaseBE
Constructors
ImoBELinhaDocumento()
Declaration
public ImoBELinhaDocumento()
Properties
Cambio
Identificação da Taxa de Câmbio.
Declaration
public double Cambio { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
CamposUtil
Colecção dos campos do utilizador.
Declaration
public StdBECampos CamposUtil { get; set; }
Property Value
Type | Description |
---|---|
StdBECampos |
Classificacao
Identificação da Classificação.
Declaration
public string Classificacao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CodigoBarrasFichaDestino
Identificador do Código de Barras da Ficha Destino.
Declaration
public string CodigoBarrasFichaDestino { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Coeficiente
Identificação do Coeficiente de Reavaliação.
Declaration
public float Coeficiente { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Conta
Identificação da Conta.
Declaration
public string Conta { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DataInicioSubsidio
Data inicio do subsidio de depreciacao elegivel
Declaration
public DateTime DataInicioSubsidio { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
DataTermoSubsidio
Data termo do subsidio de depreciacao elegivel
Declaration
public DateTime DataTermoSubsidio { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Dedutivel
Identificação da Percentagem de Iva n/ Dedutível.
Declaration
public float Dedutivel { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
DepreciacaoAntes
Identificação do Valor da Depreciação Antes da Reavaliação.
Declaration
public double DepreciacaoAntes { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
DepreciacaoApos
Identificação do Valor da Depreciação Após da Reavaliação.
Declaration
public double DepreciacaoApos { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
DepreciacaoElegivelSubsidio
Identificação do Valor da Depreciação Elegível do Subsídio.
Declaration
public double DepreciacaoElegivelSubsidio { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
DepreciacaoExtra
Identificação o valor da Depreciação Extraordinária
Declaration
public double DepreciacaoExtra { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
DescricaoFichaDestino
Identificador da Descrição da Ficha Destino.
Declaration
public string DescricaoFichaDestino { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Diploma
Identificação do Diploma.
Declaration
public string Diploma { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DocID
Identificador (ID) do Documento.
Declaration
public string DocID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EmModoEdicao
Identificador do tipo de operação: TRUE - Edição | FALSE - Inserção.
Declaration
public bool EmModoEdicao { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ExcedenteExtra
Identificação o valor do Excedente Extraordinário
Declaration
public double ExcedenteExtra { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Ficha
Identificador da Ficha (Equipamento / Activo).
Declaration
public string Ficha { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FichaDestino
Identificador da Ficha de Destino.
Declaration
public string FichaDestino { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FichaOrigem
Identificador da Ficha Origem.
Declaration
public string FichaOrigem { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IdLinhaOrigem
Identificação da Linha Origem.
Declaration
public string IdLinhaOrigem { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IdProcessamento
Identificador (ID) da linha do Documento.
Declaration
public string IdProcessamento { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IdProcessamentoBaseDestino
Identificador do Processamento Base da Ficha Destino.
Declaration
public string IdProcessamentoBaseDestino { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IdProcessamentoBaseOrigem
Identificador do Processamento Base da Ficha Origem.
Declaration
public string IdProcessamentoBaseOrigem { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IdProcessamentoDestino
Identificador do Processamento da Ficha Destino.
Declaration
public string IdProcessamentoDestino { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IdProcessamentoOrigem
Identificador do Processamento da Ficha Origem.
Declaration
public string IdProcessamentoOrigem { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Imobilizado
Identificação do Imobilizado.
Declaration
public string Imobilizado { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Iva
Identificador do Iva.
Declaration
public string Iva { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IvaDedutivel
Identificação do Iva Dedutível.
Declaration
public double IvaDedutivel { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
IvaNaoDedutivel
Identificação do Iva n/ Dedutível.
Declaration
public double IvaNaoDedutivel { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Linha
Identificador da Linha do Documento.
Declaration
public int Linha { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NumElementosAntDestino
Número de elementos anteriores da Ficha Destino
Declaration
public int NumElementosAntDestino { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NumElementosAntOrigem
Número de elementos anteriores da Ficha Origem
Declaration
public int NumElementosAntOrigem { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NumElementosAtualDestino
Número de elementos atuais da Ficha Destino
Declaration
public int NumElementosAtualDestino { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NumElementosAtualOrigem
Número de elementos atuais da Ficha Origem
Declaration
public int NumElementosAtualOrigem { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NumeroElementosFichaDestino
Identificador do Número de Elementos da Ficha Destino.
Declaration
public int NumeroElementosFichaDestino { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NumeroInventarioFichaDestino
Identificador do Número de Inventário da Ficha Destino.
Declaration
public string NumeroInventarioFichaDestino { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NumeroTurnos
Identificação do N.º de Turnos.
Declaration
public int NumeroTurnos { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NumPeriodosFinancFimSubsidio
Identificador do número de períodos em falta para o fim do financiamento do Subsídio.
Declaration
public int NumPeriodosFinancFimSubsidio { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NumPeriodosFinancSubsidio
Identificador do número total de períodos de financiamento do Subsídio.
Declaration
public int NumPeriodosFinancSubsidio { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Ordem
Ordem do Movimento (Plano / Ficha).
Declaration
public int Ordem { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
OrdemDestino
Ordem do Movimento da Ficha Destino.
Declaration
public int OrdemDestino { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Plano
Identificador do Plano de Depreciação.
Declaration
public string Plano { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Processamento
Identifica a Linha do Processamento.
Declaration
public ImoBEProcessamento Processamento { get; set; }
Property Value
Type | Description |
---|---|
ImoBEProcessamento |
Reparacao
Identificador de um Linha de Reparação.
Declaration
public bool Reparacao { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SubsidioExtra
Identificação o valor do Rendimento Extraordinário (Subsídio)
Declaration
public double SubsidioExtra { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
SujeitoDepreciacao
Identifica se a Ficha/Activo está sujeita a depreciação.
Declaration
public bool SujeitoDepreciacao { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
TaxaBase
Identificação da Taxa Base de Depreciação.
Declaration
public ImoBETipos.enuEAP_CD_TB_TaxaBase TaxaBase { get; set; }
Property Value
Type | Description |
---|---|
ImoBETipos.enuEAP_CD_TB_TaxaBase |
TaxaDepreciacao
Identificação da Taxa de Depreciação.
Declaration
public float TaxaDepreciacao { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
TaxaIva
Taxa do Iva.
Declaration
public float TaxaIva { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Tipo
Identificador do Tipo de Processamento.
Declaration
public string Tipo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Valor
Identificação do Valor.
Declaration
public double Valor { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ValorAntes
Identificação do Valor Antes da Reavaliação.
Declaration
public double ValorAntes { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ValorApos
Identificação do Valor Após da Reavaliação.
Declaration
public double ValorApos { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
VidaRemanescente
Identificação da Vida Remanescente.
Declaration
public int VidaRemanescente { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
VidaRemanescenteAntes
Identificação da Vida Remanescente Antes da Reavaliação.
Declaration
public int VidaRemanescenteAntes { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
VidaRemanescenteApos
Identificação da Vida Remanescente Após da Reavaliação.
Declaration
public int VidaRemanescenteApos { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
VidaUtilAntes
Identificação da Vida Útil Antes da Reavaliação.
Declaration
public int VidaUtilAntes { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
VidaUtilApos
Identificação da Vida Útil Após da Reavaliação.
Declaration
public int VidaUtilApos { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
Finalize()
Declaration
protected override void Finalize()