Class RhpBEFuncLinhaPlanoOrcamental
Classe que indica uma repartição para uma determinada Remuneração na chave de repartição fixa de um funcionário.
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBEFuncLinhaPlanoOrcamental
Inherited Members
Namespace: RhpBE100
Assembly: RhpBE100.dll
Syntax
[ComVisible(true)]
[Guid("748D2C94-B867-47BB-8460-1F164FD96867")]
[ClassInterface(ClassInterfaceType.None)]
public class RhpBEFuncLinhaPlanoOrcamental : RhpBaseBE, INotifyPropertyChanged, IRhpBEFuncLinhaPlanoOrcamental
Constructors
RhpBEFuncLinhaPlanoOrcamental()
Declaration
public RhpBEFuncLinhaPlanoOrcamental()
Properties
Actividade
Actividade a que o processo diz respeito.
Declaration
public string Actividade { get; set; }
Property Value
Type | Description |
---|---|
System.String |
AnoCBL
Identificador do Ano.
Declaration
public int AnoCBL { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
AnoFiscal
Ano de calendário ao qual se refere a afectação.
Declaration
public int AnoFiscal { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ClassOrgan
Classe orgânica a que o processo diz respeito.
Declaration
public string ClassOrgan { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FonteFinanc
Fonte de Financiamento a que o processo diz respeito.
Declaration
public string FonteFinanc { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Funcionario
Identificador do Funcionário.
Declaration
public string Funcionario { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IdAltMensal
Identificador da Alteração Mensal.
Declaration
public string IdAltMensal { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IdHoraExtra
Identificador da HoraExtra.
Declaration
public string IdHoraExtra { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IdRemuneracao
Identificador da Remuneracao.
Declaration
public string IdRemuneracao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Linha
Número de linha.
Declaration
public int Linha { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
MesCBL
Mês contabilístico ao qual se refere a afectação.
Declaration
public int MesCBL { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
MesFiscal
Mês de calendário ao qual se refere a afectação.
Declaration
public int MesFiscal { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Percentagem
Identificador da Percentagem.
Declaration
public double Percentagem { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ProgMedida
Programa/Medida a que o processo diz respeito.
Declaration
public string ProgMedida { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TipoTabela
Identificador do Tipo de Tabela.
Declaration
public RhpBETipos.EnuTipoTabelaPlanoCBL TipoTabela { get; set; }
Property Value
Type | Description |
---|---|
RhpBETipos.EnuTipoTabelaPlanoCBL |
Methods
Finalize()
Declaration
protected override void Finalize()
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBEFuncLinhaPlanoOrcamental