C# Class mp3tager.Menu

Exibir arquivo Open project: Confirmit/Students

Public Methods

Method Description
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

Method Details

GetUserInput() public static method

public static GetUserInput ( string message ) : string
message string
return string

GetYesNoAnswer() public static method

public static GetYesNoAnswer ( string message ) : bool
message string
return bool

PrintChanges() public static method

public static PrintChanges ( IEnumerable files ) : void
files IEnumerable
return void

PrintChanges() public static method

public static PrintChanges ( IMp3File file ) : void
file IMp3File
return void

PrintCollection() public static method

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

PrintCollection() public static method

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

PrintCurrentFile() public static method

public static PrintCurrentFile ( IMp3File file ) : void
file IMp3File
return void

PrintError() public static method

public static PrintError ( string message ) : void
message string
return void

PrintHelp() public static method

public static PrintHelp ( ) : void
return void

PrintMessage() public static method

public static PrintMessage ( string message ) : void
message string
return void

PrintPlan() public static method

public static PrintPlan ( SyncPlan plan ) : void
plan SyncPlan
return void

PrintSuccessMessage() public static method

public static PrintSuccessMessage ( ) : void
return void

PrintTagValues() public static method

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

SelectSyncRule() public static method

public static SelectSyncRule ( ) : ISyncRule
return ISyncRule

Show() public static method

public static Show ( ) : void
return void