Class RhpBEFuncRemCBLCCusto
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.IRhpBEFuncRemCBLCCusto
Inherited Members
Namespace: RhpBE100
Assembly: RhpBE100.dll
Syntax
[ComVisible(true)]
[Guid("91BD0546-24E9-46D3-9EAB-9416EC4B4ACD")]
[ClassInterface(ClassInterfaceType.None)]
public class RhpBEFuncRemCBLCCusto : RhpBaseBE, INotifyPropertyChanged, IRhpBEFuncRemCBLCCusto
Constructors
RhpBEFuncRemCBLCCusto()
Declaration
public RhpBEFuncRemCBLCCusto()
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 |
CentroCusto
Identificador do CentroCusto.
Declaration
public string CentroCusto { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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 |
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.IRhpBEFuncRemCBLCCusto