C# Class wenku8.Model.Loaders.ChapterLoader

Afficher le fichier Open project: tgckpg/wenku10 Class Usage Examples

Méthodes publiques

Свойство Type Description
ID string

Méthodes publiques

Méthode 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

Méthode Description
OnComplete ( Chapter C ) : void

Method Details

ChapterLoader() public méthode

public ChapterLoader ( Action CompleteHandler = null ) : System
CompleteHandler Action
Résultat System

ChapterLoader() public méthode

public ChapterLoader ( BookItem b, Action CompleteHandler ) : System
b BookItem
CompleteHandler Action
Résultat System

Load() public méthode

public Load ( Chapter C, bool Cache = true ) : void
C Chapter
Cache bool
Résultat void

LoadAsync() public méthode

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

Property Details

ID public_oe static_oe property

public static string ID
Résultat string