C# 클래스 ZeroInstall.Commands.CliCommandHandler

상속: NanoByte.Common.Tasks.CliTaskHandler, ICommandHandler
파일 보기 프로젝트 열기: 0install/0install-win 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

CloseUI() 공개 메소드

public CloseUI ( ) : void
리턴 void

CustomizeSelections() 공개 메소드

public CustomizeSelections ( Func solveCallback ) : void
solveCallback Func
리턴 void

DisableUI() 공개 메소드

public DisableUI ( ) : void
리턴 void

ManageStore() 공개 메소드

public ManageStore ( IStore store, IFeedCache feedCache ) : void
store IStore
feedCache IFeedCache
리턴 void

ShowConfig() 공개 메소드

public ShowConfig ( Config config, ConfigTab configTab ) : void
config ZeroInstall.Store.Config
configTab ConfigTab
리턴 void

ShowFeedSearch() 공개 메소드

public ShowFeedSearch ( SearchQuery query ) : void
query ZeroInstall.Services.Feeds.SearchQuery
리턴 void

ShowIntegrateApp() 공개 메소드

public ShowIntegrateApp ( IntegrationState state ) : void
state ZeroInstall.DesktopIntegration.ViewModel.IntegrationState
리턴 void

ShowSelections() 공개 메소드

public ShowSelections ( Selections selections, IFeedManager feedManager ) : void
selections Selections
feedManager IFeedManager
리턴 void