Table of Contents

Class EnableAppFeatureFlagAttribute

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

Enable an AppFeatureFlag

[AttributeUsage(AttributeTargets.Assembly, AllowMultiple = false, Inherited = false)]
public class EnableAppFeatureFlagAttribute : Attribute
Inheritance
object
Attribute
EnableAppFeatureFlagAttribute
Derived

Constructors

EnableAppFeatureFlagAttribute(Type)

public EnableAppFeatureFlagAttribute(Type AppFeatureFlag)

Parameters

AppFeatureFlag Type

Fields

AppFeatureFlag

public Type AppFeatureFlag

Field Value

Type