Table of Contents

Class DocumentationDescriptor

Namespace
Phoesion.Glow.SDK.HologramDescriptors.Prism
Assembly
Phoesion.Glow.SDK.Hologram.dll
[MessagePackObject(false)]
public sealed class DocumentationDescriptor
Inheritance
object
DocumentationDescriptor

Properties

Api_FilePath

[Key("Api_FilePath")]
[MessagePackFormatter(typeof(StringInterningFormatter))]
public string Api_FilePath { get; set; }

Property Value

string

Api_LineNumber

[Key("Api_LineNumber")]
public int Api_LineNumber { get; set; }

Property Value

int

Body_FilePath

[Key("Body_FilePath")]
[MessagePackFormatter(typeof(StringInterningFormatter))]
public string Body_FilePath { get; set; }

Property Value

string

Body_LineNumber

[Key("Body_LineNumber")]
public int Body_LineNumber { get; set; }

Property Value

int

Summary

[Key("Summary")]
[MessagePackFormatter(typeof(StringInterningFormatter))]
public string Summary { get; set; }

Property Value

string