Class CctBELinhaReforma
Classe que identifica uma linha num documento de reforma de uma letra.
Inherited Members
Namespace: CctBE100
Assembly: CctBE100.dll
Syntax
[ComVisible(true)]
[Guid("C481D270-0E66-40A5-99CB-1A6D3995378E")]
[ClassInterface(ClassInterfaceType.None)]
public class CctBELinhaReforma : CctBaseBE
Constructors
CctBELinhaReforma()
Declaration
public CctBELinhaReforma()
Properties
CambioDocOrig
Câmbio do Documento de Origem.
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 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 |
DataDoc
Data do Documento.
Declaration
public DateTime DataDoc { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
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
Código da Entidade.
Declaration
public string Entidade { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Estado
Estado do Documento.
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
Filial do Documento de Origem.
Declaration
public string FilialOrig { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ID
Código da Entidade.
Declaration
public string ID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IDCabRef
Código da Entidade.
Declaration
public string IDCabRef { 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 de Origem.
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 no Documento de Origem.
Declaration
public string MoedaDocOrig { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NumDocOrig
Tipo do Documento de Origem.
Declaration
public string NumDocOrig { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NumDocOrigInt
Número Interno do Documento de Origem.
Declaration
public int NumDocOrigInt { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NumPrestacao
Número da 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
Indica se foi gerado pendente.
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.
Declaration
public string TipoConta { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TipoDocOrig
Módulo do Documento de Origem.
Declaration
public string TipoDocOrig { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TipoEntidade
Tipo de Entidade (C - Cliente, F - Fornecedor, D - Outro Devedor, R - Outro Credor)
Declaration
public string TipoEntidade { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ValorOrig
Valor 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 do Documento de Origem.
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()