Search Results for

    Show / Hide Table of Contents

    Class IncrementalInfo

    Inheritance
    Object
    IncrementalInfo
    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 IncrementalInfo

    Properties

    | Improve this Doc View Source

    Processors

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

    Status

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

    Methods

    | Improve this Doc View Source

    ReportProcessorFileCount(String, Int64, Int64)

    Declaration
    public void ReportProcessorFileCount(string processor, long totalFileCount, long skippedFileCount)
    Parameters
    Type Name Description
    String processor
    Int64 totalFileCount
    Int64 skippedFileCount
    | Improve this Doc View Source

    ReportProcessorStatus(String, Boolean, String, String)

    Declaration
    public void ReportProcessorStatus(string processor, bool canIncremental, string details = null, string fullBuildReasonCode = null)
    Parameters
    Type Name Description
    String processor
    Boolean canIncremental
    String details
    String fullBuildReasonCode
    | Improve this Doc View Source

    ReportStatus(Boolean, IncrementalPhase, String, String)

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

    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