C# Class ZicoresTradingPostNotifier.ViewModel.ItemContext

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

Private Properties

Свойство Type Description
AddRule void
CalulateIndex void
Update void
UpdateOldPrice void
rule_RemoveRule void

Méthodes publiques

Méthode Description
ActivateEventHandler ( NotifierRule rule ) : void
CalculateTrend ( long volume ) : void
ItemContext ( ) : System
ItemContext ( ContextType contextType, HotItem item ) : System

Private Methods

Méthode Description
AddRule ( ) : void
CalulateIndex ( long trend ) : void
Update ( ) : void
UpdateOldPrice ( ) : void
rule_RemoveRule ( object sender, NotifierCore e ) : void

Method Details

ActivateEventHandler() public méthode

public ActivateEventHandler ( NotifierRule rule ) : void
rule NotifierCore.Notifier.NotifierRule
Résultat void

CalculateTrend() public méthode

public CalculateTrend ( long volume ) : void
volume long
Résultat void

ItemContext() public méthode

public ItemContext ( ) : System
Résultat System

ItemContext() public méthode

public ItemContext ( ContextType contextType, HotItem item ) : System
contextType ContextType
item NotifierCore.Notifier.HotItem
Résultat System