C# Класс LatestChatty.CoreServices

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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