C# 클래스 ZuneSocialTagger.GUI.ViewsViewModels.Details.DetailRow

파일 보기 프로젝트 열기: leetreveil/Zune-Social-Tagger 1 사용 예제들

공개 메소드들

메소드 설명
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