C# 클래스 QLNet.Currencies.Currency

Currency specification
파일 보기 프로젝트 열기: ammachado/QLNet

공개 메소드들

메소드 설명
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