Share via


Controller Members

A base class for controllers and presenters that provides access to the WorkItem and State.

The following tables list the members exposed by the Controller type.

Public Constructors

  Name Description
Public method Controller Initializes a new instance of the Controller class.

Top

Public Properties

  Name Description
Public property State Gets the state associated with the current WorkItem.
Public property WorkItem Gets the current work item where the controller lives.

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method Equals  Overloaded. (Inherited from Object.)
Public method GetHashCode  (Inherited from Object.)
Public method GetType  (Inherited from Object.)
Public method Static ReferenceEquals  (Inherited from Object.)
Public method ToString  (Inherited from Object.)

Top

Protected Methods

  Name Description
Protected method Finalize  (Inherited from Object.)
Protected method MemberwiseClone  (Inherited from Object.)

Top

See Also

Reference

Controller Class
Microsoft.Practices.CompositeUI Namespace