Class RhpBEGrupoPessoal
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBEGrupoPessoal
Inherited Members
Namespace: RhpBE100
Assembly: RhpBE100.dll
Syntax
[ComVisible(true)]
[Guid("1C379B32-7F21-41FD-B8C6-E23A8C033F09")]
[ClassInterface(ClassInterfaceType.None)]
public class RhpBEGrupoPessoal : RhpBaseBE, INotifyPropertyChanged, IRhpBEGrupoPessoal
Constructors
RhpBEGrupoPessoal()
Declaration
public RhpBEGrupoPessoal()
Properties
Carreira
Identificador da Carreira Profissional.
Declaration
public string Carreira { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Descricao
Descrição do Grupo de Pessoal da Carreira Profissional.
Declaration
public string Descricao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EmModoEdicao
Indica se se trata de um novo Grupo 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 |
Grupo
Identificador do Grupo de Pessoal da Carreira Profissional.
Declaration
public string Grupo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
GrupoBDAP
Identificador do Grupo BDAP.
Declaration
public string GrupoBDAP { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Finalize()
Declaration
protected override void Finalize()
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBEGrupoPessoal