Summary
ConventionHostBuilder.
Implements the
IConventionHostBuilder
- Assembly
- Rocket
.Surgery .Conventions .dll - Namespace
- Rocket
.Surgery .Conventions - Interfaces
- Base Types
-
- Object
- Derived Types
graph BT
Type-->Base0["Object"]
Type-.->Interface0["IConventionHostBuilder"]
click Interface0 "/api/Rocket.Surgery.Conventions/IConventionHostBuilder"
Type["ConventionHostBuilder<TSelf>"]
class Type type-node
Derived0["ConventionTestHost"]-->Type
click Derived0 "/api/Rocket.Surgery.Conventions.TestHost/ConventionTestHost"
Syntax
public abstract class ConventionHostBuilder<TSelf> : IConventionHostBuilder
where TSelf : IConventionHostBuilder
Attributes
Type | Description |
---|---|
Nullable |
|
NullableAttribute | |
Default |
Type Parameters
Name | Description |
---|---|
TSelf | The type of the t self. |
Constructors
Name | Summary |
---|---|
Convention |
Initializes a new instance of the ConventionHostBuilder<TSelf> class.
|
Properties
Name | Value | Summary |
---|---|---|
Assembly |
I |
Gets the assembly candidate finder.
|
AssemblyProvider | IAssemblyProvider |
Gets the assembly provider.
|
DiagnosticSource | DiagnosticSource |
Gets the diagnostic source.
|
Properties | IDictionary |
A central location for sharing state between components during the convention building process.
|
Scanner | IConventionScanner |
Gets the scanner.
|
ServiceProperties | I |
A central location for sharing state between components during the convention building process.
|
this[object] | object |
A central location for sharing state between components during the convention building process.
|
Methods
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|