C# Класс withSIX.Play.Applications.DataModels.Notifications.NewSoftwareUpdateDownloadedNotificationDataModel

Наследование: DefaultNotificationDataModel
Показать файл Открыть проект

Открытые методы

Метод Описание
NewSoftwareUpdateDownloadedNotificationDataModel ( string subject, string message ) : withSIX.Core.Applications
NewSoftwareUpdateDownloadedNotificationDataModel ( string subject, string message, IDispatchCommand command ) : withSIX.Core.Applications

Описание методов

NewSoftwareUpdateDownloadedNotificationDataModel() публичный Метод

public NewSoftwareUpdateDownloadedNotificationDataModel ( string subject, string message ) : withSIX.Core.Applications
subject string
message string
Результат withSIX.Core.Applications

NewSoftwareUpdateDownloadedNotificationDataModel() публичный Метод

public NewSoftwareUpdateDownloadedNotificationDataModel ( string subject, string message, IDispatchCommand command ) : withSIX.Core.Applications
subject string
message string
command IDispatchCommand
Результат withSIX.Core.Applications