Table of Contents

Class AppFeatureFlagDescriptor

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

Properties

Category

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

Property Value

string

CurrentValue

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

Property Value

string

CurrentValueEditDate

[Key("CurrentValueEditDate")]
public DateTime CurrentValueEditDate { get; set; }

Property Value

DateTime

DefaultValue

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

Property Value

string

Description

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

Property Value

string

ExtraData

[Key("ExtraData")]
public string ExtraData { get; set; }

Property Value

string

Group

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

Property Value

string

Key

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

Property Value

string

Kind

[Key("Type")]
public AppFeatureFlagKinds Kind { get; set; }

Property Value

AppFeatureFlagKinds

Lines

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

Property Value

int

MaxValue

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

Property Value

string

MinValue

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

Property Value

string

Order

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

Property Value

int

Scope

[Key("Scope")]
public GlowAppScope Scope { get; set; }

Property Value

GlowAppScope

Title

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

Property Value

string