Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
CurrencyPair.cs
1
using
System.Diagnostics;
2
using
Waher.Persistence
;
3
4
namespace
Paiwise
5
{
9
[DebuggerDisplay(
"From = {From}, To = {To}"
)]
10
public
class
CurrencyPair
11
{
17
public
CurrencyPair
(
CaseInsensitiveString
From
,
CaseInsensitiveString
To
)
18
{
19
this.From =
From
;
20
this.To =
To
;
21
}
22
26
public
CaseInsensitiveString
From
{
get
; }
27
31
public
CaseInsensitiveString
To
{
get
; }
32
}
33
}
Paiwise.CurrencyPair
Contains a pair of currencies, for currency conversion.
Definition:
CurrencyPair.cs:11
Paiwise.CurrencyPair.CurrencyPair
CurrencyPair(CaseInsensitiveString From, CaseInsensitiveString To)
Contains a pair of currencies, for currency conversion.
Definition:
CurrencyPair.cs:17
Paiwise.CurrencyPair.From
CaseInsensitiveString From
From Currency
Definition:
CurrencyPair.cs:26
Paiwise.CurrencyPair.To
CaseInsensitiveString To
To Currency
Definition:
CurrencyPair.cs:31
Waher.Persistence.CaseInsensitiveString
Represents a case-insensitive string.
Definition:
CaseInsensitiveString.cs:11
Paiwise
Definition:
BuyEDalerPaymentService.cs:14
Waher.Persistence
Definition:
Bookmark.cs:4
Waher.Payments
CurrencyPair.cs
Generated by
1.9.5