Summary
IWebJobsConvention
Implements the
IConvention<TContext>
- Assembly
- Rocket
.Surgery .Extensions .WebJobs .Abstractions .dll - Namespace
- Rocket
.Surgery .Extensions .WebJobs - Interfaces
- Implementing Types
graph BT
Type-.->Interface0["IConvention<IWebJobsConventionContext>"]
Type-.->Interface1["IConvention"]
click Interface1 "/api/Rocket.Surgery.Conventions/IConvention"
Type["IWebJobsConvention"]
class Type type-node
Implementing0["MartenFunctionsUnitOfWorkConvention"]-.->Type
click Implementing0 "/api/Rocket.Surgery.Extensions.Marten.Functions/MartenFunctionsUnitOfWorkConvention"
Syntax
public interface IWebJobsConvention : IConvention<IWebJobsConventionContext>, IConvention
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|