Class RhpBEInstituicaoHistorico
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBEInstituicaoHistorico
Inherited Members
Namespace: RhpBE100
Assembly: RhpBE100.dll
Syntax
[ComVisible(true)]
[Guid("99878643-1773-4C20-9236-39B6096B71E9")]
[ClassInterface(ClassInterfaceType.None)]
public class RhpBEInstituicaoHistorico : RhpBaseBE, INotifyPropertyChanged, IRhpBEInstituicaoHistorico
Constructors
RhpBEInstituicaoHistorico()
Declaration
public RhpBEInstituicaoHistorico()
Properties
AnoFiscalReferencia
Ano Fical de Referência ao qual se devem aplicar retroativos.
Declaration
public int AnoFiscalReferencia { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
DataAplicacao
Data a partir da qual vigoram estes parâmetros.
Declaration
public DateTime DataAplicacao { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
DescontoEmpregado
Valor do desconto assegurado pelo funcionário.
Declaration
public double DescontoEmpregado { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
DescontoEmpresa
Valor do desconto assegurado pela entidade patronal.
Declaration
public double DescontoEmpresa { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
EmModoEdicao
Indica se se trata de um novo item ou de um já existente em edição. EmModoEdicao = True já existente, EmModoEdicao = False Novo.
Declaration
public bool EmModoEdicao { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Entidade
Código mestre da entidade (instituição).
Declaration
public string Entidade { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ID
Identificador chave do registo historico de parametros de uma instituição.
Declaration
public string ID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Instituicao
Declaration
public byte Instituicao { get; set; }
Property Value
Type | Description |
---|---|
System.Byte |
MesFiscalReferencia
Mês Fical de Referência ao qual se devem aplicar retroativos.
Declaration
public byte MesFiscalReferencia { get; set; }
Property Value
Type | Description |
---|---|
System.Byte |
Moeda
Moeda dos valores de descontos
Declaration
public string Moeda { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Percentual
Data a partir da qual vigoram.
Declaration
public bool Percentual { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
TipoValorMinimo
Declaration
public RhpBETipos.EnuTipoValorMinimo TipoValorMinimo { get; set; }
Property Value
Type | Description |
---|---|
RhpBETipos.EnuTipoValorMinimo |
Valor
Valor do desconto assegurado pelo funcionário para sindicato.
Declaration
public double Valor { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ValorMinimo
Valor Minimo do desconto assegurado pelo funcionário para sindicato.
Declaration
public double ValorMinimo { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBEInstituicaoHistorico