C# Class ZicoresTradingPostNotifier.ViewModel.ItemContext

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

Private Properties

Property Type Description
AddRule void
CalulateIndex void
Update void
UpdateOldPrice void
rule_RemoveRule void

Public Methods

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

Private Methods

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

Method Details

ActivateEventHandler() public method

public ActivateEventHandler ( NotifierRule rule ) : void
rule NotifierCore.Notifier.NotifierRule
return void

CalculateTrend() public method

public CalculateTrend ( long volume ) : void
volume long
return void

ItemContext() public method

public ItemContext ( ) : System
return System

ItemContext() public method

public ItemContext ( ContextType contextType, HotItem item ) : System
contextType ContextType
item NotifierCore.Notifier.HotItem
return System