Table of Contents

Class AppStateMachineBucketKeyAttribute

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

Specify state machine Bucket key

[AttributeUsage(AttributeTargets.Enum, AllowMultiple = false, Inherited = false)]
public sealed class AppStateMachineBucketKeyAttribute : Attribute
Inheritance
object
Attribute
AppStateMachineBucketKeyAttribute

Constructors

AppStateMachineBucketKeyAttribute(string)

public AppStateMachineBucketKeyAttribute(string key)

Parameters

key string

Properties

Key

public string Key { get; set; }

Property Value

string