C# Class NotifierCore.Notifier.NotifierRule

Inheritance: LibraryBase.Wpf.ViewModel.BindableBase
Afficher le fichier Open project: Zicore/TradingPostNotifier Class Usage Examples

Private Properties

Свойство Type Description
RemoveRuleRequest void

Méthodes publiques

Méthode 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

Méthode Description
RemoveRuleRequest ( ) : void

Method Details

ApplyItemValues() public méthode

public ApplyItemValues ( HotItem item ) : void
item HotItem
Résultat void

Compare() public static méthode

public static Compare ( RuleType type, int val1, int val2 ) : bool
type RuleType
val1 int
val2 int
Résultat bool

Compare() public méthode

public Compare ( int val ) : bool
val int
Résultat bool

Disable() public méthode

public Disable ( ) : void
Résultat void

NotifierRule() public méthode

public NotifierRule ( ) : System
Résultat System

NotifierRule() public méthode

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