C# Class RockSmithTabExplorer.SongCollection

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: Jamedjo/RSTabExplorer Class Usage Examples

Méthodes publiques

Свойство Type Description
fileNames List

Méthodes publiques

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

Méthodes protégées

Méthode Description
OnPropertyChanged ( string propertyName ) : void
OnPropertyChangedExplicit ( string propertyName ) : void

Method Details

Add() public méthode

public Add ( string file ) : void
file string
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

GetFirstSong() public méthode

public GetFirstSong ( ) : RockSmithTabExplorer.RSSongInfo
Résultat RockSmithTabExplorer.RSSongInfo

GetTrackDetail() public méthode

public GetTrackDetail ( string songKey, string arrangmentName ) : RockSmithTabExplorer.TrackDetail
songKey string
arrangmentName string
Résultat RockSmithTabExplorer.TrackDetail

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
Résultat void

OnPropertyChangedExplicit() protected méthode

protected OnPropertyChangedExplicit ( string propertyName ) : void
propertyName string
Résultat void

SongCollection() public méthode

public SongCollection ( ) : System
Résultat System

Property Details

fileNames public_oe property

public List fileNames
Résultat List