C# Class wenku8.Model.Loaders.BookLoader

Inheritance: IBookLoader
Mostra file Open project: tgckpg/wenku10 Class Usage Examples

Public Properties

Property Type Description
ID string

Public Methods

Method Description
BookLoader ( Action Handler ) : System
Load ( BookItem b, bool useCache = false ) : void
LoadInstruction ( BookInstruction B, bool useCache ) : void
LoadIntro ( BookItem b, bool useCache = true ) : void

Private Methods

Method Description
CacheCover ( BookItem B ) : System.Threading.Tasks.Task
CoverDownloaded ( Net.Astropenguin.Loaders.DRequestCompletedEventArgs e, string id ) : void
ExtractBookInfo ( string InfoData, string id ) : void
IntroFailed ( string arg1, string arg2, Exception arg3 ) : void
OnComplete ( BookItem b ) : void
PrelaodBookInfo ( Net.Astropenguin.Loaders.DRequestCompletedEventArgs e, string id ) : void
PrelaodBookInfo ( string cacheName, string id, Exception ex ) : void
SaveIntro ( Net.Astropenguin.Loaders.DRequestCompletedEventArgs e, string id ) : void
SetCover ( BookItem B ) : void

Method Details

BookLoader() public method

public BookLoader ( Action Handler ) : System
Handler Action
return System

Load() public method

public Load ( BookItem b, bool useCache = false ) : void
b BookItem
useCache bool
return void

LoadInstruction() public method

public LoadInstruction ( BookInstruction B, bool useCache ) : void
B BookInstruction
useCache bool
return void

LoadIntro() public method

public LoadIntro ( BookItem b, bool useCache = true ) : void
b BookItem
useCache bool
return void

Property Details

ID public_oe static_oe property

public static string ID
return string