C# 클래스 LatestChatty.ViewModels.WatchList

상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: fleabix/LatestChatty-WP7

공개 메소드들

메소드 설명
Add ( Comment c ) : void
AddOrRemove ( Comment c ) : bool
IsOnWatchList ( Comment c ) : bool
LoadWatchList ( ) : void
Remove ( Comment c ) : void
SaveWatchList ( ) : void
WatchList ( ) : System

메소드 상세

Add() 공개 메소드

public Add ( Comment c ) : void
c LatestChatty.Classes.Comment
리턴 void

AddOrRemove() 공개 메소드

public AddOrRemove ( Comment c ) : bool
c LatestChatty.Classes.Comment
리턴 bool

IsOnWatchList() 공개 메소드

public IsOnWatchList ( Comment c ) : bool
c LatestChatty.Classes.Comment
리턴 bool

LoadWatchList() 공개 메소드

public LoadWatchList ( ) : void
리턴 void

Remove() 공개 메소드

public Remove ( Comment c ) : void
c LatestChatty.Classes.Comment
리턴 void

SaveWatchList() 공개 메소드

public SaveWatchList ( ) : void
리턴 void

WatchList() 공개 메소드

public WatchList ( ) : System
리턴 System