C# Класс afung.MangaWeb3.Client.Widget.MangaPage

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
LoadFinish void
LoadPart1 void
LoadPart2 void
MangaPagePart1RequestSucess void
MangaPagePart1RequestSucess void
MangaPagePart2RequestSucess void
MangaPagePart2RequestSucess void
MangaPageRequestSucess void
MangaPageRequestSucess void
Unload void
UpdateCssTransform void

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

Метод Описание
AppendTo ( jQueryObject mangaArea, int offset, int sign, MangaPage otherPage ) : void
Load ( System.Action onload, System.Action onfailure ) : void
MangaPage ( int mangaId, int page, int width, int height, bool ltr, int totalPages ) : System
Remove ( ) : void
Unload ( bool loadNext ) : void

Приватные методы

Метод Описание
LoadFinish ( ) : void
LoadPart1 ( ) : void
LoadPart2 ( ) : void
MangaPagePart1RequestSucess ( JsonResponse response ) : void
MangaPagePart1RequestSucess ( MangaImageResponse response ) : void
MangaPagePart2RequestSucess ( JsonResponse response ) : void
MangaPagePart2RequestSucess ( MangaImageResponse response ) : void
MangaPageRequestSucess ( JsonResponse response ) : void
MangaPageRequestSucess ( MangaImageResponse response ) : void
Unload ( ) : void
UpdateCssTransform ( ) : void

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

AppendTo() публичный Метод

public AppendTo ( jQueryObject mangaArea, int offset, int sign, MangaPage otherPage ) : void
mangaArea jQueryObject
offset int
sign int
otherPage MangaPage
Результат void

Load() публичный Метод

public Load ( System.Action onload, System.Action onfailure ) : void
onload System.Action
onfailure System.Action
Результат void

MangaPage() публичный Метод

public MangaPage ( int mangaId, int page, int width, int height, bool ltr, int totalPages ) : System
mangaId int
page int
width int
height int
ltr bool
totalPages int
Результат System

Remove() публичный Метод

public Remove ( ) : void
Результат void

Unload() публичный Метод

public Unload ( bool loadNext ) : void
loadNext bool
Результат void