Class CctBELinhaDesconto
Esta classe permite efectuar descontos de títulos Entidade/Conta/Estado.
Inherited Members
Namespace: CctBE100
Assembly: CctBE100.dll
Syntax
[ComVisible(true)]
[Guid("F291B63E-66C7-4278-97BF-1C53081A01B2")]
[ClassInterface(ClassInterfaceType.None)]
public class CctBELinhaDesconto : CctBaseBE
Constructors
CctBELinhaDesconto()
Declaration
public CctBELinhaDesconto()
Properties
CambioDocOrig
Câmbio associado ao Documento Original.
Declaration
public double CambioDocOrig { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
CambioMAltDocOrig
Câmbio da moeda alternativa.
Declaration
public double CambioMAltDocOrig { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
CambioMBaseDocOrig
Câmbio da moeda base.
Declaration
public double CambioMBaseDocOrig { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
CamposUtil
Devolve a Colecção de Campos de Utilizador.
Declaration
public StdBECampos CamposUtil { get; set; }
Property Value
Type | Description |
---|---|
StdBECampos |
ContaBancosOrig
Conta Bancos do Documento de Origem.
Declaration
public string ContaBancosOrig { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CorreccaoMonetaria
Correcção Monetária.
Declaration
public double CorreccaoMonetaria { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
DataVenc
Data Vencimento
Declaration
public DateTime DataVenc { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Entidade
Entidade
Declaration
public string Entidade { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Estado
Estado do Pendente.
Declaration
public string Estado { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EstadoBE
Declaration
public string EstadoBE { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FilialOrig
Código da Filial.
Declaration
public string FilialOrig { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ID
Identificador.
Declaration
public string ID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IDCabDesc
Identificador.
Declaration
public string IDCabDesc { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IDHistorico
Id da tabela historico do documento liquidado
Declaration
public string IDHistorico { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IDObra
Identificador único da obra.
Declaration
public string IDObra { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ModuloOrig
Módulo do documento (V-Vendas, C-Compras, N-Bancos).
Declaration
public string ModuloOrig { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MoedaDaUEMDocOrig
Indica se a moeda do Documento de Origem pertence à UEM.
Declaration
public bool MoedaDaUEMDocOrig { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
MoedaDocOrig
Moeda do Documento Original.
Declaration
public string MoedaDocOrig { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NumDocOrig
Número do Documento.
Declaration
public int NumDocOrig { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NumPrestacaoOrig
Prestação.
Declaration
public int NumPrestacaoOrig { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NumTransferencia
Número da Transferência.
Declaration
public int NumTransferencia { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PendenteGerado
Indica se o foi Gerado o Pendente.
Declaration
public bool PendenteGerado { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SerieOrig
Serie.
Declaration
public string SerieOrig { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TipoConta
Tipo de Conta.
Declaration
public string TipoConta { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TipoDocOrig
Tipo de Documento.
Declaration
public string TipoDocOrig { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TipoEntidade
TipoEntidade
Declaration
public string TipoEntidade { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Valor
Valor.
Declaration
public double Valor { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ValorRecMoedaOrig
Valor do Recebimento na Moeda Original.
Declaration
public double ValorRecMoedaOrig { 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()