Summary
A basic convention scanner that doesn't scan any assemblies it only composes provided conventions.
Implements the
IConventionScanner
- Assembly
- Rocket
.Surgery .Conventions .dll - Namespace
- Rocket
.Surgery .Conventions .Scanners - Interfaces
- Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type-.->Interface0["IConventionScanner"]
click Interface0 "/api/Rocket.Surgery.Conventions.Scanners/IConventionScanner"
Type["BasicConventionScanner"]
class Type type-node
Syntax
public class BasicConventionScanner : IConventionScanner
Attributes
| Type | Description |
|---|---|
| Nullable |
|
| NullableAttribute |
Constructors
| Name | Summary |
|---|---|
| Basic |
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.
|
