Click or drag to resize

Currency Class

Represents a currency.
Inheritance Hierarchy
SystemObject
  Severa.Entities.APICurrency

Namespace: Severa.Entities.API
Assembly: Severa.Entities.API (in Severa.Entities.API.dll) Version: 1.0.0
Syntax
public class Currency

The Currency type exposes the following members.

Constructors
 NameDescription
Public methodCurrencyInitializes a new instance of the Currency class
Top
Properties
 NameDescription
Public propertyGUID Unique identifier for the currency.
Public propertyIsActive Is currency active True/False.
Public propertyIsoCode Currency's ISO code.
Public propertyRate Currency's exchange rate.
Public propertySymbol Currency's symbol.
Top
See Also