C# Class Banshee.Library.LibrarySource

Inheritance: Banshee.Sources.PrimarySource
Datei anzeigen Open project: mono-soc-2011/banshee Class Usage Examples

Public Methods

Method Description
LibrarySource ( string label, string name, int order ) : System

Protected Methods

Method Description
AddTrack ( DatabaseTrackInfo track ) : void

Method Details

AddTrack() protected method

protected AddTrack ( DatabaseTrackInfo track ) : void
track Banshee.Collection.Database.DatabaseTrackInfo
return void

LibrarySource() public method

public LibrarySource ( string label, string name, int order ) : System
label string
name string
order int
return System