C# Class JetBrains.DotPeek.Plugins.PeekFx.Handlers.OpenFrameworkHandler

Inheritance: IActionHandler
Datei anzeigen Open project: JetBrains/dotpeek-peekfx

Public Methods

Method Description
Execute ( IDataContext context, DelegateExecute nextExecute ) : void
OpenFrameworkHandler ( string actionId ) : JetBrains.DotPeek.AssemblyExplorer
Update ( IDataContext context, ActionPresentation presentation, DelegateUpdate nextUpdate ) : bool

Method Details

Execute() public method

public Execute ( IDataContext context, DelegateExecute nextExecute ) : void
context IDataContext
nextExecute DelegateExecute
return void

OpenFrameworkHandler() public method

public OpenFrameworkHandler ( string actionId ) : JetBrains.DotPeek.AssemblyExplorer
actionId string
return JetBrains.DotPeek.AssemblyExplorer

Update() public method

public Update ( IDataContext context, ActionPresentation presentation, DelegateUpdate nextUpdate ) : bool
context IDataContext
presentation ActionPresentation
nextUpdate DelegateUpdate
return bool