Class CnoBETaxaAmort
Classe que contém a estrutura de taxas de depreciação
Implements
CnoBE100.ICnoBETaxaAmort
Inherited Members
Namespace: CnoBE100
Assembly: CnoBE100.dll
Syntax
[ComVisible(true)]
[Guid("FFF8B0E5-B017-4F75-99E1-54E7D74E1752")]
[ClassInterface(ClassInterfaceType.None)]
public class CnoBETaxaAmort : CnoBaseBE, ICnoBETaxaAmort
Constructors
CnoBETaxaAmort()
Declaration
public CnoBETaxaAmort()
Properties
CamposUtil
Colecção dos campos de utilizador.
Declaration
public StdBECampos CamposUtil { get; set; }
Property Value
Type | Description |
---|---|
StdBECampos |
Codigo
Código que identifica a taxa de depreciação
Declaration
public string Codigo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DescInd
Indica se é feito tratamento individual
Declaration
public bool DescInd { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Descricao
Descrição que identifica a taxa de depreciação
Declaration
public string Descricao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Divisao
Código da divisão ([1..7]: Tabela I / Divisão [I..VII] | 8: Tabela II / Divisão I | 9: Tabela II / Divisão II | 10: Outras Taxas)
Declaration
public int Divisao { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
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 |
TabDescr
Descrição do separador
Declaration
public string TabDescr { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Taxa1
Taxa Dec. Lei 737/81
Declaration
public double Taxa1 { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Taxa2
Taxa Dec. Lei 2/90
Declaration
public double Taxa2 { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Taxa3
Taxa Dec. Lei 60-A/2005
Declaration
public double Taxa3 { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Taxa4
Taxa Dec. Lei 60-A/2005
Declaration
public double Taxa4 { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
Finalize()
Declaration
protected override void Finalize()
Implements
CnoBE100.ICnoBETaxaAmort