C# Class withSIX.Play.Applications.DataModels.Notifications.NewSoftwareUpdateDownloadedNotificationDataModel

Inheritance: DefaultNotificationDataModel
Afficher le fichier Open project: SIXNetworks/withSIX.Desktop

Méthodes publiques

Méthode Description
NewSoftwareUpdateDownloadedNotificationDataModel ( string subject, string message ) : withSIX.Core.Applications
NewSoftwareUpdateDownloadedNotificationDataModel ( string subject, string message, IDispatchCommand command ) : withSIX.Core.Applications

Method Details

NewSoftwareUpdateDownloadedNotificationDataModel() public méthode

public NewSoftwareUpdateDownloadedNotificationDataModel ( string subject, string message ) : withSIX.Core.Applications
subject string
message string
Résultat withSIX.Core.Applications

NewSoftwareUpdateDownloadedNotificationDataModel() public méthode

public NewSoftwareUpdateDownloadedNotificationDataModel ( string subject, string message, IDispatchCommand command ) : withSIX.Core.Applications
subject string
message string
command IDispatchCommand
Résultat withSIX.Core.Applications