Class BasBEMoedaHistorico
Definição de um registo de histórico de câmbios de uma moeda.
Implements
BasBE100.IBasBEMoedaHistorico
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: BasBE100
Assembly: BasBE100.dll
Syntax
[ComVisible(true)]
[Guid("602ed651-d3af-46fe-bc08-e9a0a0173d38")]
[ClassInterface(ClassInterfaceType.None)]
public class BasBEMoedaHistorico : BasBaseBE, IBasBEMoedaHistorico
Constructors
BasBEMoedaHistorico()
Declaration
public BasBEMoedaHistorico()
Properties
CamposUtil
Campos do utilizador associados ao registo.
Declaration
public StdBECampos CamposUtil { get; set; }
Property Value
Type | Description |
---|---|
StdBECampos |
ChaveLog
Chave de log (uso interno).
Declaration
public string ChaveLog { get; }
Property Value
Type | Description |
---|---|
System.String |
Compra
Câmbio de compra.
Declaration
public double Compra { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Conteudo
Estado do objecto (uso interno).
Declaration
public string Conteudo { get; }
Property Value
Type | Description |
---|---|
System.String |
Data
Data do registo histórico.
Declaration
public DateTime Data { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
DataCambio
Data de câmbio.
Declaration
public DateTime DataCambio { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
EstadoBE
Estado do objecto (uso interno).
Declaration
public string EstadoBE { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Moeda
Identificador da moeda.
Declaration
public string Moeda { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Venda
Câmbio de venda.
Declaration
public double Venda { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
Finalize()
Declaration
protected void Finalize()
Implements
BasBE100.IBasBEMoedaHistorico