Class RhpBENotaMoeda
Classe que encapsula uma Nota ou Moeda.
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBENotaMoeda
Inherited Members
Namespace: RhpBE100
Assembly: RhpBE100.dll
Syntax
[ComVisible(true)]
[Guid("AD6FD626-7E24-475B-BE99-F13B43FCA0FF")]
[ClassInterface(ClassInterfaceType.None)]
public class RhpBENotaMoeda : RhpBaseBE, INotifyPropertyChanged, IRhpBENotaMoeda
Constructors
RhpBENotaMoeda()
Declaration
public RhpBENotaMoeda()
Properties
EmModoEdicao
Indica se se trata de um novo registo 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 |
MoedaAssociada
Identificador da Moeda associada ao valor da Nota ou da Moeda.
Declaration
public string MoedaAssociada { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NotaMoeda
valor da Moeda ou da Nota.
Declaration
public float NotaMoeda { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Methods
Finalize()
Declaration
protected override void Finalize()
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBENotaMoeda