Class UidDefinition
Inheritance
UidDefinition
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
|
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
Properties
|
Improve this Doc
View Source
Column
Declaration
[JsonProperty("column")]
public int? Column { get; }
Property Value
|
Improve this Doc
View Source
File
Declaration
[JsonProperty("file")]
public string File { get; }
Property Value
|
Improve this Doc
View Source
Line
Declaration
[JsonProperty("line")]
public int? Line { get; }
Property Value
|
Improve this Doc
View Source
Name
Declaration
[JsonProperty("name")]
public string Name { get; }
Property Value
|
Improve this Doc
View Source
Path
Declaration
[JsonProperty("path")]
public string Path { get; }
Property Value
Extension Methods