Class RhpBEPagamentoSegSocial
Classe que encapsula um pagamento à segurança Social, de um processamento de um funcionário.
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBEPagamentoSegSocial
Inherited Members
Namespace: RhpBE100
Assembly: RhpBE100.dll
Syntax
[ComVisible(true)]
[Guid("977D9502-820C-464F-9C0E-2AF14E263D57")]
[ClassInterface(ClassInterfaceType.None)]
public class RhpBEPagamentoSegSocial : RhpBaseBE, INotifyPropertyChanged, IRhpBEPagamentoSegSocial
Constructors
RhpBEPagamentoSegSocial()
Declaration
public RhpBEPagamentoSegSocial()
Properties
Ano
Ano a que se refere o registo.
Declaration
public string Ano { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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 |
Mes
Mês ao qual se refere o registo.
Declaration
public int Mes { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SegurancaSocial
Identificador do registo de Segurança Social.
Declaration
public string SegurancaSocial { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TiposProcessamento
Identificador do Grupo de processamentos a pagar.
Declaration
public string TiposProcessamento { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Valor
Valor do pagamento.
Declaration
public double Valor { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
Finalize()
Declaration
protected override void Finalize()
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBEPagamentoSegSocial