MVCANControllerEditOriginalDocBaseTModel, TViewRevert Method |
Try 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.3179.0 (4.8.3179.0)
Syntax public 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 anymore.
Return Value
BooleanTrue if the revert operation was successfull;
false if the revert operation was not possible (i.e. because the controller has not stored the original state of the model).
Implements
IApplyControllerRevert(Boolean)See Also