Class TesBETesouraria
Classe que identifica o fluxo previsional de tesouraria
Implements
TesBE100.ITesBETesouraria
Inherited Members
Namespace: TesBE100
Assembly: TesBE100.dll
Syntax
[ComVisible(true)]
[Guid("D1B63885-DE11-45F3-94E0-C5FC30E3A8CD")]
[ClassInterface(ClassInterfaceType.None)]
public class TesBETesouraria : TesBaseBE, ITesBETesouraria
Constructors
TesBETesouraria()
Declaration
public TesBETesouraria()
Properties
Cambio
Câmbio da moeda.
Declaration
public double Cambio { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Conta
Conta bancária.
Declaration
public string Conta { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DataOriginal
Data original do movimento.
Declaration
public DateTime DataOriginal { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
DataPrevista
Data prevista de liquidação do documento.
Declaration
public DateTime DataPrevista { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Descricao
Descrição do movimento.
Declaration
public string Descricao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DocActivo
Indica se o documento esta activo.
Declaration
public bool DocActivo { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Documento
Documento.
Declaration
public string Documento { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EmModoEdicao
Indica se o objecto tesouraria foi editado ou é novo.
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 |
Estado
Estado
Declaration
public string Estado { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IdPendente
Identicador do movimento na tabela de pendentes.
Declaration
public string IdPendente { get; set; }
Property Value
Type | Description |
---|---|
System.String |
JuroApl
Valor do juro.
Declaration
public double JuroApl { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Modulo
Identificador do modulo.
Declaration
public string Modulo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Moeda
Moeda
Declaration
public string Moeda { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MovImagem
MovImagem
Declaration
public int MovImagem { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NumDiasAplicacao
Numero de dias da Aplicação
Declaration
public int NumDiasAplicacao { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NumDoc
Número do documento.
Declaration
public string NumDoc { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NumMv
Número do movimento.
Declaration
public int NumMv { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Plano
Plano.
Declaration
public string Plano { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Rubrica
Rúbrica
Declaration
public string Rubrica { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TaxaRetencao
Taxa Retenção
Declaration
public double TaxaRetencao { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
TipoEntidade
Tipo Entidade
Declaration
public string TipoEntidade { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TodosPlanos
TodosPlanos
Declaration
public bool TodosPlanos { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ValorOriginal
Valor Original do movimento.
Declaration
public double ValorOriginal { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ValorPrevisto
Valor previsto do movimento.
Declaration
public double ValorPrevisto { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
Finalize()
Declaration
protected override void Finalize()
Implements
TesBE100.ITesBETesouraria