C# Class wenku8.Model.Section.CategorizedSection

Inheritance: Net.Astropenguin.DataModel.ActiveData
Datei anzeigen Open project: tgckpg/wenku10 Class Usage Examples

Public Methods

Method Description
CategorizedSection ( ) : System
Load ( string ListName ) : void
LoadSubSections ( ActiveItem Item ) : void

Private Methods

Method Description
DownloadCategoryXml ( Digests D ) : void
LoadComplete ( IEnumerable Items ) : void
OpenNavigationList ( ActiveItem Item ) : void
PassBookFromList ( string xml, BookPool BookReference ) : string[]
SListView ( Net.Astropenguin.Loaders.DRequestCompletedEventArgs e, string id ) : void
SetFrameData ( string XmlData ) : void
SetListName ( ActiveItem Item ) : void
SetListName ( Digests D ) : void
UpdateData ( IList B ) : void

Method Details

CategorizedSection() public method

public CategorizedSection ( ) : System
return System

Load() public method

public Load ( string ListName ) : void
ListName string
return void

LoadSubSections() public method

public LoadSubSections ( ActiveItem Item ) : void
Item ActiveItem
return void