Summary
IAppMetricsBuilder
Implements the
IConventionBuilder<TBuilder, TConvention, TDelegate>
- Assembly
- Rocket
.Surgery .Extensions .App .Metrics .Abstractions .dll - Namespace
- Rocket
.Surgery .Extensions .App .Metrics - Interfaces
- Implementing Types
graph BT
Type-.->Interface0["IConventionBuilder<IAppMetricsBuilder, IAppMetricsConvention, AppMetricsConventionDelegate>"]
Type-.->Interface1["IConventionContainer<IAppMetricsBuilder, IAppMetricsConvention, AppMetricsConventionDelegate>"]
Type["IAppMetricsBuilder"]
class Type type-node
Implementing0["AppMetricsBuilder"]-.->Type
click Implementing0 "/api/Rocket.Surgery.Extensions.App.Metrics/AppMetricsBuilder"
Syntax
public interface IAppMetricsBuilder :
IConventionBuilder<IAppMetricsBuilder, IAppMetricsConvention, AppMetricsConventionDelegate>,
IConventionContainer<IAppMetricsBuilder, IAppMetricsConvention, AppMetricsConventionDelegate>
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|