Class RhpBELinhaFormaPagamentoSubs
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBELinhaFormaPagamentoSubs
Inherited Members
Namespace: RhpBE100
Assembly: RhpBE100.dll
Syntax
[ComVisible(true)]
[Guid("71FB62EA-151C-4B80-B7EB-1E5E846A9250")]
[ClassInterface(ClassInterfaceType.None)]
public class RhpBELinhaFormaPagamentoSubs : RhpBaseBE, INotifyPropertyChanged, IRhpBELinhaFormaPagamentoSubs
Constructors
RhpBELinhaFormaPagamentoSubs()
Declaration
public RhpBELinhaFormaPagamentoSubs()
Properties
EmModoEdicao
Indica se se trata de uma novo registo a adicionar 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
Mes da forma de pagamento
Declaration
public RhpBETipos.EnMesFormaPagamento Mes { get; set; }
Property Value
Type | Description |
---|---|
RhpBETipos.EnMesFormaPagamento |
Percentagem
Percentagem aplicada à forma de pagamento
Declaration
public double Percentagem { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Tipo
Tipo de forma de pagamento.
Declaration
public RhpBETipos.EnTipoFormaPagamento Tipo { get; set; }
Property Value
Type | Description |
---|---|
RhpBETipos.EnTipoFormaPagamento |
Methods
Finalize()
Declaration
protected override void Finalize()
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBELinhaFormaPagamentoSubs