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
Public method 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.
Public method 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
Public property 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.
Public property 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.
Public property 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
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.

See Also

Reference

System.Web.Razor Namespace