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

Inheritance: DefaultNotificationDataModel
Exibir arquivo Open project: SIXNetworks/withSIX.Desktop

Public Methods

Method Description
NewSoftwareUpdateAvailableNotificationDataModel ( string subject, string message ) : withSIX.Core.Applications
NewSoftwareUpdateAvailableNotificationDataModel ( string subject, string message, IDispatchCommand command ) : withSIX.Core.Applications

Method Details

NewSoftwareUpdateAvailableNotificationDataModel() public method

public NewSoftwareUpdateAvailableNotificationDataModel ( string subject, string message ) : withSIX.Core.Applications
subject string
message string
return withSIX.Core.Applications

NewSoftwareUpdateAvailableNotificationDataModel() public method

public NewSoftwareUpdateAvailableNotificationDataModel ( string subject, string message, IDispatchCommand command ) : withSIX.Core.Applications
subject string
message string
command IDispatchCommand
return withSIX.Core.Applications