Summary
IAutofacConvention
Implements the
IConvention<TContext>
- Assembly
- Rocket
.Surgery .Extensions .Autofac .Abstractions .dll - Namespace
- Rocket
.Surgery .Extensions .Autofac - Interfaces
graph BT
Type-.->Interface0["IConvention<IAutofacConventionContext>"]
Type-.->Interface1["IConvention"]
click Interface1 "/api/Rocket.Surgery.Conventions/IConvention"
Type["IAutofacConvention"]
class Type type-node
Syntax
public interface IAutofacConvention : IConvention<IAutofacConventionContext>, IConvention
Attributes
Type | Description |
---|---|
PublicAPIAttribute |
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|