Class RhpBEDocumentoCBL
Esta classe permite identificar objectos do tipo documento de contabilidade.
Implements
Inherited Members
Namespace: RhpBE100
Assembly: RhpBE100.dll
Syntax
[ComVisible(true)]
[Guid("D9479031-744A-4ACE-9582-CFD1D3C34E7C")]
[ClassInterface(ClassInterfaceType.None)]
public class RhpBEDocumentoCBL : RhpBaseBE, INotifyPropertyChanged, IRhpBEDocumentoCBL
Constructors
RhpBEDocumentoCBL()
Declaration
public RhpBEDocumentoCBL()
Properties
AllowDocChanges
Indicador Se no editor de documentos da CBL deve ser permitido efectuar alterarações.
Declaration
public bool AllowDocChanges { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Ano
Ano ao qual se refere o registo.
Declaration
public int Ano { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
AnoCBL
AnoCBL ao qual se refere o registo.
Declaration
public int AnoCBL { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ClassificacaoOrganica
Identificador da Classificação Orgânica.
Declaration
public string ClassificacaoOrganica { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DataDoc
Data do documento.
Declaration
public string DataDoc { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Descricao
Descrição do Documento da Contabilidade.
Declaration
public string Descricao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Diario
Identificador do Diário da Contabilidade.
Declaration
public string Diario { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Documento
Identificador do Documento da Contabilidade.
Declaration
public string Documento { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IdDocumento
Identifica o documento
Declaration
public string IdDocumento { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IdFolhaVenc
Identificador da Folha de Vencimento.
Declaration
public int IdFolhaVenc { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Mes
Mês ao qual se refere o registo.
Declaration
public byte Mes { get; set; }
Property Value
Type | Description |
---|---|
System.Byte |
Modulo
Módulo indicativo da aplicação responsável pelo registo.
Modulo = 'P' Recursos Humanos.
Declaration
public string Modulo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MovimCentrosCusto
Colecção contendo todos os movimentos para Centros de Custo.
Declaration
public RhpBELinhasCCustoCBL MovimCentrosCusto { get; }
Property Value
Type | Description |
---|---|
RhpBELinhasCCustoCBL |
Movimentos
Colecção contendo todos os movimentos para a Contabilidade.
Declaration
public RhpBELinhasDocCBL Movimentos { get; }
Property Value
Type | Description |
---|---|
RhpBELinhasDocCBL |
MovimFuncoes
Colecção contendo todos os movimentos para Funções.
Declaration
public RhpBELinhasFuncoesCBL MovimFuncoes { get; }
Property Value
Type | Description |
---|---|
RhpBELinhasFuncoesCBL |
NumFolhaVenc
Identificador da Folha de Vencimento.
Declaration
public int NumFolhaVenc { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NumProc
Declaration
public HashSet<int> NumProc { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.HashSet<System.Int32> |
Processamento
Tipo de processamento.
Declaration
public string Processamento { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ProcessoExecucao
Identificador do Processo de execução associado.
Declaration
public string ProcessoExecucao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Recapitulativos
Identifica se está sujeito a Recapitulativos.
Declaration
public bool Recapitulativos { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Recolha
Identifica o tipo de recolha para transmissões intracomunitárias
Declaration
public byte Recolha { get; set; }
Property Value
Type | Description |
---|---|
System.Byte |
RefAnalitica
Indicador do tipo de repartição a utilizar para as Contas Analíticas.
Declaration
public bool RefAnalitica { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
RefClasseIVA
Indicador utilizar ou não as classes de I.V.A. definidas na Contabilidade.
Declaration
public bool RefClasseIVA { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ReflecteFluxos
Indicador utilizar ou não os fluxos de caixa definidos no documento na Contabilidade.
Declaration
public bool ReflecteFluxos { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
TipoLancamento
Identificador do Tipo de Lançamento associado.
Declaration
public string TipoLancamento { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TipoPessoal
Identificador do Tipo de Pessoal.
Declaration
public string TipoPessoal { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Finalize()
Declaration
protected override void Finalize()