C# Класс ZicoresTradingPostNotifier.ViewModel.ItemContext

Наследование: LibraryBase.Wpf.ViewModel.BindableBase, INotificationHost
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
AddRule void
CalulateIndex void
Update void
UpdateOldPrice void
rule_RemoveRule void

Открытые методы

Метод Описание
ActivateEventHandler ( NotifierRule rule ) : void
CalculateTrend ( long volume ) : void
ItemContext ( ) : System
ItemContext ( ContextType contextType, HotItem item ) : System

Приватные методы

Метод Описание
AddRule ( ) : void
CalulateIndex ( long trend ) : void
Update ( ) : void
UpdateOldPrice ( ) : void
rule_RemoveRule ( object sender, NotifierCore e ) : void

Описание методов

ActivateEventHandler() публичный Метод

public ActivateEventHandler ( NotifierRule rule ) : void
rule NotifierCore.Notifier.NotifierRule
Результат void

CalculateTrend() публичный Метод

public CalculateTrend ( long volume ) : void
volume long
Результат void

ItemContext() публичный Метод

public ItemContext ( ) : System
Результат System

ItemContext() публичный Метод

public ItemContext ( ContextType contextType, HotItem item ) : System
contextType ContextType
item NotifierCore.Notifier.HotItem
Результат System