Summary
Takes a list of conventions and composes them with the given context
Implements the
IConvention<TContext>
- Assembly
- Rocket
.Surgery .Conventions .Abstractions .dll - Namespace
- Rocket
.Surgery .Conventions - Implementing Types
graph BT
Type["IConventionComposer"]
class Type type-node
Implementing0["ConventionComposer"]-.->Type
click Implementing0 "/api/Rocket.Surgery.Conventions/ConventionComposer"
Syntax
public interface IConventionComposer
Attributes
Type | Description |
---|---|
Nullable |
|
ObsoleteAttribute |
Methods
Name | Value | Summary |
---|---|---|
Register |
void |
Uses all the conventions and calls the register method for all of them.
|
Extension Methods
Name | Value | Summary |
---|---|---|
Register |
void |
Uses all the conventions and calls the register method for all of them.
|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|