Show / Hide Table of Contents

    Class IncrementalStatus

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

    Properties

    CanIncremental

    Declaration
    [JsonProperty("can_incremental")]
    public bool CanIncremental { get; set; }
    Property Value
    Type Description
    Boolean

    Details

    Declaration
    [JsonProperty("details")]
    public string Details { get; set; }
    Property Value
    Type Description
    String

    IncrementalPhase

    Declaration
    [JsonProperty("incrementalPhase")]
    public IncrementalPhase IncrementalPhase { get; set; }
    Property Value
    Type Description
    IncrementalPhase

    Extension Methods

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