Class RhpBENivelRemuneratorio
Classe que identifica umnivel da tabela de níveis remuneratórios.
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBENivelRemuneratorio
Inherited Members
Namespace: RhpBE100
Assembly: RhpBE100.dll
Syntax
[ComVisible(true)]
[Guid("B389DAA0-73C0-4B63-AA8B-6A3DC35F2AB6")]
[ClassInterface(ClassInterfaceType.None)]
public class RhpBENivelRemuneratorio : RhpBaseBE, INotifyPropertyChanged, IRhpBENivelRemuneratorio
Constructors
RhpBENivelRemuneratorio()
Declaration
public RhpBENivelRemuneratorio()
Properties
Descricao
descrição do nivel.
Declaration
public string Descricao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EmModoEdicao
Indica se se trata de um novo Escalã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 |
Nivel
nivel.
Declaration
public string Nivel { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NivelTransicao
Nivel de Transicao.
Declaration
public string NivelTransicao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Transicao
indica se o nivel é de transicao.
Declaration
public bool Transicao { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
Finalize()
Declaration
protected override void Finalize()
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBENivelRemuneratorio