Summary
IConventionProvider
- Assembly
- Rocket
.Surgery .Conventions .Abstractions .dll - Namespace
- Rocket
.Surgery .Conventions .Scanners
graph BT
Type["IConventionProvider"]
class Type type-node
Syntax
public interface IConventionProvider
Attributes
Type | Description |
---|---|
Nullable |
Methods
Name | Value | Summary |
---|---|---|
Get |
IEnumerable |
Gets this instance. filtered by host type
|
GetAll |
IEnumerable |
Gets a all the conventions from the provider filtered by host type
|
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|