C# Class BaconographyW8.PlatformServices.LiveTileService

Inheritance: ILiveTileService, IBaconService
Afficher le fichier Open project: Synergex/Baconography Class Usage Examples

Méthodes publiques

Méthode Description
CreateSecondaryTileForSubreddit ( TypedThing subreddit ) : System.Threading.Tasks.Task
GetMessagesMarkedRead ( ) : IEnumerable
Initialize ( IBaconProvider baconProvider ) : System.Threading.Tasks.Task
LoadTaskSettings ( ) : BaconographyPortable.Model.TaskSettings?
MaybeCreateTile ( Tuple thing ) : System.Threading.Tasks.Task
RemoveSecondaryTile ( string name ) : void
SetCount ( int count ) : void
SetMessageRead ( string id ) : void
StoreTaskSettings ( BaconographyPortable.Model.TaskSettings>.Func getSettings, bool atomic ) : void
TileExists ( string name ) : bool

Private Methods

Méthode Description
CreateTile ( string text, Uri smallImage, Uri largeImage ) : System.Threading.Tasks.Task

Method Details

CreateSecondaryTileForSubreddit() public méthode

public CreateSecondaryTileForSubreddit ( TypedThing subreddit ) : System.Threading.Tasks.Task
subreddit TypedThing
Résultat System.Threading.Tasks.Task

GetMessagesMarkedRead() public méthode

public GetMessagesMarkedRead ( ) : IEnumerable
Résultat IEnumerable

Initialize() public méthode

public Initialize ( IBaconProvider baconProvider ) : System.Threading.Tasks.Task
baconProvider IBaconProvider
Résultat System.Threading.Tasks.Task

LoadTaskSettings() public méthode

public LoadTaskSettings ( ) : BaconographyPortable.Model.TaskSettings?
Résultat BaconographyPortable.Model.TaskSettings?

MaybeCreateTile() public méthode

public MaybeCreateTile ( Tuple thing ) : System.Threading.Tasks.Task
thing Tuple
Résultat System.Threading.Tasks.Task

RemoveSecondaryTile() public méthode

public RemoveSecondaryTile ( string name ) : void
name string
Résultat void

SetCount() public méthode

public SetCount ( int count ) : void
count int
Résultat void

SetMessageRead() public méthode

public SetMessageRead ( string id ) : void
id string
Résultat void

StoreTaskSettings() public méthode

public StoreTaskSettings ( BaconographyPortable.Model.TaskSettings>.Func getSettings, bool atomic ) : void
getSettings BaconographyPortable.Model.TaskSettings>.Func
atomic bool
Résultat void

TileExists() public méthode

public TileExists ( string name ) : bool
name string
Résultat bool