Show / Hide Table of Contents

    Class IncrementalInfo

    Inheritance
    Object
    IncrementalInfo
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace:Microsoft.DocAsCode.Plugins
    Assembly:Microsoft.DocAsCode.Plugins.dll
    Syntax
    public class IncrementalInfo

    Properties

    Processors

    Declaration
    [JsonProperty("processors")]
    public IReadOnlyDictionary<string, IncrementalStatus> Processors { get; }
    Property Value
    Type Description
    IReadOnlyDictionary<String, IncrementalStatus>

    Status

    Declaration
    [JsonProperty("status")]
    public IncrementalStatus Status { get; }
    Property Value
    Type Description
    IncrementalStatus

    Methods

    ReportProcessorStatus(String, Boolean, String)

    Declaration
    public void ReportProcessorStatus(string processor, bool canIncremental, string details = null)
    Parameters
    Type Name Description
    String processor
    Boolean canIncremental
    String details

    ReportStatus(Boolean, IncrementalPhase, String)

    Declaration
    public void ReportStatus(bool canIncremental, IncrementalPhase incrementalPhase, string details = null)
    Parameters
    Type Name Description
    Boolean canIncremental
    IncrementalPhase incrementalPhase
    String details

    Extension Methods

    JsonUtility.ToJsonString(Object, Formatting, JsonSerializer)
    Back to top Copyright © 2015-2017 Microsoft
    Generated by DocFX