Summary
An attribute that ensures the convention runs after the given
IConvention
- Assembly
- Rocket
.Surgery .Conventions .Abstractions .dll - Namespace
- Rocket
.Surgery .Conventions - Interfaces
- Base Types
-
- Attribute
graph BT
Type-->Base0["Attribute"]
Type-.->Interface0["IConventionDependency"]
click Interface0 "/api/Rocket.Surgery.Conventions/IConventionDependency"
Type["AfterConventionAttribute"]
class Type type-node
Syntax
public sealed class AfterConventionAttribute : Attribute, IConventionDependency
Attributes
Type | Description |
---|---|
Nullable |
|
NullableAttribute | |
Attribute |
Constructors
Name | Summary |
---|---|
After |
The type to be used with the convention type |
Properties
Name | Value | Summary |
---|---|---|
Type | Type |
The convention type
|
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|
See Also
- System.Attribute