Class CblBELinhaImobilizado
Classe que permite o acesso à informação de Linhas do Imobilizado.
Implements
CblBE100.ICblBELinhaImobilizado
  Inherited Members
Namespace: CblBE100
Assembly: CblBE100.dll
Syntax
[ComVisible(true)]
[Guid("148B3559-B3FB-4489-95C6-0C480F397313")]
[ClassInterface(ClassInterfaceType.None)]
public class CblBELinhaImobilizado : CblBaseBE, ICblBELinhaImobilizado
  Properties
CamposUtil
Colecção de Campos de Utilizadores.
Declaration
public StdBECampos CamposUtil { get; set; }
  Property Value
| Type | Description | 
|---|---|
| StdBECampos | 
Dedutivel
Propriedade que indica a dedutibilidade.
Declaration
public bool Dedutivel { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
Ficha
Identificador da Ficha.
Declaration
public string Ficha { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
ID
Identificador da Linha de Imobilizado.
Declaration
public string ID { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
IdMovimento
Identificador do Movimento.
Declaration
public string IdMovimento { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
IvaDedutivel
Propriedade que permite determinar o IVA Dedutível.
Declaration
public decimal IvaDedutivel { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Decimal | 
TipoIva
Identificador da Classe do IVA.
Declaration
public string TipoIva { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Valor
Propriedade que determina o valor.
Declaration
public decimal Valor { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Decimal | 
ValorBase
Propriedade que permite determinar o Valor Base.
Declaration
public decimal ValorBase { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Decimal | 
Implements
      CblBE100.ICblBELinhaImobilizado