C# Class ChatterBox.Client.Common.Notifications.ToastNotificationLaunchArguments

Afficher le fichier Open project: openpeer/ChatterBox Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
FromXmlString ( string xmlString ) : ToastNotificationLaunchArguments
ToXmlString ( ) : string
ToastNotificationLaunchArguments ( ) : System.Collections.Generic
ToastNotificationLaunchArguments ( NotificationType type ) : System.Collections.Generic

Method Details

FromXmlString() public static méthode

public static FromXmlString ( string xmlString ) : ToastNotificationLaunchArguments
xmlString string
Résultat ToastNotificationLaunchArguments

ToXmlString() public méthode

public ToXmlString ( ) : string
Résultat string

ToastNotificationLaunchArguments() public méthode

public ToastNotificationLaunchArguments ( ) : System.Collections.Generic
Résultat System.Collections.Generic

ToastNotificationLaunchArguments() public méthode

public ToastNotificationLaunchArguments ( NotificationType type ) : System.Collections.Generic
type NotificationType
Résultat System.Collections.Generic