Class RhpBECategoriaEscalao
Classe que identifica um Escalão na estrutura funcional de uma categoria.
Implements
System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBECategoriaEscalao
  Inherited Members
Namespace: RhpBE100
Assembly: RhpBE100.dll
Syntax
[ComVisible(true)]
[Guid("ACC05C14-11CC-4C3D-9AFD-B5FB8928FB3C")]
[ClassInterface(ClassInterfaceType.None)]
public class RhpBECategoriaEscalao : RhpBaseBE, INotifyPropertyChanged, IRhpBECategoriaEscalaoConstructors
RhpBECategoriaEscalao()
Declaration
public RhpBECategoriaEscalao()Properties
Categoria
Identificador da Categoria Profissional.
Declaration
public string Categoria { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
Descricao
Descrição do Escalão.
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 | 
Escalao
Identificador do Escalão.
Declaration
public int Escalao { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
Indice
Índice do Escalão.
Declaration
public int Indice { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
Methods
Finalize()
Declaration
protected override void Finalize()Implements
      System.ComponentModel.INotifyPropertyChanged
  
  
      RhpBE100.IRhpBECategoriaEscalao