Class AppStateMachineInfo<T>
public sealed class AppStateMachineInfo<T> : AppStateMachineInfo where T : struct, Enum
Type Parameters
T
- Inheritance
-
objectAppStateMachineInfo<T>
- Inherited Members
Properties
CurrentState
[JsonConverter(typeof(JsonStringEnumConverter))]
public T? CurrentState { get; set; }
Property Value
- T?
States
public List<AppStateMachineInfo<T>.StateInfo> States { get; set; }
Property Value
SwitchingToState
[JsonConverter(typeof(JsonStringEnumConverter))]
public T? SwitchingToState { get; set; }
Property Value
- T?