C# Класс ZuneSocialTagger.GUI.ViewsViewModels.Details.DetailRow

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
DetailRow ( ) : System
MatchTheSelectedSongToTheAvailableSongs ( ) : void

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

Приватные методы

Метод Описание
GetWords ( string @string ) : string[]
MatchWordsWeightedByPosition ( string a, string b ) : int

Описание методов

DetailRow() публичный Метод

public DetailRow ( ) : System
Результат System

MatchTheSelectedSongToTheAvailableSongs() публичный Метод

Matches song titles, only matches if the titles are exactly the same, needs extending
public MatchTheSelectedSongToTheAvailableSongs ( ) : void
Результат void