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

Inheritance: NotificationBaseDataModel
Afficher le fichier Open project: SIXNetworks/withSIX.Desktop

Méthodes publiques

Méthode Description
DefaultNotificationDataModel ( string subject, string message ) : withSIX.Core.Applications
DefaultNotificationDataModel ( string subject, string message, IDispatchCommand command ) : withSIX.Core.Applications

Method Details

DefaultNotificationDataModel() public méthode

public DefaultNotificationDataModel ( string subject, string message ) : withSIX.Core.Applications
subject string
message string
Résultat withSIX.Core.Applications

DefaultNotificationDataModel() public méthode

public DefaultNotificationDataModel ( string subject, string message, IDispatchCommand command ) : withSIX.Core.Applications
subject string
message string
command IDispatchCommand
Résultat withSIX.Core.Applications