StateMachine(TReturn) Class
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Represents the state of the machine.
System.Object
System.Web.Razor.StateMachine(TReturn)
System.Web.Razor.Tokenizer.Tokenizer(TSymbol, TSymbolType)
System.Web.Razor.StateMachine(TReturn)
System.Web.Razor.Tokenizer.Tokenizer(TSymbol, TSymbolType)
Assembly: System.Web.Razor (in System.Web.Razor.dll)
The StateMachine(TReturn) type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | StateMachine(TReturn) | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the StateMachine(TReturn) class. |
| Name | Description | |
|---|---|---|
![]() | CurrentState | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the current state of the machine. |
![]() | StartState | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the starting state of the machine. |
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Stay() | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Stays into the machine during the transition. |
![]() | Stay(TReturn) | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Stays into the machine during the transition with the specified output. |
![]() | Stop | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Disables the machine upon transition. |
![]() | ToString | (Inherited from Object.) |
![]() | Transition(StateMachine(TReturn).State) | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Indicates the new transition of the state. |
![]() | Transition(TReturn, StateMachine(TReturn).State) | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Indicates the new transition of the state with the specified output. |
![]() | Turn | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Describes the turning process of the state. |
Show:
