Class RhpBEFormaPagamento
Classe que identifica uma Forma de Pagamento a uma determinada Entidade.
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBEFormaPagamento
Inherited Members
Namespace: RhpBE100
Assembly: RhpBE100.dll
Syntax
[ComVisible(true)]
[Guid("6148473F-4B66-4472-99EF-03214AB87C13")]
[ClassInterface(ClassInterfaceType.None)]
public class RhpBEFormaPagamento : RhpBaseBE, INotifyPropertyChanged, IRhpBEFormaPagamento
Constructors
RhpBEFormaPagamento()
Declaration
public RhpBEFormaPagamento()
Properties
Activo
Activo.
Declaration
public bool Activo { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Balcao
Balcão.
Declaration
public string Balcao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Banco
Banco.
Declaration
public string Banco { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BIC
BIC.
Declaration
public string BIC { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CartaoBancario
Código do cartão bancário.
Declaration
public string CartaoBancario { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ContaEmpresa
Código da conta bancária da empresa.
Declaration
public string ContaEmpresa { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Default
Default.
Declaration
public bool Default { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
EmModoEdicao
Indica se o registo se encontra em modo de edição.
Declaration
public bool EmModoEdicao { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Entidade
Código da Entidade.
Declaration
public string Entidade { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Forma
Forma.
Declaration
public int Forma { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
IBAN
IBAN.
Declaration
public string IBAN { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ID
Campos do utilizador.
Declaration
public string ID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ModoPagTesouraria
Modo de pagamento para Tesouraria.
Declaration
public string ModoPagTesouraria { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Moeda
Código da moeda.
Declaration
public string Moeda { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NIB
NIB.
Declaration
public string NIB { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NumConta
Conta bancária.
Declaration
public string NumConta { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Percentagem
Percentagem de pagamento.
Declaration
public double Percentagem { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Remuneracao
Código da Remuneração.
Declaration
public string Remuneracao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SWIFT
SWIFT.
Declaration
public string SWIFT { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TipoEntidade
Código da TipoEntidade.
Declaration
public string TipoEntidade { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TipoSubsidioAlimentacao
Tipo de subsídio de alimentação.
Declaration
public RhpBETipos.RHPTiposSubsidiosAlimentacao TipoSubsidioAlimentacao { get; set; }
Property Value
Type | Description |
---|---|
RhpBETipos.RHPTiposSubsidiosAlimentacao |
Methods
CopiaSimples(RhpBEFormaPagamento)
Efectua uma cópia integral do objecto passado por parâmetro.
Declaration
public void CopiaSimples(RhpBEFormaPagamento Original)
Parameters
Type | Name | Description |
---|---|---|
RhpBEFormaPagamento | Original | Objecto do tipo RhpBEDescontoFunc a partir do qual será efectuada a cópia. |
Finalize()
Declaration
protected override void Finalize()
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBEFormaPagamento