Class CctBELinhaAceite
Esta classe permite efectuar aceites Entidade/Conta/Estado.
Inherited Members
Namespace: CctBE100
Assembly: CctBE100.dll
Syntax
[ComVisible(true)]
[Guid("6A1A39DC-8486-4822-B7AF-D05149A6A364")]
[ClassInterface(ClassInterfaceType.None)]
public class CctBELinhaAceite : CctBaseBE
Constructors
CctBELinhaAceite()
Declaration
public CctBELinhaAceite()
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
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 |
Entidade
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 |
FilialOrig
FilialOrig.
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 |
IDCabAc
Identificador.
Declaration
public string IDCabAc { 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 (V-Vendas, M-Conta Corrente, N-Bancos, C-Compras).
Declaration
public string ModuloOrig { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MoedaDaUEMDocOrig
Indica se a moeda do Doc. de Origem pertence à UEM.
Declaration
public bool MoedaDaUEMDocOrig { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
MoedaDocOrig
Moeda do Documento de Origem.
Declaration
public string MoedaDocOrig { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NumDocOrig
Numero 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 Recebido em 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()