Search Results for

    Show / Hide Table of Contents

    Class UidDefinition

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

    Constructors

    | Improve this Doc View Source

    UidDefinition(String, String, Nullable<Int32>, Nullable<Int32>)

    Declaration
    [Obsolete]
    public UidDefinition(string name, string file, int? line, int? column)
    Parameters
    Type Name Description
    String name
    String file
    Nullable<Int32> line
    Nullable<Int32> column
    | Improve this Doc View Source

    UidDefinition(String, String, Nullable<Int32>, Nullable<Int32>, String)

    Declaration
    [JsonConstructor]
    public UidDefinition(string name, string file, int? line = default(int? ), int? column = default(int? ), string path = null)
    Parameters
    Type Name Description
    String name
    String file
    Nullable<Int32> line
    Nullable<Int32> column
    String path

    Properties

    | Improve this Doc View Source

    Column

    Declaration
    [JsonProperty("column")]
    public int? Column { get; }
    Property Value
    Type Description
    Nullable<Int32>
    | Improve this Doc View Source

    File

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

    Line

    Declaration
    [JsonProperty("line")]
    public int? Line { get; }
    Property Value
    Type Description
    Nullable<Int32>
    | Improve this Doc View Source

    Name

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

    Path

    Declaration
    [JsonProperty("path")]
    public string Path { get; }
    Property Value
    Type Description
    String

    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