C# Class LatestChatty.ViewModels.WatchList

Inheritance: INotifyPropertyChanged
ファイルを表示 Open project: fleabix/LatestChatty-WP7

Public Methods

Method 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 method

public Add ( Comment c ) : void
c LatestChatty.Classes.Comment
return void

AddOrRemove() public method

public AddOrRemove ( Comment c ) : bool
c LatestChatty.Classes.Comment
return bool

IsOnWatchList() public method

public IsOnWatchList ( Comment c ) : bool
c LatestChatty.Classes.Comment
return bool

LoadWatchList() public method

public LoadWatchList ( ) : void
return void

Remove() public method

public Remove ( Comment c ) : void
c LatestChatty.Classes.Comment
return void

SaveWatchList() public method

public SaveWatchList ( ) : void
return void

WatchList() public method

public WatchList ( ) : System
return System