Summary
Ensures the convention runs after the given
IConvention
graph BT
Type["IConventionDependency"]
class Type type-node
Implementing0["DependentOfConventionAttribute"]-.->Type
click Implementing0 "/api/Rocket.Surgery.Conventions/DependentOfConventionAttribute"
Implementing1["AfterConventionAttribute"]-.->Type
click Implementing1 "/api/Rocket.Surgery.Conventions/AfterConventionAttribute"
Implementing2["DependsOnConventionAttribute"]-.->Type
click Implementing2 "/api/Rocket.Surgery.Conventions/DependsOnConventionAttribute"
Implementing3["BeforeConventionAttribute"]-.->Type
click Implementing3 "/api/Rocket.Surgery.Conventions/BeforeConventionAttribute"
Syntax
public interface IConventionDependency
Attributes
| Type | Description |
|---|---|
| Nullable |
Properties
| Name | Value | Summary |
|---|---|---|
| Direction | DependencyDirection |
The
DependencyDirection direction of this relationship
|
| Type | Type |
The
IConvention type to link to
|
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
