C# 클래스 ZicoresTradingPostNotifier.ViewModel.ItemContext

상속: LibraryBase.Wpf.ViewModel.BindableBase, INotificationHost
파일 보기 프로젝트 열기: Zicore/TradingPostNotifier 1 사용 예제들

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