MVCANControllerEditImmutableDocBaseTModel, TViewRevert Method |
Tries to revert changes to the model, i.e. restores the original state of the model.
Namespace: Altaxo.GuiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic virtual bool Revert(
bool disposeController
)
Parameters
- disposeController Boolean
- If set to true, the controller should release all temporary resources, since the controller is not needed any more.
Return Value
Booleantrue if the revert operation was successful;
false if the revert operation was not possible (for example because the controller has not stored the original state of the model).
Implements
IApplyControllerRevert(Boolean)
See Also