Summary
A composer that allows registration of delegates and interfaces that implement an interface like the delegate
Implements the
IConvention<TContext>
- Assembly
- Rocket
.Surgery .Conventions .Abstractions .dll - Namespace
- Rocket
.Surgery .Conventions - Interfaces
- Implementing Types
Syntax
public interface IConventionComposer<in TContext, TContribution, TDelegate> :
IConvention<in TContext>, IConvention
where TContext : IConventionContext where TContribution : IConvention<in TContext> where TDelegate : Delegate
Attributes
| Type | Description |
|---|---|
| ObsoleteAttribute |
Type Parameters
| Name | Description |
|---|---|
| TContext | The context type |
| TContribution | The contribution type |
| TDelegate | The delegate Type |
Extension Methods
| Name | Value | Summary |
|---|---|---|
| SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
| With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|
