Class ImoBELinhaCCustoCBL
Classe que encapsula a definição de uma Linha de Detalhe de um Movimento por Centro de Custo da Contabilidade.
Inherited Members
Namespace: EapBE100
Assembly: EapBE100.dll
Syntax
[ComVisible(true)]
[Guid("55CE646E-76FC-40B5-8652-2A6A203A2C90")]
[ClassInterface(ClassInterfaceType.None)]
public class ImoBELinhaCCustoCBL : EapBaseBE
Constructors
ImoBELinhaCCustoCBL()
Declaration
public ImoBELinhaCCustoCBL()
Properties
Cambio
Identificador do Câmbio.
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 |
CamposUtil
Colecção dos campos do utilizador.
Declaration
public StdBECampos CamposUtil { get; set; }
Property Value
Type | Description |
---|---|
StdBECampos |
CentroCusto
Identificador do Centro de Custo.
Declaration
public string CentroCusto { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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 Económico.
Declaration
public int Exercicio { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Lote
Identificador do Exercício Económico.
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()