Table of Contents

Class AppFeatureFlagGateAttribute

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

Enable the endpoint only when AppFeatureFlagBool value is 'true'

[AttributeUsage(AttributeTargets.Assembly|AttributeTargets.Class|AttributeTargets.Method, AllowMultiple = true, Inherited = false)]
public class AppFeatureFlagGateAttribute : Attribute
Inheritance
object
Attribute
AppFeatureFlagGateAttribute
Derived

Constructors

AppFeatureFlagGateAttribute(Type)

public AppFeatureFlagGateAttribute(Type AppFeatureFlag)

Parameters

AppFeatureFlag Type

Fields

AppFeatureFlag

public Type AppFeatureFlag

Field Value

Type