C# 클래스 withSIX.Play.Applications.DataModels.Notifications.NewSoftwareUpdateDownloadedNotificationDataModel

상속: DefaultNotificationDataModel
파일 보기 프로젝트 열기: SIXNetworks/withSIX.Desktop

공개 메소드들

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