C# Class InboxWatcher.Notifications.NotificationSummary

Inheritance: ISummary
显示文件 Open project: ptfuller/InboxWatcher Class Usage Examples

Public Methods

Method Description
NotificationSummary ( ) : System
NotificationSummary ( IMessageSummary sum, NotificationType notificationType ) : System
NotificationSummary ( ISummary sum, NotificationType notificationType ) : System

Method Details

NotificationSummary() public method

public NotificationSummary ( ) : System
return System

NotificationSummary() public method

public NotificationSummary ( IMessageSummary sum, NotificationType notificationType ) : System
sum IMessageSummary
notificationType NotificationType
return System

NotificationSummary() public method

public NotificationSummary ( ISummary sum, NotificationType notificationType ) : System
sum ISummary
notificationType NotificationType
return System