C# Класс OKr.Win8Book.Client.Core.Builder.TextParser

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

Открытые методы

Метод Описание
GetBook ( string url ) : Task
GetChapter ( string context, int count ) : Chapter
GetOnePage ( string str, int start, int count, int &location ) : Page

Описание методов

GetBook() публичный статический Метод

public static GetBook ( string url ) : Task
url string
Результат Task

GetChapter() публичный статический Метод

public static GetChapter ( string context, int count ) : Chapter
context string
count int
Результат OKr.Win8Book.Client.Core.Data.Chapter

GetOnePage() публичный статический Метод

public static GetOnePage ( string str, int start, int count, int &location ) : Page
str string
start int
count int
location int
Результат OKr.Win8Book.Client.Core.Data.Page