Class ImoBEFichaCriterio
Classe que encapsula a definição de um Plano de Depreciação associado ao Activo.
Inherited Members
Namespace: EapBE100
Assembly: EapBE100.dll
Syntax
[ComVisible(true)]
[Guid("EF47BAE5-BCA4-4E6C-8BFE-32CC15B57074")]
[ClassInterface(ClassInterfaceType.None)]
public class ImoBEFichaCriterio : EapBaseBE
Constructors
ImoBEFichaCriterio()
Declaration
public ImoBEFichaCriterio()
Properties
Ajuste
Identificação do Ajuste.
Declaration
public string Ajuste { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BaseDepreciacao
Valor de Reintegração efectiva (no exercício).
Declaration
public double BaseDepreciacao { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Beneficio
Identificação do Benefício.
Declaration
public string Beneficio { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CamposUtil
Colecção dos campos do utilizador.
Declaration
public StdBECampos CamposUtil { get; set; }
Property Value
Type | Description |
---|---|
StdBECampos |
CodigoFiscal
Identificador do Código fiscal.
Declaration
public string CodigoFiscal { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Conta
Indentificação da Conta de Investimento.
Declaration
public string Conta { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Diploma
Identificador do Diploma.
Declaration
public string Diploma { 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 |
Exercicio
Identificador do Exercicio (Processamento / Documento).
Declaration
public int Exercicio { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Ficha
Identificador da Ficha (Equipamento / Activo).
Declaration
public string Ficha { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Imobilizado
Identificação do Tipo de Investimento.
Declaration
public string Imobilizado { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Metodo
Identificador do método de depreciação.
Declaration
public ImoBETipos.enuEAP_CD_MD_Metodo Metodo { get; set; }
Property Value
Type | Description |
---|---|
ImoBETipos.enuEAP_CD_MD_Metodo |
NormaExcepcao
Identificador da Norma de Excepção (Justificação Excepcional).
Declaration
public string NormaExcepcao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NumeroTurnos
Identificação do Número de Turnos (1 turno, 2 turnos, 3+ turnos).
Declaration
public int NumeroTurnos { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Periodicidade
Identifica a periodicidade de depreciação: 0 - Anual | 1 - Duodecimal.
Declaration
public ImoBETipos.enuEAP_CD_PER_Periodicidade Periodicidade { get; set; }
Property Value
Type | Description |
---|---|
ImoBETipos.enuEAP_CD_PER_Periodicidade |
Periodo
Identificação do Período (Processamento / Documento).
Declaration
public int Periodo { 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 |
ReduzidoValor
Indica se o bem é de reduzido valor.
Declaration
public bool ReduzidoValor { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SujeitoDepreciacao
Indica se o bem está sujeito a depreciação.
Declaration
public bool SujeitoDepreciacao { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
TaxaBase
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 |
TratamentoIndividual
Indica se o bem tem tratamento individual.
Declaration
public bool TratamentoIndividual { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Tributacao
Identificação da Tributação.
Declaration
public string Tributacao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ValorResidual
Valor Residual do bem.
Declaration
public double ValorResidual { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
VidaRemanescente
Vida Remanescente do bem.
Declaration
public int VidaRemanescente { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
VidaUtil
Vida Útil do bem.
Declaration
public int VidaUtil { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
Finalize()
Declaration
protected override void Finalize()