Class CblBEProcessamentoCambios
Implements
Inherited Members
Namespace: CblBE100
Assembly: CblBE100.dll
Syntax
[ComVisible(true)]
[Guid("2E9B7F04-A324-4926-A64A-BEDFCAD1C2F6")]
[ClassInterface(ClassInterfaceType.None)]
public class CblBEProcessamentoCambios : CblBaseBE, ICblBEProcessamentoCambios
Constructors
CblBEProcessamentoCambios()
Declaration
public CblBEProcessamentoCambios()
Properties
Ano
Identificador do Exercicio
Declaration
public int Ano { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CamposUtil
Colecção de Campos de Utilizadores.
Declaration
public StdBECampos CamposUtil { get; set; }
Property Value
Type | Description |
---|---|
StdBECampos |
Data
Identificador da data do processamento.
Declaration
public DateTime Data { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
DataCambio
Identificador da data do cambio.
Declaration
public DateTime DataCambio { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
DataDocumentosFim
Identificador da data de documento final.
Declaration
public DateTime DataDocumentosFim { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
DataDocumentosInicio
Identificador da data de documento inicial.
Declaration
public DateTime DataDocumentosInicio { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
DataPendente
Identificador da data do pendente.
Declaration
public DateTime DataPendente { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Descricao
Identificador da descrição do Processamento
Declaration
public string Descricao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DescricaoDoc
Identificador da descrição do documento a ser gerado.
Declaration
public string DescricaoDoc { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Dia
Identificador do Dia.
Declaration
public int Dia { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Diario
Identificador do Diario.
Declaration
public string Diario { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Documento
Identificador do Documento.
Declaration
public string Documento { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EmModoEdicao
Indica se se trata de um novo registo ou de um já existente em edição.
Declaration
public bool EmModoEdicao { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | EmModoEdicao = True: Já existe. EmModoEdicao = False: Novo. |
Estornar
Indica o estorno do documento.
Declaration
public bool Estornar { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ID
Identificador do Id do registo.
Declaration
public string ID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IdMovimento
Identificador do Id do Movimento na Contabilidade.
Declaration
public string IdMovimento { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IdMovimentoEstorno
Identificador do Id do Movimento na Contabilidade - Estorno.
Declaration
public string IdMovimentoEstorno { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LinhasProcessamentoCambios
Linhas Processamento de Cambios
Declaration
public CblBELinhasProcCambios LinhasProcessamentoCambios { get; }
Property Value
Type | Description |
---|---|
CblBELinhasProcCambios |
Mes
Identificador do Mês.
Declaration
public int Mes { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
MoedaAlt
Indica o estorno do documento.
Declaration
public bool MoedaAlt { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
MoedaTrabalho
Indica a moeda de trabalho do documento.
Declaration
public string MoedaTrabalho { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Numerador
Identificador do Numerador
Declaration
public int Numerador { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PrincipioValorizacao
Identificador do principio de Valorização.
Declaration
public string PrincipioValorizacao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TipoCambioUsar
Identificador do tipo de cambio a utilizar.
Declaration
public string TipoCambioUsar { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TipoLancamento
Identificador do tipo de lançamento.
Declaration
public string TipoLancamento { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Finalize()
Declaration
protected override void Finalize()