C# 클래스 Com.Aurora.AuWeather.Tile.Sender

파일 보기 프로젝트 열기: aurora-lzzp/Aurora-Weather

공개 메소드들

메소드 설명
Clear ( ) : void
ClearBadge ( ) : void
ClearSub ( string tileName ) : void
CreateBadge ( NotificationsExtensions.Badges.BadgeGlyphNotificationContent badge ) : void
CreateBadge ( NotificationsExtensions.Badges.BadgeNumericNotificationContent badge ) : void
CreateMainTileNotification ( TileContent content ) : void
CreateMainTileNotification ( TileContent content, System.TimeSpan duration ) : void
CreateMainTileQueue ( List list ) : void
CreateScheduledTileNotification ( TileContent content, System.DateTime dueTime, string id ) : void
CreateScheduledToastNotification ( XmlDocument toastXml, System.DateTime dueTime, string id ) : void
CreateSubTileNotification ( List list, string tileName ) : void
CreateSubTileNotification ( TileContent content, string tileName, System.TimeSpan duration ) : void
CreateToast ( XmlDocument content ) : void
GetSubTiles ( ) : Task>
RemoveSpecScheduledTileNotification ( string id ) : void
RemoveSpecScheduledToastNotification ( string id ) : void

메소드 상세

Clear() 공개 정적인 메소드

public static Clear ( ) : void
리턴 void

ClearBadge() 공개 정적인 메소드

public static ClearBadge ( ) : void
리턴 void

ClearSub() 공개 정적인 메소드

public static ClearSub ( string tileName ) : void
tileName string
리턴 void

CreateBadge() 공개 정적인 메소드

public static CreateBadge ( NotificationsExtensions.Badges.BadgeGlyphNotificationContent badge ) : void
badge NotificationsExtensions.Badges.BadgeGlyphNotificationContent
리턴 void

CreateBadge() 공개 정적인 메소드

public static CreateBadge ( NotificationsExtensions.Badges.BadgeNumericNotificationContent badge ) : void
badge NotificationsExtensions.Badges.BadgeNumericNotificationContent
리턴 void

CreateMainTileNotification() 공개 정적인 메소드

public static CreateMainTileNotification ( TileContent content ) : void
content NotificationsExtensions.Tiles.TileContent
리턴 void

CreateMainTileNotification() 공개 정적인 메소드

public static CreateMainTileNotification ( TileContent content, System.TimeSpan duration ) : void
content NotificationsExtensions.Tiles.TileContent
duration System.TimeSpan
리턴 void

CreateMainTileQueue() 공개 정적인 메소드

public static CreateMainTileQueue ( List list ) : void
list List
리턴 void

CreateScheduledTileNotification() 공개 정적인 메소드

public static CreateScheduledTileNotification ( TileContent content, System.DateTime dueTime, string id ) : void
content NotificationsExtensions.Tiles.TileContent
dueTime System.DateTime
id string
리턴 void

CreateScheduledToastNotification() 공개 정적인 메소드

public static CreateScheduledToastNotification ( XmlDocument toastXml, System.DateTime dueTime, string id ) : void
toastXml Windows.Data.Xml.Dom.XmlDocument
dueTime System.DateTime
id string
리턴 void

CreateSubTileNotification() 공개 정적인 메소드

public static CreateSubTileNotification ( List list, string tileName ) : void
list List
tileName string
리턴 void

CreateSubTileNotification() 공개 정적인 메소드

public static CreateSubTileNotification ( TileContent content, string tileName, System.TimeSpan duration ) : void
content NotificationsExtensions.Tiles.TileContent
tileName string
duration System.TimeSpan
리턴 void

CreateToast() 공개 정적인 메소드

public static CreateToast ( XmlDocument content ) : void
content Windows.Data.Xml.Dom.XmlDocument
리턴 void

GetSubTiles() 공개 정적인 메소드

public static GetSubTiles ( ) : Task>
리턴 Task>

RemoveSpecScheduledTileNotification() 공개 정적인 메소드

public static RemoveSpecScheduledTileNotification ( string id ) : void
id string
리턴 void

RemoveSpecScheduledToastNotification() 공개 정적인 메소드

public static RemoveSpecScheduledToastNotification ( string id ) : void
id string
리턴 void