C# Class ZeroInstall.Commands.MockCommandHandler

A minimalistic ICommandHandler that allows you to pre-record answers and retrieve output.
Inheritance: MockTaskHandler, ICommandHandler
Afficher le fichier Open project: 0install/0install-win Class Usage Examples

Méthodes publiques

Méthode Description
CloseUI ( ) : void
CustomizeSelections ( Func solveCallback ) : void
DisableUI ( ) : void
ManageStore ( IStore store, IFeedCache feedCache ) : void
ShowConfig ( Config config, ConfigTab configTab ) : void
ShowFeedSearch ( SearchQuery query ) : void
ShowIntegrateApp ( IntegrationState state ) : void
ShowSelections ( Selections selections, IFeedManager feedManager ) : void

Fakes showing Selections to the user.

Method Details

CloseUI() public méthode

public CloseUI ( ) : void
Résultat void

CustomizeSelections() public méthode

public CustomizeSelections ( Func solveCallback ) : void
solveCallback Func
Résultat void

DisableUI() public méthode

public DisableUI ( ) : void
Résultat void

ManageStore() public méthode

public ManageStore ( IStore store, IFeedCache feedCache ) : void
store IStore
feedCache IFeedCache
Résultat void

ShowConfig() public méthode

public ShowConfig ( Config config, ConfigTab configTab ) : void
config ZeroInstall.Store.Config
configTab ConfigTab
Résultat void

ShowFeedSearch() public méthode

public ShowFeedSearch ( SearchQuery query ) : void
query ZeroInstall.Services.Feeds.SearchQuery
Résultat void

ShowIntegrateApp() public méthode

public ShowIntegrateApp ( IntegrationState state ) : void
state ZeroInstall.DesktopIntegration.ViewModel.IntegrationState
Résultat void

ShowSelections() public méthode

Fakes showing Selections to the user.
public ShowSelections ( Selections selections, IFeedManager feedManager ) : void
selections Selections
feedManager IFeedManager
Résultat void