C# Class CSL_Test__1.TorrentXMLHandler

Inheritance: System.ComponentModel.BackgroundWorker
Afficher le fichier Open project: joslinm/CSL Class Usage Examples

Méthodes publiques

Свойство Type Description
dataset System.Data.DataSet
table System.Data.DataTable

Méthodes publiques

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

public AddTorrent ( Torrent torrent ) : void
torrent Torrent
Résultat void

AddTorrents() public méthode

public AddTorrents ( Torrent torrents ) : void
torrents Torrent
Résultat void

GetProcessedRows() public static méthode

public static GetProcessedRows ( ) : DataTable
Résultat System.Data.DataTable

Initialize() public static méthode

public static Initialize ( ) : void
Résultat void

InitializeFresh() public static méthode

public static InitializeFresh ( ) : void
Résultat void

Save() public static méthode

public static Save ( ) : void
Résultat void

SaveAndClose() public static méthode

public static SaveAndClose ( ) : void
Résultat void

TorrentXMLHandler() public méthode

public TorrentXMLHandler ( ) : System
Résultat System

Property Details

dataset public_oe static_oe property

public static DataSet,System.Data dataset
Résultat System.Data.DataSet

table public_oe static_oe property

public static DataTable,System.Data table
Résultat System.Data.DataTable