C# Class NotifierCore.Notifier.Money

Inheritance: LibraryBase.Wpf.ViewModel.BindableBase
Show file Open project: Zicore/TradingPostNotifier Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
MoneyChanged ( ) : void

Method Details

Balance() public method

public Balance ( ) : void
return void

BalanceSilver() public method

public BalanceSilver ( ) : void
return void

Money() public method

public Money ( ) : System
return System

Money() public method

public Money ( decimal totalCopper ) : System
totalCopper decimal
return System

Money() public method

public Money ( decimal gold, decimal silver, decimal copper ) : System
gold decimal
silver decimal
copper decimal
return System

Money() public method

public Money ( int gold, int silver, int copper ) : System
gold int
silver int
copper int
return System

ToString() public method

public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : Money
return Money

operator() public static method

public static operator ( ) : double
return double