C# Class NotifierCore.Notifier.Money

Inheritance: LibraryBase.Wpf.ViewModel.BindableBase
Afficher le fichier Open project: Zicore/TradingPostNotifier Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
MoneyChanged ( ) : void

Method Details

Balance() public méthode

public Balance ( ) : void
Résultat void

BalanceSilver() public méthode

public BalanceSilver ( ) : void
Résultat void

Money() public méthode

public Money ( ) : System
Résultat System

Money() public méthode

public Money ( decimal totalCopper ) : System
totalCopper decimal
Résultat System

Money() public méthode

public Money ( decimal gold, decimal silver, decimal copper ) : System
gold decimal
silver decimal
copper decimal
Résultat System

Money() public méthode

public Money ( int gold, int silver, int copper ) : System
gold int
silver int
copper int
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

operator() public static méthode

public static operator ( ) : Money
Résultat Money

operator() public static méthode

public static operator ( ) : double
Résultat double