Class RhpBEQuadroCGA
Classe que define uma entidade QuadroCGA
Implements
Inherited Members
Namespace: RhpBE100
Assembly: RhpBE100.dll
Syntax
[ComVisible(true)]
[Guid("43DA4FD9-5AA7-4E10-82B6-E0B5C4BACDA8")]
[ClassInterface(ClassInterfaceType.None)]
public class RhpBEQuadroCGA : RhpBaseBE, INotifyPropertyChanged, IRhpBEQuadroCGA
Constructors
RhpBEQuadroCGA()
Declaration
public RhpBEQuadroCGA()
Properties
Ano
Ano de referência da relação
Declaration
public int Ano { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Anula
Código de anulação de situação (0 - Movimento normal | 6 - Movimento retroactivo positivo | 7 - Anulação de movimento retroactivo | 9 - Anulação de movimento normal)
Declaration
public int Anula { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Categoria
Categoria associada
Declaration
public string Categoria { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CGA
Código que identifica a entidade a que se destinam os descontos (CGA)
Declaration
public string CGA { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ChaveCGA
Identificador único do registo
Declaration
public string ChaveCGA { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CodSituacao
Código identificador da situação associada a relação
Declaration
public string CodSituacao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DataEfeito
Data de efeito
Declaration
public DateTime DataEfeito { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
DescargaCC
Indica se já foi feito o lançamento ou não
Declaration
public bool DescargaCC { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Descontos
Valor dos descontos
Declaration
public double Descontos { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Diuturnidades
Número de diuturnidades
Declaration
public double Diuturnidades { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
EmModoEdicao
Indica se o registo em edição é novo (true) ou existente(false).
Declaration
public bool EmModoEdicao { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Estabelecimento
Código identificador do estabelecimento
Declaration
public string Estabelecimento { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Funcionario
Código identificador do funcionário
Declaration
public string Funcionario { get; set; }
Property Value
Type | Description |
---|---|
System.String |
HorarioCompleto
Horário Completo
Declaration
public double HorarioCompleto { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
HorarioParcial
Horário parcial
Declaration
public double HorarioParcial { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
IdOrigem
Identificador da linha de origem
Declaration
public string IdOrigem { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Mes
Mês de referência da relação
Declaration
public int Mes { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NivelRem
Nível remuneratório
Declaration
public string NivelRem { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Nome
Nome do funcionário
Declaration
public string Nome { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NomeMinisterio
Nome do Ministério
Declaration
public string NomeMinisterio { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NomeOrganismo
Nome do Organismo
Declaration
public string NomeOrganismo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NumCGAFuncionario
Número de subscritor do funcionário
Declaration
public string NumCGAFuncionario { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NumCGAServico
Número do serviço da CGA
Declaration
public string NumCGAServico { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NumeroDiasTrabalho
Número de dias de trabalho
Declaration
public double NumeroDiasTrabalho { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Observacoes
Campo de Observações
Declaration
public string Observacoes { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PercAcresc
Percentagem de tempo acrescido
Declaration
public double PercAcresc { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Percentagem
Percentagem de descontos do funcionário
Declaration
public double Percentagem { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PercentagemEmpresa
Percentagem de descontos da empresa
Declaration
public double PercentagemEmpresa { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PerdaEfect
Valor da perda de efectividade
Declaration
public double PerdaEfect { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Remuneracao
Remuneração do funcionário
Declaration
public double Remuneracao { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
TipoRelacao
Indica o tipo de relação (0: Relações de descontos | 1: Relações contributivas)
Declaration
public int TipoRelacao { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ValorCGAEntPatronal
Valor dos descontos da entidade patronal
Declaration
public double ValorCGAEntPatronal { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
Finalize()
Declaration
protected override void Finalize()