StateMachine<TReturn>.StateResult Class
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Represents the state result.
Inheritance Hierarchy
System.Object
System.Web.Razor.StateMachine<TReturn>.StateResult
Namespace: System.Web.Razor
Assembly: System.Web.Razor (in System.Web.Razor.dll)
Syntax
'Declaration
Protected Class StateResult
'Usage
Dim instance As StateMachine.StateResult
protected class StateResult
protected ref class StateResult
type StateResult = class end
protected class StateResult
The StateMachine<TReturn>.StateResult generic type exposes the following members.
Constructors
Name | Description | |
---|---|---|
StateMachine<TReturn>.StateResult(StateMachine<TReturn>.State) | 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>.StateResult class. | |
StateMachine<TReturn>.StateResult(TReturn, StateMachine<TReturn>.State) | 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>.StateResult class. |
Top
Properties
Name | Description | |
---|---|---|
HasOutput | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets a value indicating whether the state has output. | |
Next | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the next state in the machine. | |
Output | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the output. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.