Class BasBEMoeda
Definição de uma moeda.
Implements
BasBE100.IBasBEMoeda
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("bd13cd15-cedc-4827-b6f4-33c069fc83c1")]
[ClassInterface(ClassInterfaceType.None)]
public class BasBEMoeda : BasBaseBE, IBasBEMoeda
Constructors
BasBEMoeda()
Declaration
public BasBEMoeda()
Properties
CamposUtil
Campos do utilizador associados à moeda.
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 |
CodigoTabLog
Código da tabela de log (uso interno).
Declaration
public string CodigoTabLog { 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 |
DataCambio
Data de câmbio.
Declaration
public DateTime DataCambio { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
DataUltimaActualizacao
Data da última actualização dos dados da moeda.
Declaration
public DateTime DataUltimaActualizacao { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
DecArredonda
Decimais de arredondamento.
Declaration
public int DecArredonda { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
DecArredondaIVA
Decimais de arredondamento para IVA.
Declaration
public int DecArredondaIVA { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
DecPrecUnit
Decimais do preço unitário.
Declaration
public int DecPrecUnit { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
DescParteDecimal
Descrição da parte decimal.
Declaration
public string DescParteDecimal { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DescParteInteira
Descrição da parte inteira.
Declaration
public string DescParteInteira { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Ex.: EUR = Euro.
Descricao
Descrição da moeda.
Declaration
public string Descricao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EmModoEdicao
Estado do objecto (uso interno).
Declaration
public bool EmModoEdicao { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
EstadoBE
Estado do objecto (uso interno).
Declaration
public string EstadoBE { get; set; }
Property Value
Type | Description |
---|---|
System.String |
HistoricoCambios
Colecção de registos de histórico de câmbios.
Declaration
public BasBEMoedasHistorico HistoricoCambios { get; }
Property Value
Type | Description |
---|---|
BasBEMoedasHistorico |
ISO4217
Código ISO4217 associado a moeda
Declaration
public string ISO4217 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Moeda
Identificador da moeda.
Declaration
public string Moeda { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PertenceUEM
Indica se a moeda pertence à UEM.
Declaration
public bool PertenceUEM { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Simbolo
Simbolo associado a moeda
Declaration
public string Simbolo { 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.IBasBEMoeda