Click or drag to resize

EntireTableQueryControllerRevert Method

Try to revert changes to the model, i.e. restores the original state of the model.

Namespace: Altaxo.Gui.DataConnection
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public 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

Boolean
True 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