C# Class ZicoresTradingPostNotifier.Model.NotificationModel

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

Méthodes publiques

Méthode Description
ApplyItemValues ( Scraper.Notifier.HotItem item ) : void
AsTransaction ( ) : void
NotificationModel ( Scraper.Notifier.GemManager gemManager, Scraper.Notifier.GemRuleViewModel item, NotifierRule rule, String message, System.DateTime timeStamp, NotificationType notificationType ) : System
NotificationModel ( Scraper.Notifier.HotItem item, NotifierRule rule, String message, System.DateTime timeStamp, NotificationType notificationType ) : System

Method Details

ApplyItemValues() public méthode

public ApplyItemValues ( Scraper.Notifier.HotItem item ) : void
item Scraper.Notifier.HotItem
Résultat void

AsTransaction() public méthode

public AsTransaction ( ) : void
Résultat void

NotificationModel() public méthode

public NotificationModel ( Scraper.Notifier.GemManager gemManager, Scraper.Notifier.GemRuleViewModel item, NotifierRule rule, String message, System.DateTime timeStamp, NotificationType notificationType ) : System
gemManager Scraper.Notifier.GemManager
item Scraper.Notifier.GemRuleViewModel
rule NotifierRule
message String
timeStamp System.DateTime
notificationType NotificationType
Résultat System

NotificationModel() public méthode

public NotificationModel ( Scraper.Notifier.HotItem item, NotifierRule rule, String message, System.DateTime timeStamp, NotificationType notificationType ) : System
item Scraper.Notifier.HotItem
rule NotifierRule
message String
timeStamp System.DateTime
notificationType NotificationType
Résultat System