C# Class CSL_Test__1.TorrentXMLHandler

Inheritance: System.ComponentModel.BackgroundWorker
Show file Open project: joslinm/CSL Class Usage Examples

Public Properties

Property Type Description
dataset System.Data.DataSet
table System.Data.DataTable

Public Methods

Method Description
AddTorrent ( Torrent torrent ) : void
AddTorrents ( Torrent torrents ) : void
GetProcessedRows ( ) : DataTable
Initialize ( ) : void
InitializeFresh ( ) : void
Save ( ) : void
SaveAndClose ( ) : void
TorrentXMLHandler ( ) : System

Method Details

AddTorrent() public method

public AddTorrent ( Torrent torrent ) : void
torrent Torrent
return void

AddTorrents() public method

public AddTorrents ( Torrent torrents ) : void
torrents Torrent
return void

GetProcessedRows() public static method

public static GetProcessedRows ( ) : DataTable
return System.Data.DataTable

Initialize() public static method

public static Initialize ( ) : void
return void

InitializeFresh() public static method

public static InitializeFresh ( ) : void
return void

Save() public static method

public static Save ( ) : void
return void

SaveAndClose() public static method

public static SaveAndClose ( ) : void
return void

TorrentXMLHandler() public method

public TorrentXMLHandler ( ) : System
return System

Property Details

dataset public static property

public static DataSet,System.Data dataset
return System.Data.DataSet

table public static property

public static DataTable,System.Data table
return System.Data.DataTable