Class RhpBEFuncLinhaPlanoDimensoes
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.IRhpBEFuncLinhaPlanoDimensoes
Inherited Members
Namespace: RhpBE100
Assembly: RhpBE100.dll
Syntax
[ComVisible(true)]
[Guid("F21C22D3-BF6D-4A32-B54D-EA64A060B568")]
[ClassInterface(ClassInterfaceType.None)]
public class RhpBEFuncLinhaPlanoDimensoes : RhpBaseBE, INotifyPropertyChanged, IRhpBEFuncLinhaPlanoDimensoes
Constructors
RhpBEFuncLinhaPlanoDimensoes()
Declaration
public RhpBEFuncLinhaPlanoDimensoes()
Properties
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 |
Codigo1
Codigo1
Declaration
public string Codigo1 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Codigo2
Codigo2
Declaration
public string Codigo2 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Codigo3
Codigo3
Declaration
public string Codigo3 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Codigo4
Codigo4
Declaration
public string Codigo4 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Codigo5
Codigo5
Declaration
public string Codigo5 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Dimensao1
Dimensao1
Declaration
public string Dimensao1 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Dimensao2
Dimensao2
Declaration
public string Dimensao2 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Dimensao3
Dimensao3
Declaration
public string Dimensao3 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Dimensao4
Dimensao4
Declaration
public string Dimensao4 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Dimensao5
Dimensao5
Declaration
public string Dimensao5 { 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 |
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.IRhpBEFuncLinhaPlanoDimensoes