Summary
Base class for various scanners
Implements the
IConventionScanner
- Assembly
- Rocket
.Surgery .Conventions .dll - Namespace
- Rocket
.Surgery .Conventions .Scanners - Interfaces
- Base Types
-
- Object
- Derived Types
graph BT
Type-->Base0["Object"]
Type-.->Interface0["IConventionScanner"]
click Interface0 "/api/Rocket.Surgery.Conventions.Scanners/IConventionScanner"
Type["ConventionScannerBase"]
class Type type-node
Derived0["SimpleConventionScanner"]-->Type
click Derived0 "/api/Rocket.Surgery.Conventions.Scanners/SimpleConventionScanner"
Derived1["AggregateConventionScanner"]-->Type
click Derived1 "/api/Rocket.Surgery.Conventions.Scanners/AggregateConventionScanner"
Syntax
public abstract class ConventionScannerBase : IConventionScanner
Attributes
Type | Description |
---|---|
Nullable |
|
NullableAttribute |
Constructors
Name | Summary |
---|---|
Convention |
Default constructor for the scanner |
Methods
Name | Value | Summary |
---|---|---|
AppendConvention |
IConventionScanner |
Adds a set of conventions to the scanner
|
AppendConvention |
IConventionScanner |
Adds a set of conventions to the scanner
|
AppendConvention |
IConventionScanner |
Adds a set of conventions to the scanner
|
AppendConvention |
IConventionScanner |
Adds a set of conventions to the scanner
|
AppendConvention |
IConventionScanner |
Adds a set of conventions to the scanner
|
AppendDelegate |
IConventionScanner |
Addes a set of delegates to the scanner
|
AppendDelegate |
IConventionScanner |
Adds a set of delegates to the scanner
|
BuildProvider |
IConventionProvider |
Creates a provider that returns a set of conventions.
|
ExceptConvention |
IConventionScanner |
Adds an exception to the scanner to exclude a specific type
|
ExceptConvention |
IConventionScanner |
Adds an exception to the scanner to exclude a specific type
|
ExceptConvention |
IConventionScanner |
Adds an exception to the scanner to exclude a specific type
|
ExceptConvention |
IConventionScanner |
Adds an exception to the scanner to exclude a specific type
|
Get |
IEnumerable |
Gets all the assemblies by convention.
|
PrependConvention |
IConventionScanner |
Adds a set of conventions to the scanner
|
PrependConvention |
IConventionScanner |
Adds a set of conventions to the scanner
|
PrependConvention |
IConventionScanner |
Adds a set of conventions to the scanner
|
PrependConvention |
IConventionScanner |
Adds a set of conventions to the scanner
|
PrependConvention |
IConventionScanner |
Adds a set of conventions to the scanner
|
PrependDelegate |
IConventionScanner |
Addes a set of delegates to the scanner
|
PrependDelegate |
IConventionScanner |
Adds a set of delegates to the scanner
|
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|