C# Class CSL.TorrentDataHandler

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

Méthodes publiques

Свойство Type Description
binding System.Windows.Forms.BindingSource
data dataset
datasetbusy bool
musicadapter datasetTableAdapters.TorrentsTableTableAdapter
table System.Data.DataTable
trackeradapter datasetTableAdapters.TrackersTableTableAdapter

Méthodes publiques

Méthode Description
AddMovieTorrent ( Movie m ) : void
AddOtherTorrent ( Torrent torrent ) : void
AddTorrent ( Torrent torrent ) : void
AddTracker ( string tracker, string name ) : void
CheckTracker ( string tracker ) : string
GetTrackers ( ) : System.Data.DataRowCollection
RemoveAll ( string datatable ) : void
RemoveTorrent ( string datatable, int index ) : void
TorrentDataHandler ( ) : System
TorrentDataHandler ( dataset &d, datasetTableAdapters &musikadapter ) : System
UpdateTracker ( int id, bool activate ) : void

Private Methods

Méthode Description
Tables_CollectionChanged ( object sender, CollectionChangeEventArgs e ) : void
Tables_CollectionChanging ( object sender, CollectionChangeEventArgs e ) : void

Method Details

AddMovieTorrent() public méthode

public AddMovieTorrent ( Movie m ) : void
m Movie
Résultat void

AddOtherTorrent() public méthode

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

AddTorrent() public méthode

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

AddTracker() public méthode

public AddTracker ( string tracker, string name ) : void
tracker string
name string
Résultat void

CheckTracker() public static méthode

public static CheckTracker ( string tracker ) : string
tracker string
Résultat string

GetTrackers() public static méthode

public static GetTrackers ( ) : System.Data.DataRowCollection
Résultat System.Data.DataRowCollection

RemoveAll() public static méthode

public static RemoveAll ( string datatable ) : void
datatable string
Résultat void

RemoveTorrent() public static méthode

public static RemoveTorrent ( string datatable, int index ) : void
datatable string
index int
Résultat void

TorrentDataHandler() public méthode

public TorrentDataHandler ( ) : System
Résultat System

TorrentDataHandler() public méthode

public TorrentDataHandler ( dataset &d, datasetTableAdapters &musikadapter ) : System
d dataset
musikadapter datasetTableAdapters
Résultat System

UpdateTracker() public méthode

public UpdateTracker ( int id, bool activate ) : void
id int
activate bool
Résultat void

Property Details

binding public_oe static_oe property

public static BindingSource,System.Windows.Forms binding
Résultat System.Windows.Forms.BindingSource

data public_oe static_oe property

public static dataset data
Résultat dataset

datasetbusy public_oe static_oe property

public static bool datasetbusy
Résultat bool

musicadapter public_oe static_oe property

public static datasetTableAdapters.TorrentsTableTableAdapter musicadapter
Résultat datasetTableAdapters.TorrentsTableTableAdapter

table public_oe static_oe property

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

trackeradapter public_oe property

public datasetTableAdapters.TrackersTableTableAdapter trackeradapter
Résultat datasetTableAdapters.TrackersTableTableAdapter