Table of Contents

Class AppFeatureFlagGateAttribute<T>

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

Enable the endpoint only when AppFeatureBool value is 'true'

[AttributeUsage(AttributeTargets.Assembly|AttributeTargets.Class|AttributeTargets.Method, AllowMultiple = true, Inherited = false)]
public class AppFeatureFlagGateAttribute<T> : AppFeatureFlagGateAttribute where T : IAppFeatureFlagBoolContraint

Type Parameters

T
Inheritance
object
Attribute
AppFeatureFlagGateAttribute<T>
Inherited Members

Constructors

AppFeatureFlagGateAttribute()

public AppFeatureFlagGateAttribute()