C# Класс QLNet.Currencies.Currency

Currency specification
Показать файл Открыть проект

Открытые методы

Метод Описание
Currency ( ) : System

Instances built via this constructor have undefined behavior. Such instances can only act as placeholders and must be reassigned to a valid currency before being used.

Currency ( string name, string code, int numericCode, string symbol, string fractionSymbol, int fractionsPerUnit, Rounding rounding, string formatString ) : System
Currency ( string name, string code, int numericCode, string symbol, string fractionSymbol, int fractionsPerUnit, Rounding rounding, string formatString, Currency triangulationCurrency ) : System
Equals ( Currency other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string
operator ( ) : Money
operator ( ) : bool

Приватные методы

Метод Описание
empty ( ) : bool

Описание методов

Currency() публичный Метод

Instances built via this constructor have undefined behavior. Such instances can only act as placeholders and must be reassigned to a valid currency before being used.
public Currency ( ) : System
Результат System

Currency() публичный Метод

public Currency ( string name, string code, int numericCode, string symbol, string fractionSymbol, int fractionsPerUnit, Rounding rounding, string formatString ) : System
name string
code string
numericCode int
symbol string
fractionSymbol string
fractionsPerUnit int
rounding Rounding
formatString string
Результат System

Currency() публичный Метод

public Currency ( string name, string code, int numericCode, string symbol, string fractionSymbol, int fractionsPerUnit, Rounding rounding, string formatString, Currency triangulationCurrency ) : System
name string
code string
numericCode int
symbol string
fractionSymbol string
fractionsPerUnit int
rounding Rounding
formatString string
triangulationCurrency Currency
Результат System

Equals() публичный Метод

public Equals ( Currency other ) : bool
other Currency
Результат bool

Equals() публичный Метод

public Equals ( object obj ) : bool
obj object
Результат bool

GetHashCode() публичный Метод

public GetHashCode ( ) : int
Результат int

ToString() публичный Метод

public ToString ( ) : string
Результат string

operator() публичный статический Метод

public static operator ( ) : Money
Результат Money

operator() публичный статический Метод

public static operator ( ) : bool
Результат bool