Class RhpBEHistoricoCambio
Classe correspondente a um registo de histórico de câmbios de uma moeda utilizada numa operação de RHP.
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBEHistoricoCambio
Inherited Members
Namespace: RhpBE100
Assembly: RhpBE100.dll
Syntax
[ComVisible(true)]
[Guid("B7F26E93-0422-4D69-9A05-B8484C273BFB")]
[ClassInterface(ClassInterfaceType.None)]
public class RhpBEHistoricoCambio : RhpBaseBE, INotifyPropertyChanged, IRhpBEHistoricoCambio
Constructors
RhpBEHistoricoCambio()
Declaration
public RhpBEHistoricoCambio()
Properties
Ano
Ano da operação.
Declaration
public int Ano { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CambioMAlt
Câmbio da moeda alternativa.
Declaration
public double CambioMAlt { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
CambioMBase
Câmbio da moeda base.
Declaration
public double CambioMBase { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
CambioMInt
Câmbio da moeda de introdução.
Declaration
public double CambioMInt { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Data
Data da operação.
Declaration
public DateTime Data { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
EmModoEdicao
Indica se se trata de uma nova Falta ou de uma já existente em edição. EmModoEdicao = True já existente, EmModoEdicao = False Nova.
Declaration
public bool EmModoEdicao { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Id
Identificador da operação.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Mes
Ano da operação.
Declaration
public int Mes { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Moeda
Moeda da operação.
Declaration
public string Moeda { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Operacao
Código da operação.
Declaration
public int Operacao { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
Finalize()
Declaration
protected override void Finalize()
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBEHistoricoCambio