Class ImoBELinhaAlienacao
Classe que encapsula toda a definição de uma linha de um Documento de Alienação.
Inherited Members
Namespace: EapBE100
Assembly: EapBE100.dll
Syntax
[ComVisible(true)]
[Guid("A5EAA394-B19C-42AF-AF98-74CFA1D45286")]
[ClassInterface(ClassInterfaceType.None)]
public class ImoBELinhaAlienacao : EapBaseBE
Constructors
ImoBELinhaAlienacao()
Declaration
public ImoBELinhaAlienacao()
Properties
Cambio
Identificação da Taxa de Câmbio.
Declaration
public double Cambio { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
CamposUtil
Colecção dos campos do utilizador.
Declaration
public StdBECampos CamposUtil { get; set; }
Property Value
Type | Description |
---|---|
StdBECampos |
DocID
Identificador (ID) do Documento.
Declaration
public string DocID { 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 |
Ficha
Identificador da Ficha (Equipamento / Activo).
Declaration
public string Ficha { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FichaOrigem
Identificador da Ficha Associada.
Declaration
public string FichaOrigem { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IdLinhaOrigem
Identificação da Linha Origem.
Declaration
public string IdLinhaOrigem { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IdProcessamento
Identificador (ID) da linha do Documento.
Declaration
public string IdProcessamento { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Iva
Identificador do Iva.
Declaration
public string Iva { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IvaDedutivel
Identificação do Iva Dedutível.
Declaration
public double IvaDedutivel { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Linha
Identificador da Linha do Documento.
Declaration
public int Linha { 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 |
Processamento
Identifica a Linha do Processamento.
Declaration
public ImoBEProcessamento Processamento { get; set; }
Property Value
Type | Description |
---|---|
ImoBEProcessamento |
Reparacao
Identificador de um Linha de Reparação.
Declaration
public bool Reparacao { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
TaxaIva
Taxa do Iva.
Declaration
public float TaxaIva { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
ValorAlienacao
Identificação do Valor de Alienação.
Declaration
public double ValorAlienacao { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
Finalize()
Declaration
protected override void Finalize()