Summary
Convention base compose, that calls all methods on register.
Implements the
IConventionComposer<TContext, TContribution, TDelegate>
- Assembly
- Rocket
.Surgery .Conventions .dll - Namespace
- Rocket
.Surgery .Conventions - Interfaces
- Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type-.->Interface0["IConventionComposer"]
click Interface0 "/api/Rocket.Surgery.Conventions/IConventionComposer"
Type["ConventionComposer"]
class Type type-node
Syntax
public class ConventionComposer : IConventionComposer
Attributes
Type | Description |
---|---|
Nullable |
|
NullableAttribute | |
ObsoleteAttribute |
Constructors
Name | Summary |
---|---|
ConventionComposer |
A base compose that does the composing of conventions and delegates |
Methods
Name | Value | Summary |
---|---|---|
Register |
void |
Uses all the conventions and calls the register method for all of them.
|
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|