DependencyDirection Class

Summary

Defines the dependency direction of the given type
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