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

Inheritance: NotificationBaseDataModel
Mostra file Open project: SIXNetworks/withSIX.Desktop

Public Methods

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

Method Details

DefaultNotificationDataModel() public method

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

DefaultNotificationDataModel() public method

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