IScript |
The IScriptController type exposes the following members.
| 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) | |
| Cancel | Cancels the current operation. | |
| Compile | Compiles the current script. | |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable) | |
| Execute | Executes the script. | |
| HasExecutionErrors | Determines whether execution errors are present. | |
| InitializeDocument |
Initializes the controller with the document.
(Inherited from IMVCANController) | |
| Revert |
Try to revert changes to the model, i.e. restores the original state of the model.
(Inherited from IApplyController) | |
| SetText | Sets the script text in the view. | |
| Update | Updates the model with the current script text. |