Class TesBEMovimentoManual
Classe que identifica um Movimento Manual de Tesouraria.
Implements
TesBE100.ITesBEMovimentoManual
Inherited Members
Namespace: TesBE100
Assembly: TesBE100.dll
Syntax
[ComVisible(true)]
[Guid("F3EF294F-A617-4CAB-AB4F-04873D5D59E6")]
[ClassInterface(ClassInterfaceType.None)]
public class TesBEMovimentoManual : TesBaseBE, ITesBEMovimentoManual
Constructors
TesBEMovimentoManual()
Declaration
public TesBEMovimentoManual()
Properties
Cambio
Câmbio associado à moeda do Lançamento.
Declaration
public double Cambio { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Conta
Conta do lançamento.
Declaration
public string Conta { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DataPrevista
Data Prevista.
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 está Activo.
Declaration
public bool DocActivo { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
EmModoEdicao
Indica se o registose encontra em modo de Edição.
Declaration
public bool EmModoEdicao { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Moeda
Moeda do Lançamento.
Declaration
public string Moeda { 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 |
Rubrica
Rubrica do Movimento.
Declaration
public string Rubrica { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Valor
Valor do movimento.
Declaration
public double Valor { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
Finalize()
Declaration
protected override void Finalize()
Implements
TesBE100.ITesBEMovimentoManual