Table of Contents

Class AppFeatureFlagBoolAttribute

Namespace
Phoesion.Glow.SDK.Firefly
Assembly
Phoesion.Glow.SDK.Firefly.Annotations.dll

Describe an AppFeatureFlag Type of type 'Boolean' value

[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
public class AppFeatureFlagBoolAttribute : AppFeatureFlagBaseParametersAttribute
Inheritance
object
Attribute
AppFeatureFlagBaseParametersAttribute
AppFeatureFlagBoolAttribute

Constructors

AppFeatureFlagBoolAttribute(string, bool)

public AppFeatureFlagBoolAttribute(string Title, bool DefaultValue)

Parameters

Title string
DefaultValue bool

Properties

DefaultValue

public bool DefaultValue { get; set; }

Property Value

bool