Class RhpBEFuncRemCBLPFuncional
Classe que indica uma repartição para uma determinada Actividade na chave de repartição fixa de um funcionário. Quando Repartição fixa.
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBEFuncRemCBLPFuncional
Inherited Members
Namespace: RhpBE100
Assembly: RhpBE100.dll
Syntax
[ComVisible(true)]
[Guid("3239D241-B81A-44D0-BFCD-DA8B782AE8C5")]
[ClassInterface(ClassInterfaceType.None)]
public class RhpBEFuncRemCBLPFuncional : RhpBaseBE, INotifyPropertyChanged, IRhpBEFuncRemCBLPFuncional
Constructors
RhpBEFuncRemCBLPFuncional()
Declaration
public RhpBEFuncRemCBLPFuncional()
Properties
Ano
Identificador do Ano.
Declaration
public int Ano { 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 |
EmModoEdicao
Indica se se trata de uma nova remunercação ou de um já existente em edição. EmModoEdicao = True já existente, EmModoEdicao = False Nova.
Declaration
public bool EmModoEdicao { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Funcao
Identificador da Função.
Declaration
public string Funcao { 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
Identificador da 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 |
Principal
Indicação da classe Principal (0 - Não / 1 - Sim).
Declaration
public bool Principal { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
TipoTabela
Identificador do Tipo de Tabela.
Declaration
public int TipoTabela { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
Finalize()
Declaration
protected override void Finalize()
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBEFuncRemCBLPFuncional