Valuta class
Currency.
public class Valuta : BaseEntity
Public Members
name | description |
---|---|
Valuta() | The default constructor. |
Cambio { get; set; } | Exchange rate against the Euro. |
Nome { get; set; } | Name. |
Predefinita { get; set; } | Wether this is the default currency or not. |
Sigla { get; set; } | Abbreviation (e.g., "EUR"). |
See Also
- class BaseEntity
- namespace Amica