Class ImoBEClassificacaoCriterio
Classe que encapsula a definição dos Critérios de depreciação aplicados à Classificação Fiscal.
Inherited Members
Namespace: EapBE100
Assembly: EapBE100.dll
Syntax
[ComVisible(true)]
[Guid("26F81591-48E2-4B11-B6F3-43800209C3E1")]
[ClassInterface(ClassInterfaceType.None)]
public class ImoBEClassificacaoCriterio : EapBaseBE
Constructors
ImoBEClassificacaoCriterio()
Declaration
public ImoBEClassificacaoCriterio()
Properties
Ajuste
Identificação do Ajuste.
Declaration
public string Ajuste { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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 |
Classificacao
Identificador do Classificação Fiscal.
Declaration
public string Classificacao { 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 Legal.
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 |
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 |
Plano
Identificador do Plano de Depreciação.
Declaration
public string Plano { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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 Efectiva 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 |
VidaUtil
Identificação da Vida Útil
Declaration
public int VidaUtil { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
Finalize()
Declaration
protected override void Finalize()