C# Class wenku8.Model.Loaders.ChapterLoader

Show file Open project: tgckpg/wenku10 Class Usage Examples

Public Properties

Property Type Description
ID string

Public Methods

Method Description
ChapterLoader ( Action CompleteHandler = null ) : System
ChapterLoader ( BookItem b, Action CompleteHandler ) : System
Load ( Chapter C, bool Cache = true ) : void
LoadAsync ( Chapter C, bool Cache = true ) : System.Threading.Tasks.Task

Private Methods

Method Description
OnComplete ( Chapter C ) : void

Method Details

ChapterLoader() public method

public ChapterLoader ( Action CompleteHandler = null ) : System
CompleteHandler Action
return System

ChapterLoader() public method

public ChapterLoader ( BookItem b, Action CompleteHandler ) : System
b BookItem
CompleteHandler Action
return System

Load() public method

public Load ( Chapter C, bool Cache = true ) : void
C Chapter
Cache bool
return void

LoadAsync() public method

public LoadAsync ( Chapter C, bool Cache = true ) : System.Threading.Tasks.Task
C Chapter
Cache bool
return System.Threading.Tasks.Task

Property Details

ID public static property

public static string ID
return string