C# Class wenku8.Model.Section.LocalFileList

Inheritance: SearchableContext
Datei anzeigen Open project: tgckpg/wenku10 Class Usage Examples

Public Properties

Property Type Description
ID string

Public Methods

Method Description
Add ( ) : void
CleanUp ( ) : void
GetById ( string Id ) : LocalBook
LoadUrl ( LocalModeTxtList Context ) : void
LocalFileList ( ) : System
OpenDirectory ( ) : void
OpenSpider ( IStorageFile ISF ) : Task
OpenSpider ( ) : void
ProcessAll ( ) : void
ToggleFavs ( ) : System.Threading.Tasks.Task

Protected Methods

Method Description
Filter ( IEnumerable Items ) : IEnumerable

Private Methods

Method Description
ProcessVols ( ) : void
SaveTemp ( Net.Astropenguin.Loaders.DRequestCompletedEventArgs e, LocalModeTxtList Context ) : void

Method Details

Add() public method

public Add ( ) : void
return void

CleanUp() public method

public CleanUp ( ) : void
return void

Filter() protected method

protected Filter ( IEnumerable Items ) : IEnumerable
Items IEnumerable
return IEnumerable

GetById() public method

public GetById ( string Id ) : LocalBook
Id string
return LocalBook

LoadUrl() public method

public LoadUrl ( LocalModeTxtList Context ) : void
Context wenku10.Pages.LocalModeTxtList
return void

LocalFileList() public method

public LocalFileList ( ) : System
return System

OpenDirectory() public method

public OpenDirectory ( ) : void
return void

OpenSpider() public method

public OpenSpider ( IStorageFile ISF ) : Task
ISF IStorageFile
return Task

OpenSpider() public method

public OpenSpider ( ) : void
return void

ProcessAll() public method

public ProcessAll ( ) : void
return void

ToggleFavs() public method

public ToggleFavs ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

Property Details

ID public_oe static_oe property

public static string ID
return string