Table of Contents

Class AppStateMachineBucketNameAttribute

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

Specify state machine Bucket name

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

Constructors

AppStateMachineBucketNameAttribute(string)

public AppStateMachineBucketNameAttribute(string name)

Parameters

name string

Properties

Name

public string Name { get; set; }

Property Value

string