C# Class LatestChatty.ViewModels.WatchList

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: fleabix/LatestChatty-WP7

Méthodes publiques

Méthode Description
Add ( Comment c ) : void
AddOrRemove ( Comment c ) : bool
IsOnWatchList ( Comment c ) : bool
LoadWatchList ( ) : void
Remove ( Comment c ) : void
SaveWatchList ( ) : void
WatchList ( ) : System

Method Details

Add() public méthode

public Add ( Comment c ) : void
c LatestChatty.Classes.Comment
Résultat void

AddOrRemove() public méthode

public AddOrRemove ( Comment c ) : bool
c LatestChatty.Classes.Comment
Résultat bool

IsOnWatchList() public méthode

public IsOnWatchList ( Comment c ) : bool
c LatestChatty.Classes.Comment
Résultat bool

LoadWatchList() public méthode

public LoadWatchList ( ) : void
Résultat void

Remove() public méthode

public Remove ( Comment c ) : void
c LatestChatty.Classes.Comment
Résultat void

SaveWatchList() public méthode

public SaveWatchList ( ) : void
Résultat void

WatchList() public méthode

public WatchList ( ) : System
Résultat System