Summary
Defines the dependency direction of the given type
- Assembly
- Rocket
.Surgery .Conventions .Abstractions .dll - Namespace
- Rocket
.Surgery .Conventions - Base Types
-
- Enum
graph BT
Type-->Base0["Enum"]
Type["DependencyDirection"]
class Type type-node
Syntax
public sealed class DependencyDirection : Enum
Fields
Name | Constant Value | Summary |
---|---|---|
DependentOf | 1 |
Order the convention to be run after this one.
static
|
DependsOn | 0 |
Order the convention to be run before this one.
static
|
value__ |
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|