Class ImoBELinhaDocCBL
Classe que encapsula a definição de uma Linha de Detalhe de um Documento da Contabilidade.
Inheritance
System.Object
ImoBELinhaDocCBL
Assembly: EapBE100.dll
Syntax
[ComVisible(true)]
[Guid("3E1410DC-A561-4461-9CA5-76E6685B15D1")]
[ClassInterface(ClassInterfaceType.None)]
public class ImoBELinhaDocCBL : EapBaseBE
Constructors
ImoBELinhaDocCBL()
Declaration
public ImoBELinhaDocCBL()
Properties
AgrupaMovimento
Indicador do Agrupamento do Movimento.
Declaration
public bool AgrupaMovimento { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
AnaliticaCred
Identificador da Analitica/Crédito.
Declaration
public string AnaliticaCred { get; set; }
Property Value
Type |
Description |
System.String |
|
AnaliticaDeb
Identificador da Analitica/Débito.
Declaration
public string AnaliticaDeb { get; set; }
Property Value
Type |
Description |
System.String |
|
Cambio
Declaration
public double Cambio { get; set; }
Property Value
Type |
Description |
System.Double |
|
CambioOrigem
Identificador do Câmbio de Origem.
Declaration
public double CambioOrigem { get; set; }
Property Value
Type |
Description |
System.Double |
|
ClasseIva
Identificador da Classe de IVA
Declaration
public string ClasseIva { get; set; }
Property Value
Type |
Description |
System.String |
|
ClasseIvaAutoLiquidacao
Identificador da Classe de IVA de Auto-Liquidação.
Declaration
public string ClasseIvaAutoLiquidacao { get; set; }
Property Value
Type |
Description |
System.String |
|
Conta
Declaration
public string Conta { get; set; }
Property Value
Type |
Description |
System.String |
|
ContaOrigem
Identificador da Conta Origem.
Declaration
public string ContaOrigem { get; set; }
Property Value
Type |
Description |
System.String |
|
DebCred
Identificador Débito/Crédito.
Declaration
public string DebCred { get; set; }
Property Value
Type |
Description |
System.String |
|
Descricao
Identificador da Descrição.
Declaration
public string Descricao { get; set; }
Property Value
Type |
Description |
System.String |
|
Descricao1
Identificador da Descrição 1.
Declaration
public string Descricao1 { get; set; }
Property Value
Type |
Description |
System.String |
|
Erro
Declaration
public int Erro { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Exercicio
Identificador do Exercício Económico.
Declaration
public int Exercicio { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
IdLinhaOrigem
Identificador (ID) da Linha Origem.
Declaration
public string IdLinhaOrigem { get; set; }
Property Value
Type |
Description |
System.String |
|
Lote
Declaration
public string Lote { get; set; }
Property Value
Type |
Description |
System.String |
|
MoedaOrigem
Identificador da Moeda de origem.
Declaration
public string MoedaOrigem { get; set; }
Property Value
Type |
Description |
System.String |
|
NumAnalitica
Identificador do Número da Analítica.
Declaration
public int NumAnalitica { get; }
Property Value
Type |
Description |
System.Int32 |
|
NumCCusto
Identificador do Número de Centro de Custo.
Declaration
public int NumCCusto { get; }
Property Value
Type |
Description |
System.Int32 |
|
NumFuncao
Identificador do Número da Função.
Declaration
public int NumFuncao { get; }
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 |
|
Projecto
Identificador do Projecto.
Declaration
public string Projecto { get; set; }
Property Value
Type |
Description |
System.String |
|
TipoAfectacao
Identificador do Tipo de Afectação.
Declaration
public int TipoAfectacao { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Valor
Declaration
public double Valor { get; set; }
Property Value
Type |
Description |
System.Double |
|
ValorOrigem
Identificador do Valor de Origem.
Declaration
public double ValorOrigem { get; set; }
Property Value
Type |
Description |
System.Double |
|
WBSItem
Identificador do WBS Item.
Declaration
public string WBSItem { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
AddAnalitica(String, Double)
Declaration
public void AddAnalitica(string Analitica, double Percentagem)
Parameters
Type |
Name |
Description |
System.String |
Analitica |
|
System.Double |
Percentagem |
|
AddCCusto(String, Double)
Adiciona Centro de Custo.
Declaration
public void AddCCusto(string CCusto, double Percentagem)
Parameters
Type |
Name |
Description |
System.String |
CCusto |
|
System.Double |
Percentagem |
|
AddFuncao(String, Double)
Declaration
public void AddFuncao(string Funcao, double Percentagem)
Parameters
Type |
Name |
Description |
System.String |
Funcao |
|
System.Double |
Percentagem |
|
Finalize()
Declaration
protected override void Finalize()
GetAnalitica(Int32)
Identificador da Analítica.
Declaration
public string GetAnalitica(int Indice)
Parameters
Type |
Name |
Description |
System.Int32 |
Indice |
|
Returns
Type |
Description |
System.String |
|
GetCCusto(Int32)
Identificador do Centro de Custo.
Declaration
public string GetCCusto(int Indice)
Parameters
Type |
Name |
Description |
System.Int32 |
Indice |
|
Returns
Type |
Description |
System.String |
|
GetFuncao(Int32)
Declaration
public string GetFuncao(int Indice)
Parameters
Type |
Name |
Description |
System.Int32 |
Indice |
|
Returns
Type |
Description |
System.String |
|
GetPercentagemAnalitica(Int32)
Identificador da Percentagem da Analítica.
Declaration
public double GetPercentagemAnalitica(int Indice)
Parameters
Type |
Name |
Description |
System.Int32 |
Indice |
|
Returns
Type |
Description |
System.Double |
|
GetPercentagemCCusto(Int32)
Identificador da Percentagem do Centro de Custo.
Declaration
public double GetPercentagemCCusto(int Indice)
Parameters
Type |
Name |
Description |
System.Int32 |
Indice |
|
Returns
Type |
Description |
System.Double |
|
GetPercentagemFuncao(Int32)
Identificador da Percentagem da Função do Utilizador.
Declaration
public double GetPercentagemFuncao(int Indice)
Parameters
Type |
Name |
Description |
System.Int32 |
Indice |
|
Returns
Type |
Description |
System.Double |
|
GetValorOrigemAnalitica(Int32)
Identificador do Valor Origem da Analítica.
Declaration
public double GetValorOrigemAnalitica(int Indice)
Parameters
Type |
Name |
Description |
System.Int32 |
Indice |
|
Returns
Type |
Description |
System.Double |
|
GetValorOrigemCCusto(Int32)
Identificador do Valor Origem do Centro de Custo.
Declaration
public double GetValorOrigemCCusto(int Indice)
Parameters
Type |
Name |
Description |
System.Int32 |
Indice |
|
Returns
Type |
Description |
System.Double |
|
GetValorOrigemFuncao(Int32)
Identificador do Valor Origem da Função do Utilizador.
Declaration
public double GetValorOrigemFuncao(int Indice)
Parameters
Type |
Name |
Description |
System.Int32 |
Indice |
|
Returns
Type |
Description |
System.Double |
|
SetValorOrigemAnalitica(Int32, Double)
Declaration
public void SetValorOrigemAnalitica(int Indice, double value)
Parameters
Type |
Name |
Description |
System.Int32 |
Indice |
|
System.Double |
value |
|
SetValorOrigemCCusto(Int32, Double)
Declaration
public void SetValorOrigemCCusto(int Indice, double value)
Parameters
Type |
Name |
Description |
System.Int32 |
Indice |
|
System.Double |
value |
|
SetValorOrigemFuncao(Int32, Double)
Declaration
public void SetValorOrigemFuncao(int Indice, double value)
Parameters
Type |
Name |
Description |
System.Int32 |
Indice |
|
System.Double |
value |
|