Class RhpBEIRTRemCategoria
Classe que encapsula a definição das remunerações que cada funcionário poderá ter por categoria dentro de cada IRT.
Implements
System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBEIRTRemCategoria
  Inherited Members
Namespace: RhpBE100
Assembly: RhpBE100.dll
Syntax
[ComVisible(true)]
[Guid("1FE20313-5E70-485C-9784-2962CEB893AA")]
[ClassInterface(ClassInterfaceType.None)]
public class RhpBEIRTRemCategoria : RhpBaseBE, INotifyPropertyChanged, IRhpBEIRTRemCategoriaConstructors
RhpBEIRTRemCategoria()
Declaration
public RhpBEIRTRemCategoria()Properties
Categoria
Identificador da Categoria.
Declaration
public string Categoria { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
DataAplicacao
Identificador da data de aplicação da linha.
Declaration
public DateTime DataAplicacao { get; set; }Property Value
| Type | Description | 
|---|---|
| System.DateTime | 
EmModoEdicao
Indica se se trata de uma nova Remuneração ou de uma já existente em edição. EmModoEdicao = True já existente, EmModoEdicao = False Nova.
Declaration
public bool EmModoEdicao { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
Escalao
Determina a que escalão pertence o registo.
Declaration
public int Escalao { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
IDLinha
Campos do utilizador associados.
Declaration
public string IDLinha { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
Instrumento
Identificador do Instrumento de Regulamentação do Trabalho.
Declaration
public string Instrumento { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
Quantidade
Declaration
public float Quantidade { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Single | 
Remuneracao
Identificador da Remuneração.
Declaration
public string Remuneracao { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
Valor
Identificador do Valor a receber pela remuneração.
Declaration
public double Valor { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Double | 
ValorUnitario
Valor unitário da remuneração.
Declaration
public double ValorUnitario { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Double | 
Methods
Finalize()
Declaration
protected override void Finalize()Implements
      System.ComponentModel.INotifyPropertyChanged
  
  
      RhpBE100.IRhpBEIRTRemCategoria