Table of Contents

Class ModuleDescriptor

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

Properties

Aliases

[Key("Aliases")]
public List<string> Aliases { get; set; }

Property Value

List<string>

ApiTypeRoutings

[Key("ApiTypeRoutings")]
public Dictionary<string, ModuleDescriptor.ApiTypeRoutingInfo> ApiTypeRoutings { get; set; }

Property Value

Dictionary<string, ModuleDescriptor.ApiTypeRoutingInfo>

Flags

[Key("eFlags")]
public ModuleDescriptor.eFlags Flags { get; set; }

Property Value

ModuleDescriptor.eFlags

Name

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

Property Value

string

RestRoutes

[Key("RestRoutes")]
public List<RestRoute> RestRoutes { get; set; }

Property Value

List<RestRoute>