Summary
A convention provider that is bootstrapped with a set of conventions that allow for manual inalization of the initial
conventions.
Implements the
ConventionScannerBase
- Assembly
- Rocket
.Surgery .Conventions .dll - Namespace
- Rocket
.Surgery .Conventions .Scanners - Interfaces
- Base Types
-
- Object
- Convention
Scanner Base
graph BT
Type-->Base0["ConventionScannerBase"]
click Base0 "/api/Rocket.Surgery.Conventions.Scanners/ConventionScannerBase"
Base0-->Base1["Object"]
Type-.->Interface0["IConventionScanner"]
click Interface0 "/api/Rocket.Surgery.Conventions.Scanners/IConventionScanner"
Type["AggregateConventionScanner"]
class Type type-node
Syntax
public class AggregateConventionScanner : ConventionScannerBase, IConventionScanner
Constructors
Name | Summary |
---|---|
Aggregate |
The default constructor |
Methods
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|