Search Results for

    Show / Hide Table of Contents

    Class DependencyType

    Inheritance
    Object
    DependencyType
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Microsoft.DocAsCode.Plugins
    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
    Type Description
    String
    | 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
    Type Description
    BuildPhase
    | Improve this Doc View Source

    Transitivity

    the transitivity of the dependency.

    Declaration
    public DependencyTransitivity Transitivity { get; set; }
    Property Value
    Type Description
    DependencyTransitivity

    Methods

    | Improve this Doc View Source

    CouldTransit(DependencyType)

    Declaration
    public bool CouldTransit(DependencyType other)
    Parameters
    Type Name Description
    DependencyType other
    Returns
    Type Description
    Boolean

    Extension Methods

    JsonUtility.ToJsonString(Object, Formatting, JsonSerializer)
    • Improve this Doc
    • View Source
    • 0 Comments
    In This Article
    Back to top Copyright © Microsoft.
    Generated by DocFX