Class DependencyType
Inheritance
DependencyType
Assembly: Microsoft.DocAsCode.Plugins.dll
Syntax
public class DependencyType
Properties
|
Improve this Doc
View Source
Name
name of the dependency type
Declaration
public string Name { get; set; }
Property Value
|
Improve this Doc
View Source
Phase
the build phase that this type of dependency could have an effect on.
Declaration
public BuildPhase Phase { get; set; }
Property Value
|
Improve this Doc
View Source
Transitivity
the transitivity of the dependency.
Declaration
public DependencyTransitivity Transitivity { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
CouldTransit(DependencyType)
Declaration
public bool CouldTransit(DependencyType other)
Parameters
Returns
Extension Methods