Search Results for

    Show / Hide Table of Contents

    Class ManifestItem

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

    Fields

    | Improve this Doc View Source

    LogCodes

    Declaration
    [JsonProperty("log_codes")]
    public ICollection<string> LogCodes
    Field Value
    Type Description
    ICollection<String>

    Properties

    | Improve this Doc View Source

    DocumentType

    Declaration
    [JsonProperty("type")]
    public string DocumentType { get; set; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    Group

    Declaration
    [JsonProperty("group")]
    public string Group { get; set; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    IsIncremental

    Declaration
    [JsonProperty("is_incremental")]
    public bool IsIncremental { get; set; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    Metadata

    Declaration
    [JsonExtensionData]
    public Dictionary<string, object> Metadata { get; set; }
    Property Value
    Type Description
    Dictionary<String, Object>
    | Improve this Doc View Source

    OutputFiles

    Declaration
    [JsonProperty("output")]
    public OutputFileCollection OutputFiles { get; }
    Property Value
    Type Description
    OutputFileCollection
    | Improve this Doc View Source

    SourceRelativePath

    Declaration
    [JsonProperty("source_relative_path")]
    public string SourceRelativePath { get; set; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    Version

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

    Methods

    | Improve this Doc View Source

    Clone()

    Declaration
    public ManifestItem Clone()
    Returns
    Type Description
    ManifestItem
    | Improve this Doc View Source

    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)
    • Improve this Doc
    • View Source
    • 0 Comments
    In This Article
    Back to top Copyright © Microsoft.
    Generated by DocFX