Class SmState<TContext>
Inherited Members
Namespace: Fwt.Core.StateMachines
Assembly: fwt.core.dll
Syntax
public abstract class SmState<TContext> : SmState, ISmStateWithContext<TContext>, ISmState
Type Parameters
| Name | Description |
|---|---|
| TContext |
Properties
Context
Declaration
public virtual TContext Context { get; set; }
Property Value
| Type | Description |
|---|---|
| TContext |