IExecutionContext
Namespace: JoaLauncher.Api
A parameter passed in to the <see cref="!:ISearchResult.Execute"></see> Method on a SearchResult Containt information about the context in which the execution happens
public interface IExecutionContextMethods
IStepBuilder AddStepBuilder()Creates a new StepBuilder and returns it. If this method is called, the UI will navigate to the new Step
Returns
| Type | Description | 
|---|---|
| JoaLauncher.Api.IStepBuilder | 
Properties
ContextAction ContextAction { get; set; }Is the <xref href="JoaLauncher.Api.IExecutionContext.ContextAction" data-throw-if-not-resolved="false"></xref> that the user selected when executing the <see cref="!:ISearchResult"></see>
IServiceProvider ServiceProvider { get; set; }A ServiceProvider that can be used to inject services
Type: System.IServiceProvider