Summary
The convention scanner interface is used to find conventions
and return those conventions in order they are added.
- Assembly
- Rocket
.Surgery .Conventions .Abstractions .dll - Namespace
- Rocket
.Surgery .Conventions .Scanners - Implementing Types
graph BT
Type["IConventionScanner"]
class Type type-node
Implementing0["SimpleConventionScanner"]-.->Type
click Implementing0 "/api/Rocket.Surgery.Conventions.Scanners/SimpleConventionScanner"
Implementing1["ConventionScannerBase"]-.->Type
click Implementing1 "/api/Rocket.Surgery.Conventions.Scanners/ConventionScannerBase"
Implementing2["BasicConventionScanner"]-.->Type
click Implementing2 "/api/Rocket.Surgery.Conventions.Scanners/BasicConventionScanner"
Implementing3["AggregateConventionScanner"]-.->Type
click Implementing3 "/api/Rocket.Surgery.Conventions.Scanners/AggregateConventionScanner"
Syntax
public interface IConventionScanner
Attributes
Type | Description |
---|---|
Nullable |
Methods
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|