Summary
IWebJobsConventionContext
Implements the
IConventionContext
Implements the Microsoft.Azure.WebJobs.IWebJobsBuilder
- Assembly
- Rocket
.Surgery .Extensions .WebJobs .Abstractions .dll - Namespace
- Rocket
.Surgery .Extensions .WebJobs - Interfaces
-
- IConventionContext
- IWebJobsBuilder
- Implementing Types
graph BT
Type-.->Interface0["IConventionContext"]
click Interface0 "/api/Rocket.Surgery.Conventions/IConventionContext"
Type-.->Interface1["IWebJobsBuilder"]
Type["IWebJobsConventionContext"]
class Type type-node
Implementing0["WebJobsConventionBuilder"]-.->Type
click Implementing0 "/api/Rocket.Surgery.Extensions.WebJobs/WebJobsConventionBuilder"
Implementing1["IWebJobsConventionBuilder"]-.->Type
click Implementing1 "/api/Rocket.Surgery.Extensions.WebJobs/IWebJobsConventionBuilder"
Syntax
public interface IWebJobsConventionContext : IConventionContext, IWebJobsBuilder
Attributes
| Type | Description |
|---|---|
| Nullable |
Properties
| Name | Value | Summary |
|---|---|---|
| Assembly |
I |
Gets the assembly candidate finder.
|
| AssemblyProvider | IAssemblyProvider |
Gets the assembly provider.
|
| Configuration | IConfiguration |
Gets the configuration.
|
| Environment | IRocketEnvironment |
The environment that this convention is running
Based on IHostEnvironment / IHostingEnvironment
|
Extension Methods
| Name | Value | Summary |
|---|---|---|
| SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
| With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|
See Also
IConventionContext- Microsoft.Azure.WebJobs.IWebJobsBuilder
