Class TesBELinhaOpFuturas
Classe que encapsula a definição de uma Linha de uma operação de Tesouraria Periódica.
Implements
TesBE100.ITesBELinhaOpFuturas
Inherited Members
Namespace: TesBE100
Assembly: TesBE100.dll
Syntax
[ComVisible(true)]
[Guid("F5CF7084-FD6C-44BF-BF83-00718608032D")]
[ClassInterface(ClassInterfaceType.None)]
public class TesBELinhaOpFuturas : TesBaseBE, ITesBELinhaOpFuturas
Constructors
TesBELinhaOpFuturas()
Declaration
public TesBELinhaOpFuturas()
Properties
AnaliticaCBL
Conta Analitica contabilidade.
Declaration
public string AnaliticaCBL { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CamposUtil
Devolve a colecção de Campo de Utilizador.
Declaration
public StdBECampos CamposUtil { get; set; }
Property Value
Type | Description |
---|---|
StdBECampos |
Categoria
Identificador da Categoria.
Declaration
public int Categoria { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CCustoCBL
Centro de Custo contabilidade.
Declaration
public string CCustoCBL { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ClasseActividade
Identificador da Classe de Actividade.
Declaration
public int ClasseActividade { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Conta
Conta bancária do movimento.
Declaration
public string Conta { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ContaCBL
Conta Geral contabilidade.
Declaration
public string ContaCBL { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Descritivo
Descritivo do Movimento.
Declaration
public string Descritivo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EmModoEdicao
Indica se o registo se encontra em Modo de Edição.
Declaration
public bool EmModoEdicao { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Entidade
Entidade.
Declaration
public string Entidade { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FuncionalCBL
Conta Funcional contabilidade.
Declaration
public string FuncionalCBL { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IDObra
Identificador do Id da Obra.
Declaration
public string IDObra { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Moeda
Moeda do Lançamento.
Declaration
public string Moeda { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Movimento
Movimento do Lançamento.
Declaration
public string Movimento { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Natureza
Natureza do Lançamento (D-Débito, C-Crédito).
Declaration
public string Natureza { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NumLinha
Numero da linha
Declaration
public int NumLinha { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Operacao
Definição da Operação.
Declaration
public string Operacao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Rubrica
Rubrica do Lançamento.
Declaration
public string Rubrica { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SubEmpreitada
Identificador da Sub Empreitada.
Declaration
public int SubEmpreitada { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TipoEntidade
Tipo de Entidade (C-Cliente, F-Fornecedor, D-Devedor, R-Credor).
Declaration
public string TipoEntidade { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Valor
Valor do Movimento.
Declaration
public double Valor { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
WBSItem
Identificador do item WBS do Projecto.
Declaration
public string WBSItem { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Finalize()
Declaration
protected override void Finalize()
Implements
TesBE100.ITesBELinhaOpFuturas