Table of Contents

Class FromAppFeatureFlagAttribute

Namespace
Phoesion.Glow.SDK
Assembly
Phoesion.Glow.SDK.Abstractions.dll

This parameter will be binded from the AppFeature current value.

[AttributeUsage(AttributeTargets.Parameter, AllowMultiple = false)]
public class FromAppFeatureFlagAttribute : Attribute
Inheritance
object
Attribute
FromAppFeatureFlagAttribute
Derived

Constructors

FromAppFeatureFlagAttribute(Type)

public FromAppFeatureFlagAttribute(Type AppFeature)

Parameters

AppFeature Type

Properties

AppFeatureFlag

public Type AppFeatureFlag { get; set; }

Property Value

Type

Required

public bool Required { get; set; }

Property Value

bool