C# Class NotifierCore.Notifier.NotifierRule

Inheritance: LibraryBase.Wpf.ViewModel.BindableBase
Mostrar archivo Open project: Zicore/TradingPostNotifier Class Usage Examples

Private Properties

Property Type Description
RemoveRuleRequest void

Public Methods

Method Description
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

Private Methods

Method Description
RemoveRuleRequest ( ) : void

Method Details

ApplyItemValues() public method

public ApplyItemValues ( HotItem item ) : void
item HotItem
return void

Compare() public static method

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

Compare() public method

public Compare ( int val ) : bool
val int
return bool

Disable() public method

public Disable ( ) : void
return void

NotifierRule() public method

public NotifierRule ( ) : System
return System

NotifierRule() public method

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