Class RhpBEReciboProcessamento
Detalhe de um Recibo
Inherited Members
Namespace: RhpBE100
Assembly: RhpBE100.dll
Syntax
public class RhpBEReciboProcessamento : RhpBaseBE, INotifyPropertyChanged, IRhpBEReciboProcessamento
Constructors
RhpBEReciboProcessamento()
Declaration
public RhpBEReciboProcessamento()
Properties
DataMovimento
Indica a data do movimento
Declaration
public DateTime DataMovimento { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
NumProc
Indica o processamento associado ao recibo.
Declaration
public int NumProc { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Pago
Indica se a empresa já pagou ao funcionário
Declaration
public bool Pago { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ReciboID
Identificador do Recibo
Declaration
public int ReciboID { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The PDF identifier. |
TipoVencimento
Indicação do tipo de vencimento associado ao recibo.
Declaration
public int TipoVencimento { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TotalDescontos
Indica o total de descontos
Declaration
public double TotalDescontos { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
TotalLiquido
Indica o total líquido
Declaration
public double TotalLiquido { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
TotalRemuneracoes
Indica o total de remunerações
Declaration
public double TotalRemuneracoes { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.ComponentModel.INotifyPropertyChanged