Class ImoBELinhaAbate
Classe que encapsula toda a definição de uma linha de um Documento de Abate.
Inherited Members
Namespace: EapBE100
Assembly: EapBE100.dll
Syntax
[ComVisible(true)]
[Guid("B3384D4D-BE94-4708-8BFC-1BEFD090C397")]
[ClassInterface(ClassInterfaceType.None)]
public class ImoBELinhaAbate : EapBaseBE
Constructors
ImoBELinhaAbate()
Declaration
public ImoBELinhaAbate()
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 |
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 |
ValorAbate
Identificação do Valor de Abate.
Declaration
public double ValorAbate { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
Finalize()
Declaration
protected override void Finalize()