Class ModuleDescriptor
- Namespace
- Phoesion.Glow.SDK.HologramDescriptors.Firefly
- Assembly
- Phoesion.Glow.SDK.Hologram.dll
[MessagePackObject(false)]
public sealed class ModuleDescriptor
- Inheritance
-
objectModuleDescriptor
Properties
Actions
[Key("Actions")]
public List<ActionDescriptor> Actions { get; set; }
Property Value
Interops
[Key("Interops")]
public List<InteropDescriptor> Interops { get; set; }
Property Value
Name
[Key("Name")]
[MessagePackFormatter(typeof(StringInterningFormatter))]
public string Name { get; set; }