Class RhpBEProcessoDivida
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBEProcessoDivida
Inherited Members
Namespace: RhpBE100
Assembly: RhpBE100.dll
Syntax
[ComVisible(true)]
[Guid("B9CF8E80-B035-4D17-B95A-F0BCC866BE5D")]
[ClassInterface(ClassInterfaceType.None)]
public class RhpBEProcessoDivida : RhpBaseBE, INotifyPropertyChanged, IRhpBEProcessoDivida
Constructors
RhpBEProcessoDivida()
Declaration
public RhpBEProcessoDivida()
Properties
AcumInicial
AcumInicial
Declaration
public double AcumInicial { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
AnoFinal
AnoFinal
Declaration
public int AnoFinal { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
AnoInicial
AnoInicial
Declaration
public int AnoInicial { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Desconto
Desconto
Declaration
public string Desconto { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Descricao
Descricao
Declaration
public string Descricao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EmModoEdicao
Declaration
public bool EmModoEdicao { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
EntExecutante
EntExecutante
Declaration
public string EntExecutante { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EntOrdenante
EntOrdenante
Declaration
public string EntOrdenante { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Estado
Estado
Declaration
public RhpBETipos.EnuEstadoProcessoDivida Estado { get; set; }
Property Value
Type | Description |
---|---|
RhpBETipos.EnuEstadoProcessoDivida |
FormulaValorMinimo
FormulaValorMinimo Fórmula de cálculo do processo de dívida
Declaration
public RhpBETipos.EnuFormulaProcessoDivida FormulaValorMinimo { get; set; }
Property Value
Type | Description |
---|---|
RhpBETipos.EnuFormulaProcessoDivida |
Funcionario
Funcionario
Declaration
public string Funcionario { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ID
ID
Declaration
public string ID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MesFinal
MesFinal
Declaration
public int MesFinal { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
MesInicial
MesInicial
Declaration
public int MesInicial { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Moeda
Moeda do Processo de Divida
Declaration
public string Moeda { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Observacoes
Observacoes
Declaration
public string Observacoes { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Percentual
Percentual
Declaration
public bool Percentual { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Prioridade
Prioridade
Declaration
public int Prioridade { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Referencia
Referencia
Declaration
public string Referencia { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ReferenciaPagamento
ReferenciaPagamento
Declaration
public string ReferenciaPagamento { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SubsAutonomos
SubsAutonomos Indica se os processamentos de subsidios são autónomos
Declaration
public bool SubsAutonomos { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Tipo
Tipo Tipo do processo de dívida
Declaration
public RhpBETipos.EnuTipoProcessoDivida Tipo { get; set; }
Property Value
Type | Description |
---|---|
RhpBETipos.EnuTipoProcessoDivida |
TipoEntExecutante
TipoEntExecutante
Declaration
public string TipoEntExecutante { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TipoEntOrdenante
TipoEntOrdenante
Declaration
public string TipoEntOrdenante { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Valor
Valor
Declaration
public double Valor { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ValorDivida
ValorDivida
Declaration
public double ValorDivida { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ValorMinimo
ValorMinimo
Declaration
public double ValorMinimo { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ValorProc
ValorProc
Declaration
public double ValorProc { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
Finalize()
Declaration
protected override void Finalize()
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBEProcessoDivida