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

Show file Open project: openpeer/ChatterBox Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
FromXmlString ( string xmlString ) : ToastNotificationLaunchArguments
ToXmlString ( ) : string
ToastNotificationLaunchArguments ( ) : System.Collections.Generic
ToastNotificationLaunchArguments ( NotificationType type ) : System.Collections.Generic

Method Details

FromXmlString() public static method

public static FromXmlString ( string xmlString ) : ToastNotificationLaunchArguments
xmlString string
return ToastNotificationLaunchArguments

ToXmlString() public method

public ToXmlString ( ) : string
return string

ToastNotificationLaunchArguments() public method

public ToastNotificationLaunchArguments ( ) : System.Collections.Generic
return System.Collections.Generic

ToastNotificationLaunchArguments() public method

public ToastNotificationLaunchArguments ( NotificationType type ) : System.Collections.Generic
type NotificationType
return System.Collections.Generic