Class RhpBETipoVinculo
Classe que encapsula a definição dos Tipos de Vínculo.
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBETipoVinculo
Inherited Members
Namespace: RhpBE100
Assembly: RhpBE100.dll
Syntax
[ComVisible(true)]
[Guid("D4E99718-7C46-4506-B070-B76E87A9EFCD")]
[ClassInterface(ClassInterfaceType.None)]
public class RhpBETipoVinculo : RhpBaseBE, INotifyPropertyChanged, IRhpBETipoVinculo
Constructors
RhpBETipoVinculo()
Declaration
public RhpBETipoVinculo()
Properties
CodigoQP
Identificador da Posicao no Quadro Pessoal.
Declaration
public string CodigoQP { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Descricao
Descrição do Tipo de Vinculo.
Declaration
public string Descricao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EmModoEdicao
Indica se se trata de um novo Tipo de Actividade 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 |
PosicaoBalancoSocial
Identificador da Posicao de Balanço Social.
Declaration
public int PosicaoBalancoSocial { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Tipo
Identificador do Tipo de vínculo.
Declaration
public RhpBETipos.EnuTipoVinculo Tipo { get; set; }
Property Value
Type | Description |
---|---|
RhpBETipos.EnuTipoVinculo |
TipoBalancoSocial
Identificador dos Tipos de Balanço Social.
Declaration
public int TipoBalancoSocial { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TipoVinculo
Identificador dos Tipos de Vinculo.
Declaration
public int TipoVinculo { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Titulo
Titulo do Tipo de Vinculo.
Declaration
public string Titulo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBETipoVinculo