Class ImoBELinhaFuncaoCBL
Classe que encapsula a definição de uma Linha de Detalhe de uma Função da Contabilidade.
Inherited Members
Namespace: EapBE100
Assembly: EapBE100.dll
Syntax
[ComVisible(true)]
[Guid("53CA78BE-4C77-408A-A765-41E1FE77C781")]
[ClassInterface(ClassInterfaceType.None)]
public class ImoBELinhaFuncaoCBL : EapBaseBE
Constructors
ImoBELinhaFuncaoCBL()
Declaration
public ImoBELinhaFuncaoCBL()
Properties
Cambio
Identificador do Câmbio.
Declaration
public double Cambio { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
CambioOrigem
Identificador do Câmbio Origem.
Declaration
public double CambioOrigem { 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 |
Conta
Identificador da Conta.
Declaration
public string Conta { 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 |
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 |
Erro
Identificador do Erro.
Declaration
public int Erro { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Exercicio
Identificador do Exercício.
Declaration
public int Exercicio { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Funcao
Identificador da Função.
Declaration
public string Funcao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Lote
Identificador do Lote.
Declaration
public string Lote { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Percentagem
Identificador da Percentagem.
Declaration
public double Percentagem { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Plano
Identificador do Plano de Depreciação.
Declaration
public string Plano { 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
Identificador do 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 |
Methods
Finalize()
Declaration
protected override void Finalize()