Class CctBELinhaLiqTitulo
Classe que identifica uma linha de liquidação de um Título.
Inherited Members
Namespace: CctBE100
Assembly: CctBE100.dll
Syntax
[ComVisible(true)]
[Guid("4F8BF825-9B25-4B44-BF4F-C9C652CF74A7")]
[ClassInterface(ClassInterfaceType.None)]
public class CctBELinhaLiqTitulo : CctBaseBE
Constructors
CctBELinhaLiqTitulo()
Declaration
public CctBELinhaLiqTitulo()
Properties
CambioDocOrig
Câmbio do 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
Campos de utilizador
Declaration
public StdBECampos CamposUtil { get; }
Property Value
Type | Description |
---|---|
StdBECampos |
ContaBancosOrig
Conta BNC Original.
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 |
DataDoc
Data do Documento.
Declaration
public DateTime DataDoc { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
DifArredondamento
Valor das diferenças de arredondamento
Declaration
public double DifArredondamento { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
DifArredondamentoMAlt
Valor das diferenças de arredondamento na moeda alternativa.
Declaration
public double DifArredondamentoMAlt { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
DifCambio
Valor das Diferenças cambiais.
Declaration
public double DifCambio { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
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 |
Estado
Estado do pendente.
Declaration
public string Estado { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EstadoBE
Estado do objecto.
Declaration
public string EstadoBE { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FilialOrig
Filial do Documento Original.
Declaration
public string FilialOrig { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ID
ID
Declaration
public string ID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IDCabTit
IDCabTit
Declaration
public string IDCabTit { 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 Original.
Declaration
public string ModuloOrig { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MoedaDaUEMDocOrig
Moeda da UEM Documento Original.
Declaration
public bool MoedaDaUEMDocOrig { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
MoedaDocOrig
Moeda no Documento de Origem.
Declaration
public string MoedaDocOrig { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NumDocOrig
Número Documento Original.
Declaration
public string NumDocOrig { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NumDocOrigInt
Número Documento Original Interno.
Declaration
public int NumDocOrigInt { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NumPrestacao
Número Prestação.
Declaration
public int NumPrestacao { 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
Pendente Gerado.
Declaration
public bool PendenteGerado { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SerieOrig
Serie do Documento de Origem.
Declaration
public string SerieOrig { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TipoConta
Tipo de Conta Corrente.
Declaration
public string TipoConta { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TipoDocOrig
Tipo do Documento Original.
Declaration
public string TipoDocOrig { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TipoEntidade
Tipo de Entidade.
Declaration
public string TipoEntidade { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ValorOrig
Valor do Documento Origem.
Declaration
public double ValorOrig { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ValorPend
Valor Pendente.
Declaration
public double ValorPend { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ValorRec
Valor Recebido.
Declaration
public double ValorRec { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ValorRecMoedaOrig
Valor Recebido 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()