C# Class RockSmithTabExplorer.SongCollection

Inheritance: INotifyPropertyChanged
Show file Open project: Jamedjo/RSTabExplorer Class Usage Examples

Public Properties

Property Type Description
fileNames List

Public Methods

Method Description
Add ( string file ) : void
Clear ( ) : void
GetFirstSong ( ) : RockSmithTabExplorer.RSSongInfo
GetTrackDetail ( string songKey, string arrangmentName ) : RockSmithTabExplorer.TrackDetail
SongCollection ( ) : System

Protected Methods

Method Description
OnPropertyChanged ( string propertyName ) : void
OnPropertyChangedExplicit ( string propertyName ) : void

Method Details

Add() public method

public Add ( string file ) : void
file string
return void

Clear() public method

public Clear ( ) : void
return void

GetFirstSong() public method

public GetFirstSong ( ) : RockSmithTabExplorer.RSSongInfo
return RockSmithTabExplorer.RSSongInfo

GetTrackDetail() public method

public GetTrackDetail ( string songKey, string arrangmentName ) : RockSmithTabExplorer.TrackDetail
songKey string
arrangmentName string
return RockSmithTabExplorer.TrackDetail

OnPropertyChanged() protected method

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
return void

OnPropertyChangedExplicit() protected method

protected OnPropertyChangedExplicit ( string propertyName ) : void
propertyName string
return void

SongCollection() public method

public SongCollection ( ) : System
return System

Property Details

fileNames public property

public List fileNames
return List