Summary
IHostingConvention
Implements the
IConvention<TContext>
- Assembly
- Rocket
.Surgery .Hosting .Abstractions .dll - Namespace
- Rocket
.Surgery .Hosting - Interfaces
- Implementing Types
graph BT
Type-.->Interface0["IConvention<IHostingConventionContext>"]
Type-.->Interface1["IConvention"]
click Interface1 "/api/Rocket.Surgery.Conventions/IConvention"
Type["IHostingConvention"]
class Type type-node
Implementing0["HostingMetricsConvention"]-.->Type
click Implementing0 "/api/Rocket.Surgery.Hosting.Metrics/HostingMetricsConvention"
Implementing1["SerilogHostingConvention"]-.->Type
click Implementing1 "/api/Rocket.Surgery.Hosting.Serilog.Conventions/SerilogHostingConvention"
Implementing2["AspNetCoreMetricsConvention"]-.->Type
click Implementing2 "/api/Rocket.Surgery.AspNetCore.Metrics/AspNetCoreMetricsConvention"
Syntax
public interface IHostingConvention : IConvention<IHostingConventionContext>, IConvention
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|