ModelBaseTryRevertAllEdits Method

Reverts all changes of all editing levels.

Definition

Namespace: KGySoft.ComponentModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0-preview.1
C#
public bool TryRevertAllEdits()

Return Value

Boolean
if EditLevel was greater than 0 before the call; otherwise, .

Implements

ICanEditTryRevertAllEdits

See Also