Class RhpBEIndependenteAcumulado
Classe que representa uma linha de acumulados de um Independente.
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBEIndependenteAcumulado
Inherited Members
Namespace: RhpBE100
Assembly: RhpBE100.dll
Syntax
[ComVisible(true)]
[Guid("6EE1B40D-E18D-45B0-BEFA-53A05C8E98BD")]
[ClassInterface(ClassInterfaceType.None)]
public class RhpBEIndependenteAcumulado : RhpBaseBE, INotifyPropertyChanged, IRhpBEIndependenteAcumulado
Constructors
RhpBEIndependenteAcumulado()
Declaration
public RhpBEIndependenteAcumulado()
Properties
Ano
Ano a que se refer o cálculo.
Declaration
public int Ano { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
EmModoEdicao
Indica se se trata de um novo registo 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 |
HonorarioSujeitaIrs
Valor dos honorários sujeitos a IRS.
Declaration
public double HonorarioSujeitaIrs { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Independente
Identificador de um Independente
Declaration
public string Independente { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TipoRendimento
Identifica o tipo de rendimento associado ao funcionário.
Declaration
public string TipoRendimento { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ValorCGARetido
Valor de CGA retido.
Declaration
public double ValorCGARetido { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ValorIRSRetido
Valor do IRS Retido.
Declaration
public double ValorIRSRetido { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ValorRendimentosAnoAnterior
Valor de Sobretaxa IRS retido.
Declaration
public double ValorRendimentosAnoAnterior { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ValorSegSocialRetido
Valor de Segurança Social retido.
Declaration
public double ValorSegSocialRetido { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ValorSobretaxaIRSRetido
Valor de Sobretaxa IRS retido.
Declaration
public double ValorSobretaxaIRSRetido { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBEIndependenteAcumulado