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
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.
|