C# 클래스 HoldIt.ScoreUtil

파일 보기 프로젝트 열기: ibdknox/swred

공개 메소드들

메소드 설명
DownloadAsync ( string page, string>.Dictionary parameters, DownloadComplete onComplete, DownloadFailed onError ) : void
InsertScore ( VisualScoreInfo boxWithScore, List scores, System.Windows.Controls.ItemCollection list ) : void
ParseOutputIntoScore ( string output, int levelIndex, string level ) : ScoreData
ParseOutputIntoScores ( string output, int levelIndex, string level ) : IEnumerable

메소드 상세

DownloadAsync() 공개 정적인 메소드

public static DownloadAsync ( string page, string>.Dictionary parameters, DownloadComplete onComplete, DownloadFailed onError ) : void
page string
parameters string>.Dictionary
onComplete DownloadComplete
onError DownloadFailed
리턴 void

InsertScore() 공개 정적인 메소드

public static InsertScore ( VisualScoreInfo boxWithScore, List scores, System.Windows.Controls.ItemCollection list ) : void
boxWithScore VisualScoreInfo
scores List
list System.Windows.Controls.ItemCollection
리턴 void

ParseOutputIntoScore() 공개 정적인 메소드

public static ParseOutputIntoScore ( string output, int levelIndex, string level ) : ScoreData
output string
levelIndex int
level string
리턴 ScoreData

ParseOutputIntoScores() 공개 정적인 메소드

public static ParseOutputIntoScores ( string output, int levelIndex, string level ) : IEnumerable
output string
levelIndex int
level string
리턴 IEnumerable