IMVCController Interface |
public interface IMVCController : IDisposable
The IMVCController type exposes the following members.
| Name | Description | |
|---|---|---|
| ModelObject | Returns the model (document) that this controller manages. | |
| ViewObject | Returns the Gui element that shows the model to the user. |
| Name | Description | |
|---|---|---|
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable) |