Show / Hide Table of Contents

    Class OutputFileInfo

    Inheritance
    Object
    OutputFileInfo
    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 OutputFileInfo : INotifyPropertyChanged

    Properties

    Hash

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

    LinkToPath

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

    Metadata

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

    RelativePath

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

    Methods

    OnPropertyChanged(String, String, String)

    Declaration
    protected void OnPropertyChanged(string propertyName, string original, string current)
    Parameters
    Type Name Description
    String propertyName
    String original
    String current

    Events

    PropertyChanged

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type Description
    PropertyChangedEventHandler
    Implements
    INotifyPropertyChanged.PropertyChanged

    Extension Methods

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