Class ConfigEntry
- Namespace
- Phoesion.Glow.SDK.HologramDescriptors.Firefly
- Assembly
- Phoesion.Glow.SDK.Hologram.dll
[MessagePackObject(false)]
public sealed class ConfigEntry
- Inheritance
-
objectConfigEntry
Properties
CollectionItem
[Key("CollectionItem")]
public ConfigEntry CollectionItem { get; set; }
Property Value
DisplayDescription
[Key("DisplayDescription")]
[MessagePackFormatter(typeof(StringInterningFormatter))]
public string DisplayDescription { get; set; }
Property Value
DisplayName
[Key("DisplayName")]
[MessagePackFormatter(typeof(StringInterningFormatter))]
public string DisplayName { get; set; }
Property Value
IsCollection
[Key("IsCollection")]
public bool IsCollection { get; set; }
Property Value
IsDirectValue
Direct value, NOT json
[Key("IsDirectValue")]
public bool IsDirectValue { get; set; }
Property Value
IsSensitive
[Key("IsSensitive")]
public bool IsSensitive { get; set; }
Property Value
MemberName
[Key("MemberName")]
[MessagePackFormatter(typeof(StringInterningFormatter))]
public string MemberName { get; set; }
Property Value
Members
[Key("Members")]
public Dictionary<string, ConfigEntry> Members { get; set; }
Property Value
Overwrite
[Key("Overwrite")]
public bool Overwrite { get; set; }
Property Value
Type
[Key("Type")]
[MessagePackFormatter(typeof(StringInterningFormatter))]
public string Type { get; set; }
Property Value
Value
[Key("Value")]
[MessagePackFormatter(typeof(StringInterningFormatter))]
public string Value { get; set; }