C# Class BlueSky.Commands.History.CommandHistoryMenuHandler

Afficher le fichier Open project: BlueSkyStatistics/BlueSkyRepository

Méthodes publiques

Méthode Description
AddCommand ( string DatasetName, UAMenuCommand Command ) : void
CommandHistoryMenuHandler ( ) : System.Collections.Generic
RemoveCommand ( string DatasetName, UAMenuCommand Command ) : void

Private Methods

Méthode Description
CreateItem ( DashBoardItem item ) : System.Windows.Controls.MenuItem

Method Details

AddCommand() public méthode

public AddCommand ( string DatasetName, UAMenuCommand Command ) : void
DatasetName string
Command BSky.Interfaces.Services.UAMenuCommand
Résultat void

CommandHistoryMenuHandler() public méthode

public CommandHistoryMenuHandler ( ) : System.Collections.Generic
Résultat System.Collections.Generic

RemoveCommand() public méthode

public RemoveCommand ( string DatasetName, UAMenuCommand Command ) : void
DatasetName string
Command BSky.Interfaces.Services.UAMenuCommand
Résultat void