C# 클래스 NotifierCore.Notifier.NotifierRule

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

Private Properties

프로퍼티 타입 설명
RemoveRuleRequest void

공개 메소드들

메소드 설명
ApplyItemValues ( HotItem item ) : void
Compare ( RuleType type, int val1, int val2 ) : bool
Compare ( int val ) : bool
Disable ( ) : void
NotifierRule ( ) : System
NotifierRule ( HotItem item, RuleType type, int value, ContextType contextType, INotificationHost host ) : System

비공개 메소드들

메소드 설명
RemoveRuleRequest ( ) : void

메소드 상세

ApplyItemValues() 공개 메소드

public ApplyItemValues ( HotItem item ) : void
item HotItem
리턴 void

Compare() 공개 정적인 메소드

public static Compare ( RuleType type, int val1, int val2 ) : bool
type RuleType
val1 int
val2 int
리턴 bool

Compare() 공개 메소드

public Compare ( int val ) : bool
val int
리턴 bool

Disable() 공개 메소드

public Disable ( ) : void
리턴 void

NotifierRule() 공개 메소드

public NotifierRule ( ) : System
리턴 System

NotifierRule() 공개 메소드

public NotifierRule ( HotItem item, RuleType type, int value, ContextType contextType, INotificationHost host ) : System
item HotItem
type RuleType
value int
contextType ContextType
host INotificationHost
리턴 System