C# Class LatestChatty.CoreServices

Afficher le fichier Open project: fleabix/LatestChatty-WP7

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode 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

Méthode Description
LoadWebBrowserString ( ) : void

Method Details

Activated() public méthode

public Activated ( ) : void
Résultat void

AddCommentHTML() public méthode

public AddCommentHTML ( string s ) : string
s string
Résultat string

AddCommentThread() public méthode

public AddCommentThread ( int comment, CommentThread thread ) : void
comment int
thread LatestChatty.ViewModels.CommentThread
Résultat void

AddOrRemoveWatch() public méthode

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

AddStoryComments() public méthode

public AddStoryComments ( int story, List comments ) : void
story int
comments List
Résultat void

CoreServices() public méthode

public CoreServices ( ) : System
Résultat System

Deactivated() public méthode

public Deactivated ( ) : void
Résultat void

GetCommentThread() public méthode

public GetCommentThread ( int comment ) : CommentThread
comment int
Résultat LatestChatty.ViewModels.CommentThread

GetHeadlines() public méthode

public GetHeadlines ( bool &create ) : StoryList
create bool
Résultat LatestChatty.ViewModels.StoryList

GetLoginCallback() public méthode

public GetLoginCallback ( IAsyncResult result ) : void
result IAsyncResult
Résultat void

GetPageCount() public méthode

public GetPageCount ( ) : int
Résultat int

GetSelectedComment() public méthode

public GetSelectedComment ( ) : int
Résultat int

GetStoryComments() public méthode

public GetStoryComments ( int story ) : List
story int
Résultat List

GetStoryDetail() public méthode

public GetStoryDetail ( int id, bool &create ) : StoryDetail
id int
create bool
Résultat LatestChatty.ViewModels.StoryDetail

IsOnWatchedList() public méthode

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

LoadCurrentCommentThread() public méthode

public LoadCurrentCommentThread ( ) : void
Résultat void

LoadCurrentStoryComments() public méthode

public LoadCurrentStoryComments ( ) : void
Résultat void

LoadLoginInformation() public méthode

public LoadLoginInformation ( ) : void
Résultat void

Logout() public méthode

public Logout ( ) : void
Résultat void

Navigate() public méthode

public Navigate ( Uri uri ) : void
uri System.Uri
Résultat void

SaveCurrentCommentThread() public méthode

public SaveCurrentCommentThread ( ) : void
Résultat void

SaveCurrentStoryComments() public méthode

public SaveCurrentStoryComments ( ) : void
Résultat void

SaveLoginInformation() public méthode

public SaveLoginInformation ( ) : void
Résultat void

SavePageCount() public méthode

public SavePageCount ( int count ) : void
count int
Résultat void

TryLogin() public méthode

public TryLogin ( string username, string password, LoginCallback callback ) : void
username string
password string
callback LoginCallback
Résultat void

Property Details

MyPosts public_oe property

public MyPostsList,LatestChatty.ViewModels MyPosts
Résultat LatestChatty.ViewModels.MyPostsList

MyReplies public_oe property

public MyRepliesList,LatestChatty.ViewModels MyReplies
Résultat LatestChatty.ViewModels.MyRepliesList

ReplyToContext public_oe property

public Comment,LatestChatty.Classes ReplyToContext
Résultat LatestChatty.Classes.Comment

SelectedCommentChanged public_oe property

public SelectedCommentChangedEvent SelectedCommentChanged
Résultat SelectedCommentChangedEvent

SelectedCommentHighlight public_oe property

public Rectangle,System.Windows.Shapes SelectedCommentHighlight
Résultat System.Windows.Shapes.Rectangle

SelectedMessageChanged public_oe property

public SelectedMessageChangedEvent SelectedMessageChanged
Résultat SelectedMessageChangedEvent

WatchList public_oe property

public WatchList,LatestChatty.ViewModels WatchList
Résultat LatestChatty.ViewModels.WatchList