C# 클래스 mp3tager.Menu

파일 보기 프로젝트 열기: Confirmit/Students

공개 메소드들

메소드 설명
GetUserInput ( string message ) : string
GetYesNoAnswer ( string message ) : bool
PrintChanges ( IEnumerable files ) : void
PrintChanges ( IMp3File file ) : void
PrintCollection ( string message, string>.Dictionary collection, ConsoleColor color ) : void
PrintCollection ( string message, IEnumerable collection, ConsoleColor color ) : void
PrintCurrentFile ( IMp3File file ) : void
PrintError ( string message ) : void
PrintHelp ( ) : void
PrintMessage ( string message ) : void
PrintPlan ( SyncPlan plan ) : void
PrintSuccessMessage ( ) : void
PrintTagValues ( string>.Dictionary tagValues ) : void
SelectSyncRule ( ) : ISyncRule
Show ( ) : void

메소드 상세

GetUserInput() 공개 정적인 메소드

public static GetUserInput ( string message ) : string
message string
리턴 string

GetYesNoAnswer() 공개 정적인 메소드

public static GetYesNoAnswer ( string message ) : bool
message string
리턴 bool

PrintChanges() 공개 정적인 메소드

public static PrintChanges ( IEnumerable files ) : void
files IEnumerable
리턴 void

PrintChanges() 공개 정적인 메소드

public static PrintChanges ( IMp3File file ) : void
file IMp3File
리턴 void

PrintCollection() 공개 정적인 메소드

public static PrintCollection ( string message, string>.Dictionary collection, ConsoleColor color ) : void
message string
collection string>.Dictionary
color ConsoleColor
리턴 void

PrintCollection() 공개 정적인 메소드

public static PrintCollection ( string message, IEnumerable collection, ConsoleColor color ) : void
message string
collection IEnumerable
color ConsoleColor
리턴 void

PrintCurrentFile() 공개 정적인 메소드

public static PrintCurrentFile ( IMp3File file ) : void
file IMp3File
리턴 void

PrintError() 공개 정적인 메소드

public static PrintError ( string message ) : void
message string
리턴 void

PrintHelp() 공개 정적인 메소드

public static PrintHelp ( ) : void
리턴 void

PrintMessage() 공개 정적인 메소드

public static PrintMessage ( string message ) : void
message string
리턴 void

PrintPlan() 공개 정적인 메소드

public static PrintPlan ( SyncPlan plan ) : void
plan SyncPlan
리턴 void

PrintSuccessMessage() 공개 정적인 메소드

public static PrintSuccessMessage ( ) : void
리턴 void

PrintTagValues() 공개 정적인 메소드

public static PrintTagValues ( string>.Dictionary tagValues ) : void
tagValues string>.Dictionary
리턴 void

SelectSyncRule() 공개 정적인 메소드

public static SelectSyncRule ( ) : ISyncRule
리턴 ISyncRule

Show() 공개 정적인 메소드

public static Show ( ) : void
리턴 void