Show / Hide Table of Contents

    Class UidDefinition

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

    Constructors

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

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

    Properties

    Column

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

    File

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

    Line

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

    Name

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

    Extension Methods

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