Table of Contents

Class AppFeatureFlagStringAttribute

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

Describe an AppFeatureFlag Type of type 'String' value

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

Constructors

AppFeatureFlagStringAttribute(string, string)

public AppFeatureFlagStringAttribute(string Title, string DefaultValue)

Parameters

Title string
DefaultValue string

Properties

DefaultValue

public string DefaultValue { get; set; }

Property Value

string

Lines

public int Lines { get; set; }

Property Value

int