Class DocumentationDescriptor
- Namespace
- Phoesion.Glow.SDK.HologramDescriptors.Prism
- Assembly
- Phoesion.Glow.SDK.Hologram.dll
[MessagePackObject(false)]
public sealed class DocumentationDescriptor
- Inheritance
-
objectDocumentationDescriptor
Properties
Api_FilePath
[Key("Api_FilePath")]
[MessagePackFormatter(typeof(StringInterningFormatter))]
public string Api_FilePath { get; set; }
Property Value
Api_LineNumber
[Key("Api_LineNumber")]
public int Api_LineNumber { get; set; }
Property Value
Body_FilePath
[Key("Body_FilePath")]
[MessagePackFormatter(typeof(StringInterningFormatter))]
public string Body_FilePath { get; set; }
Property Value
Body_LineNumber
[Key("Body_LineNumber")]
public int Body_LineNumber { get; set; }
Property Value
Summary
[Key("Summary")]
[MessagePackFormatter(typeof(StringInterningFormatter))]
public string Summary { get; set; }