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

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

공개 메소드들

메소드 설명
NewSoftwareUpdateAvailableNotificationDataModel ( string subject, string message ) : withSIX.Core.Applications
NewSoftwareUpdateAvailableNotificationDataModel ( string subject, string message, IDispatchCommand command ) : withSIX.Core.Applications

메소드 상세

NewSoftwareUpdateAvailableNotificationDataModel() 공개 메소드

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

NewSoftwareUpdateAvailableNotificationDataModel() 공개 메소드

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