Show / Hide Table of Contents

    Class ManifestItem

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

    Properties

    DocumentType

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

    IsIncremental

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

    Metadata

    Declaration
    [JsonExtensionData]
    public Dictionary<string, object> Metadata { get; set; }
    Property Value
    Type Description
    Dictionary<String, Object>

    OutputFiles

    Declaration
    [JsonProperty("output")]
    public OutputFileCollection OutputFiles { get; }
    Property Value
    Type Description
    OutputFileCollection

    SourceRelativePath

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

    Version

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

    Methods

    Clone()

    Declaration
    public ManifestItem Clone()
    Returns
    Type Description
    ManifestItem

    Clone(Boolean, String)

    Declaration
    public ManifestItem Clone(bool isIncremental, string sourceRelativePath)
    Parameters
    Type Name Description
    Boolean isIncremental
    String sourceRelativePath
    Returns
    Type Description
    ManifestItem

    Extension Methods

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