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.

System.Object
  System.Web.Razor.StateMachine(TReturn).StateResult

Namespace:  System.Web.Razor
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

type StateResult =  class end

The StateMachine(TReturn).StateResult generic type exposes the following members.

  NameDescription
Public methodStateMachine(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 methodStateMachine(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

  NameDescription
Public propertyHasOutputThis 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 propertyNextThis 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 propertyOutputThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the output.
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: