C# 클래스 NotifierCore.Notifier.Money

상속: LibraryBase.Wpf.ViewModel.BindableBase
파일 보기 프로젝트 열기: Zicore/TradingPostNotifier 1 사용 예제들

공개 메소드들

메소드 설명
Balance ( ) : void
BalanceSilver ( ) : void
Money ( ) : System
Money ( decimal totalCopper ) : System
Money ( decimal gold, decimal silver, decimal copper ) : System
Money ( int gold, int silver, int copper ) : System
ToString ( ) : string
operator ( ) : Money
operator ( ) : double

비공개 메소드들

메소드 설명
MoneyChanged ( ) : void

메소드 상세

Balance() 공개 메소드

public Balance ( ) : void
리턴 void

BalanceSilver() 공개 메소드

public BalanceSilver ( ) : void
리턴 void

Money() 공개 메소드

public Money ( ) : System
리턴 System

Money() 공개 메소드

public Money ( decimal totalCopper ) : System
totalCopper decimal
리턴 System

Money() 공개 메소드

public Money ( decimal gold, decimal silver, decimal copper ) : System
gold decimal
silver decimal
copper decimal
리턴 System

Money() 공개 메소드

public Money ( int gold, int silver, int copper ) : System
gold int
silver int
copper int
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

operator() 공개 정적인 메소드

public static operator ( ) : Money
리턴 Money

operator() 공개 정적인 메소드

public static operator ( ) : double
리턴 double