IMVCAController Interface |
public interface IMVCAController : IMVCController, IDisposable, IApplyController
The IMVCAController type exposes the following members.
| Name | Description | |
|---|---|---|
| ModelObject |
Gets the model (document) that this controller manages.
(Inherited from IMVCController) | |
| ViewObject |
Gets or sets the GUI element that shows the model to the user.
(Inherited from IMVCController) |
| Name | Description | |
|---|---|---|
| Apply |
Called when the user input has to be applied to the document being controlled. Returns if apply is successful.
(Inherited from IApplyController) | |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable) | |
| Revert |
Try to revert changes to the model, i.e. restores the original state of the model.
(Inherited from IApplyController) |