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 | |
---|---|---|
Controller | Initializes a new instance of the Controller class. |
Top
Public Properties
Name | Description | |
---|---|---|
State | Gets the state associated with the current WorkItem. | |
WorkItem | Gets the current work item where the controller lives. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ReferenceEquals | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Top