C# 클래스 ZicoresTradingPostNotifier.Model.NotificationModel

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

공개 메소드들

메소드 설명
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

메소드 상세

ApplyItemValues() 공개 메소드

public ApplyItemValues ( Scraper.Notifier.HotItem item ) : void
item Scraper.Notifier.HotItem
리턴 void

AsTransaction() 공개 메소드

public AsTransaction ( ) : void
리턴 void

NotificationModel() 공개 메소드

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
리턴 System

NotificationModel() 공개 메소드

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
리턴 System