Class ServiceBuildDescriptor
- Namespace
- Phoesion.Glow.SDK.HologramDescriptors
- Assembly
- Phoesion.Glow.SDK.Hologram.dll
[MessagePackObject(false)]
public sealed class ServiceBuildDescriptor
- Inheritance
-
objectServiceBuildDescriptor
Properties
AssemblyRootPath
[Key("AssemblyRootPath")]
[MessagePackFormatter(typeof(StringInterningFormatter))]
public string AssemblyRootPath { get; set; }
Property Value
Build
[Key("Build")]
public ServiceBuilds Build { get; set; }
Property Value
Files
[Key("Files")]
public List<FileInfo> Files { get; set; }
Property Value
RelativeAssemblyRootPath
[Key("RelativeAssemblyRootPath")]
[MessagePackFormatter(typeof(StringInterningFormatter))]
public string RelativeAssemblyRootPath { get; set; }