Summary
An attribute that ensures the convention runs before 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["DependentOfConventionAttribute"]
class Type type-node
Syntax
public sealed class DependentOfConventionAttribute : Attribute, IConventionDependency
Attributes
| Type | Description |
|---|---|
| Nullable |
|
| NullableAttribute | |
| Attribute |
Constructors
| Name | Summary |
|---|---|
| Dependent |
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
