Summary
IWebJobsConventionBuilder.
Implements the
IConventionBuilder<TBuilder, TConvention, TDelegate>
Implements the IWebJobsConventionBuilder
Implements the IWebJobsConvention
Implements the IWebJobsConventionContext
- Assembly
- Rocket
.Surgery .Extensions .WebJobs .Abstractions .dll - Namespace
- Rocket
.Surgery .Extensions .WebJobs - Interfaces
- Implementing Types
graph BT
Type-.->Interface0["IConventionBuilder<IWebJobsConventionBuilder, IWebJobsConvention, WebJobsConventionDelegate>"]
Type-.->Interface1["IConventionContainer<IWebJobsConventionBuilder, IWebJobsConvention, WebJobsConventionDelegate>"]
Type-.->Interface2["IWebJobsConventionContext"]
click Interface2 "/api/Rocket.Surgery.Extensions.WebJobs/IWebJobsConventionContext"
Type-.->Interface3["IConventionContext"]
click Interface3 "/api/Rocket.Surgery.Conventions/IConventionContext"
Type-.->Interface4["IWebJobsBuilder"]
Type["IWebJobsConventionBuilder"]
class Type type-node
Implementing0["WebJobsConventionBuilder"]-.->Type
click Implementing0 "/api/Rocket.Surgery.Extensions.WebJobs/WebJobsConventionBuilder"
Syntax
public interface IWebJobsConventionBuilder :
IConventionBuilder<IWebJobsConventionBuilder, IWebJobsConvention, WebJobsConventionDelegate>,
IConventionContainer<IWebJobsConventionBuilder, IWebJobsConvention, WebJobsConventionDelegate>,
IWebJobsConventionContext, IConventionContext, IWebJobsBuilder
Methods
Name | Value | Summary |
---|---|---|
Build |
void |
Build the service provider from this container
|
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|