Class CctBERemessaBanc
Esta classe efectua Remessas Bancárias.
Inherited Members
Namespace: CctBE100
Assembly: CctBE100.dll
Syntax
[ComVisible(true)]
[Guid("F6377C17-B1C7-488B-856D-533DE4635E4E")]
[ClassInterface(ClassInterfaceType.None)]
public class CctBERemessaBanc : CctBaseBE
Constructors
CctBERemessaBanc()
Declaration
public CctBERemessaBanc()
Properties
B2BTrataTrans
Indica se o documento trata transacção
Declaration
public bool B2BTrataTrans { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Cambio
Cambio.
Declaration
public double Cambio { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
CambioMAlt
Câmbio da moeda alternativa.
Declaration
public double CambioMAlt { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
CambioMBase
Câmbio da moeda base.
Declaration
public double CambioMBase { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
CamposUtil
Campos do utilizador.
Declaration
public StdBECampos CamposUtil { get; set; }
Property Value
Type | Description |
---|---|
StdBECampos |
CBLAno
CBLAno.
Declaration
public int CBLAno { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CBLDiario
Diário.
Declaration
public string CBLDiario { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CBLEstado
Mov. Contab.
Declaration
public byte CBLEstado { get; set; }
Property Value
Type | Description |
---|---|
System.Byte |
CBLNumDiario
Número do Diário.
Declaration
public int CBLNumDiario { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ContaBancaria
Conta Bancária.
Declaration
public string ContaBancaria { 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 |
DataMagnetico
Data em que foi gerado o ficheiro magnético.
Declaration
public DateTime DataMagnetico { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
DataUltimaActualizacao
Data da Ultima Actualização.
Declaration
public DateTime DataUltimaActualizacao { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
DifArredondamento
Diferença 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
Diferença de Cambio.
Declaration
public double DifCambio { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
DocImpresso
Indica se o Documento já foi impresso.
Declaration
public bool DocImpresso { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Documentos
Indica a Lista de Documentos de Transferência.
Declaration
public CctBELinhasRemessaBanc Documentos { get; set; }
Property Value
Type | Description |
---|---|
CctBELinhasRemessaBanc |
EmModoEdicao
Em Modo de Edição.
Declaration
public bool EmModoEdicao { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
EntidadeFinanceira
Define se o terceiro é uma Entidade Financeira ou não
Declaration
public string EntidadeFinanceira { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EstadoDestino
Estado Destino.
Declaration
public string EstadoDestino { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Filial
Código da Filial.
Declaration
public string Filial { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Financiada
Define se a remessa é para financiar FSDD (ES apenas)
Declaration
public bool Financiada { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
FormatoMagnetico
Indica o formato do ficheiro magnético.
Declaration
public string FormatoMagnetico { get; set; }
Property Value
Type | Description |
---|---|
System.String |
GeradoMagnetico
Indica se o ficheiro magnético, a enviar para o banco, já foi gerado.
Declaration
public bool GeradoMagnetico { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ID
Valor ID.
Declaration
public string ID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IDCabecMovCbl
Identidicador do documento da Contabilidade
Declaration
public string IDCabecMovCbl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IDDocB2B
Identificador que permite a relação com a tabela TransB2B
Declaration
public string IDDocB2B { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IdGDOC
#Id GDOC
Declaration
public string IdGDOC { 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 |
Moeda
Moeda.
Declaration
public string Moeda { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MoedaDaUEM
Moeda da UEM.
Declaration
public bool MoedaDaUEM { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
NumDoc
Numero do Documento.
Declaration
public string NumDoc { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NumeroRemessa
Número de remessa.
Declaration
public int NumeroRemessa { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Observacoes
Observações.
Declaration
public string Observacoes { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Serie
Serie.
Declaration
public string Serie { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TipoConta
Modulo de onde provem a transferencia: "C" para contas correntes; "T" para Títulos.
Declaration
public string TipoConta { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TipoContaDestino
Tipo de Conta Destino.
Declaration
public string TipoContaDestino { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Tipodoc
Tipo de Documento.
Declaration
public string Tipodoc { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TipoLancamento
Identifica o tipo de lançamento
Declaration
public string TipoLancamento { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TipoTerceiroDestino
Tipo Terceiro Destino.
Declaration
public string TipoTerceiroDestino { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TotalDoc
Total de Documentos.
Declaration
public double TotalDoc { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
TransferenciaEstado
Indica se o Documento é uma Transferencia de Estado.
Declaration
public bool TransferenciaEstado { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Utilizador
Utilizador - Propriedade usada pelo POS.
Declaration
public string Utilizador { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ValorDesconto
Valor do desconto.
Declaration
public double ValorDesconto { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ValorRetencao
Valor da Retenção.
Declaration
public double ValorRetencao { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ValorRetencaoGarantia
Valor da Retenção de Garantia Transferido
Declaration
public double ValorRetencaoGarantia { 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()