Class CnoBEFichaIMO
Classe que contém a estrutura de uma ficha de imobilizado.
Implements
CnoBE100.ICnoBEFichaIMO
Inherited Members
Namespace: CnoBE100
Assembly: CnoBE100.dll
Syntax
[ComVisible(true)]
[Guid("16450421-5391-41A0-BFEE-AD070158731F")]
[ClassInterface(ClassInterfaceType.None)]
public class CnoBEFichaIMO : CnoBaseBE, ICnoBEFichaIMO
Constructors
CnoBEFichaIMO()
Declaration
public CnoBEFichaIMO()
Properties
Anos
Vida útil em anos
Declaration
public int Anos { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CamposUtil
Colecção dos campos de utilizador.
Declaration
public StdBECampos CamposUtil { get; set; }
Property Value
Type | Description |
---|---|
StdBECampos |
CodigoFiscal
Chave do código fiscal
Declaration
public string CodigoFiscal { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Conta
Código da conta
Declaration
public string Conta { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DataAbate
Data de abate do bem
Declaration
public DateTime DataAbate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
DataAquisicao
Data de aquisição do bem
Declaration
public DateTime DataAquisicao { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
DataUltAmort
Data da última depreciação
Declaration
public DateTime DataUltAmort { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
DataUtilizacao
Data de utilização
Declaration
public DateTime DataUtilizacao { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Descricao
Descrição da ficha
Declaration
public string Descricao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Duodecimos
Indica se utiliza ou não duodecimos
Declaration
public bool Duodecimos { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
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 |
Ficha
Código da ficha
Declaration
public string Ficha { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IVA
Código de IVA
Declaration
public string IVA { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Metodo
Método (D - Quotas Degressivas | C - Quotas Constantes)
Declaration
public string Metodo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Notas
Notas associadas à ficha
Declaration
public string Notas { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NumeroDocumento
Número do documento
Declaration
public string NumeroDocumento { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OutroTerceiro
Chave do outro terceiro
Declaration
public string OutroTerceiro { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TaxaAmort
Taxa de depreciação
Declaration
public double TaxaAmort { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
TaxaPerdida
Taxa perdida
Declaration
public double TaxaPerdida { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
TipoImo
Tipo de Imobilizado (C - Corpóreo | I - Incorpóreo)
Declaration
public string TipoImo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TotalAmort
Total depreciado
Declaration
public double TotalAmort { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
TotalAno
Total do ano
Declaration
public double TotalAno { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Usado
Indica se o bem é usado
Declaration
public bool Usado { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ValorAmort
Valor de depreciação
Declaration
public double ValorAmort { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ValorLiqAquisicao
Valor líquido da aquisição
Declaration
public double ValorLiqAquisicao { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
Finalize()
Declaration
protected override void Finalize()
Implements
CnoBE100.ICnoBEFichaIMO