C# 클래스 LatestChatty.CoreServices

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

공개 프로퍼티들

프로퍼티 타입 설명
MyPosts LatestChatty.ViewModels.MyPostsList
MyReplies LatestChatty.ViewModels.MyRepliesList
ReplyToContext LatestChatty.Classes.Comment
SelectedCommentChanged SelectedCommentChangedEvent
SelectedCommentHighlight System.Windows.Shapes.Rectangle
SelectedMessageChanged SelectedMessageChangedEvent
WatchList LatestChatty.ViewModels.WatchList

공개 메소드들

메소드 설명
Activated ( ) : void
AddCommentHTML ( string s ) : string
AddCommentThread ( int comment, CommentThread thread ) : void
AddOrRemoveWatch ( Comment c ) : bool
AddStoryComments ( int story, List comments ) : void
CoreServices ( ) : System
Deactivated ( ) : void
GetCommentThread ( int comment ) : CommentThread
GetHeadlines ( bool &create ) : StoryList
GetLoginCallback ( IAsyncResult result ) : void
GetPageCount ( ) : int
GetSelectedComment ( ) : int
GetStoryComments ( int story ) : List
GetStoryDetail ( int id, bool &create ) : StoryDetail
IsOnWatchedList ( Comment c ) : bool
LoadCurrentCommentThread ( ) : void
LoadCurrentStoryComments ( ) : void
LoadLoginInformation ( ) : void
Logout ( ) : void
Navigate ( Uri uri ) : void
SaveCurrentCommentThread ( ) : void
SaveCurrentStoryComments ( ) : void
SaveLoginInformation ( ) : void
SavePageCount ( int count ) : void
TryLogin ( string username, string password, LoginCallback callback ) : void

비공개 메소드들

메소드 설명
LoadWebBrowserString ( ) : void

메소드 상세

Activated() 공개 메소드

public Activated ( ) : void
리턴 void

AddCommentHTML() 공개 메소드

public AddCommentHTML ( string s ) : string
s string
리턴 string

AddCommentThread() 공개 메소드

public AddCommentThread ( int comment, CommentThread thread ) : void
comment int
thread LatestChatty.ViewModels.CommentThread
리턴 void

AddOrRemoveWatch() 공개 메소드

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

AddStoryComments() 공개 메소드

public AddStoryComments ( int story, List comments ) : void
story int
comments List
리턴 void

CoreServices() 공개 메소드

public CoreServices ( ) : System
리턴 System

Deactivated() 공개 메소드

public Deactivated ( ) : void
리턴 void

GetCommentThread() 공개 메소드

public GetCommentThread ( int comment ) : CommentThread
comment int
리턴 LatestChatty.ViewModels.CommentThread

GetHeadlines() 공개 메소드

public GetHeadlines ( bool &create ) : StoryList
create bool
리턴 LatestChatty.ViewModels.StoryList

GetLoginCallback() 공개 메소드

public GetLoginCallback ( IAsyncResult result ) : void
result IAsyncResult
리턴 void

GetPageCount() 공개 메소드

public GetPageCount ( ) : int
리턴 int

GetSelectedComment() 공개 메소드

public GetSelectedComment ( ) : int
리턴 int

GetStoryComments() 공개 메소드

public GetStoryComments ( int story ) : List
story int
리턴 List

GetStoryDetail() 공개 메소드

public GetStoryDetail ( int id, bool &create ) : StoryDetail
id int
create bool
리턴 LatestChatty.ViewModels.StoryDetail

IsOnWatchedList() 공개 메소드

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

LoadCurrentCommentThread() 공개 메소드

public LoadCurrentCommentThread ( ) : void
리턴 void

LoadCurrentStoryComments() 공개 메소드

public LoadCurrentStoryComments ( ) : void
리턴 void

LoadLoginInformation() 공개 메소드

public LoadLoginInformation ( ) : void
리턴 void

Logout() 공개 메소드

public Logout ( ) : void
리턴 void

Navigate() 공개 메소드

public Navigate ( Uri uri ) : void
uri System.Uri
리턴 void

SaveCurrentCommentThread() 공개 메소드

public SaveCurrentCommentThread ( ) : void
리턴 void

SaveCurrentStoryComments() 공개 메소드

public SaveCurrentStoryComments ( ) : void
리턴 void

SaveLoginInformation() 공개 메소드

public SaveLoginInformation ( ) : void
리턴 void

SavePageCount() 공개 메소드

public SavePageCount ( int count ) : void
count int
리턴 void

TryLogin() 공개 메소드

public TryLogin ( string username, string password, LoginCallback callback ) : void
username string
password string
callback LoginCallback
리턴 void

프로퍼티 상세

MyPosts 공개적으로 프로퍼티

public MyPostsList,LatestChatty.ViewModels MyPosts
리턴 LatestChatty.ViewModels.MyPostsList

MyReplies 공개적으로 프로퍼티

public MyRepliesList,LatestChatty.ViewModels MyReplies
리턴 LatestChatty.ViewModels.MyRepliesList

ReplyToContext 공개적으로 프로퍼티

public Comment,LatestChatty.Classes ReplyToContext
리턴 LatestChatty.Classes.Comment

SelectedCommentChanged 공개적으로 프로퍼티

public SelectedCommentChangedEvent SelectedCommentChanged
리턴 SelectedCommentChangedEvent

SelectedCommentHighlight 공개적으로 프로퍼티

public Rectangle,System.Windows.Shapes SelectedCommentHighlight
리턴 System.Windows.Shapes.Rectangle

SelectedMessageChanged 공개적으로 프로퍼티

public SelectedMessageChangedEvent SelectedMessageChanged
리턴 SelectedMessageChangedEvent

WatchList 공개적으로 프로퍼티

public WatchList,LatestChatty.ViewModels WatchList
리턴 LatestChatty.ViewModels.WatchList