Table of Contents

Class AppFeatureFlagPercentageAttribute

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

Describe an AppFeatureFlag that returns True a percentage of times

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

Constructors

AppFeatureFlagPercentageAttribute(string, int)

public AppFeatureFlagPercentageAttribute(string Title, int EnabledForPercentage)

Parameters

Title string
EnabledForPercentage int

Properties

EnabledForPercentage

The percentage that GetValue will return True. Allowed values are 0-100

public int EnabledForPercentage { get; set; }

Property Value

int