C# Class ZuneSocialTagger.GUI.ViewsViewModels.Details.DetailRow

Datei anzeigen Open project: leetreveil/Zune-Social-Tagger Class Usage Examples

Public Methods

Method Description
DetailRow ( ) : System
MatchTheSelectedSongToTheAvailableSongs ( ) : void

Matches song titles, only matches if the titles are exactly the same, needs extending

Private Methods

Method Description
GetWords ( string @string ) : string[]
MatchWordsWeightedByPosition ( string a, string b ) : int

Method Details

DetailRow() public method

public DetailRow ( ) : System
return System

MatchTheSelectedSongToTheAvailableSongs() public method

Matches song titles, only matches if the titles are exactly the same, needs extending
public MatchTheSelectedSongToTheAvailableSongs ( ) : void
return void