C# Class LatestChatty.CoreServices

Datei anzeigen Open project: fleabix/LatestChatty-WP7

Public Properties

Property Type Description
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

Public Methods

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

Private Methods

Method Description
LoadWebBrowserString ( ) : void

Method Details

Activated() public method

public Activated ( ) : void
return void

AddCommentHTML() public method

public AddCommentHTML ( string s ) : string
s string
return string

AddCommentThread() public method

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

AddOrRemoveWatch() public method

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

AddStoryComments() public method

public AddStoryComments ( int story, List comments ) : void
story int
comments List
return void

CoreServices() public method

public CoreServices ( ) : System
return System

Deactivated() public method

public Deactivated ( ) : void
return void

GetCommentThread() public method

public GetCommentThread ( int comment ) : CommentThread
comment int
return LatestChatty.ViewModels.CommentThread

GetHeadlines() public method

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

GetLoginCallback() public method

public GetLoginCallback ( IAsyncResult result ) : void
result IAsyncResult
return void

GetPageCount() public method

public GetPageCount ( ) : int
return int

GetSelectedComment() public method

public GetSelectedComment ( ) : int
return int

GetStoryComments() public method

public GetStoryComments ( int story ) : List
story int
return List

GetStoryDetail() public method

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

IsOnWatchedList() public method

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

LoadCurrentCommentThread() public method

public LoadCurrentCommentThread ( ) : void
return void

LoadCurrentStoryComments() public method

public LoadCurrentStoryComments ( ) : void
return void

LoadLoginInformation() public method

public LoadLoginInformation ( ) : void
return void

Logout() public method

public Logout ( ) : void
return void

Navigate() public method

public Navigate ( Uri uri ) : void
uri System.Uri
return void

SaveCurrentCommentThread() public method

public SaveCurrentCommentThread ( ) : void
return void

SaveCurrentStoryComments() public method

public SaveCurrentStoryComments ( ) : void
return void

SaveLoginInformation() public method

public SaveLoginInformation ( ) : void
return void

SavePageCount() public method

public SavePageCount ( int count ) : void
count int
return void

TryLogin() public method

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

Property Details

MyPosts public_oe property

public MyPostsList,LatestChatty.ViewModels MyPosts
return LatestChatty.ViewModels.MyPostsList

MyReplies public_oe property

public MyRepliesList,LatestChatty.ViewModels MyReplies
return LatestChatty.ViewModels.MyRepliesList

ReplyToContext public_oe property

public Comment,LatestChatty.Classes ReplyToContext
return LatestChatty.Classes.Comment

SelectedCommentChanged public_oe property

public SelectedCommentChangedEvent SelectedCommentChanged
return SelectedCommentChangedEvent

SelectedCommentHighlight public_oe property

public Rectangle,System.Windows.Shapes SelectedCommentHighlight
return System.Windows.Shapes.Rectangle

SelectedMessageChanged public_oe property

public SelectedMessageChangedEvent SelectedMessageChanged
return SelectedMessageChangedEvent

WatchList public_oe property

public WatchList,LatestChatty.ViewModels WatchList
return LatestChatty.ViewModels.WatchList