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

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

공개 메소드들

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

메소드 상세

DefaultNotificationDataModel() 공개 메소드

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

DefaultNotificationDataModel() 공개 메소드

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