C# Class wenku8.Model.Section.ZoneList

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

Public Properties

Property Type Description
ID string

Public Methods

Method Description
EnterZone ( ZoneSpider ZS ) : void
ExitZone ( ) : void
OpenFile ( IStorageFile ISF ) : Task
OpenFile ( ) : void
RemoveZone ( ZoneSpider ZS ) : void
ZoneList ( ) : System

Private Methods

Method Description
AddZone ( ZoneSpider ZS ) : void
ReadZone ( string ZData, bool Init = false ) : ZoneSpider

Method Details

EnterZone() public method

public EnterZone ( ZoneSpider ZS ) : void
ZS ZoneSpider
return void

ExitZone() public method

public ExitZone ( ) : void
return void

OpenFile() public method

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

OpenFile() public method

public OpenFile ( ) : void
return void

RemoveZone() public method

public RemoveZone ( ZoneSpider ZS ) : void
ZS ZoneSpider
return void

ZoneList() public method

public ZoneList ( ) : System
return System

Property Details

ID public_oe static_oe property

public static string ID
return string