Click or drag to resize

IMementoCapable Interface

This interface flags an object beeing "mementocapable". This means that the state of the object could be saved to an object that can be serialized, and set from an object from the same class. This is used to save and restore the state of GUI objects.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public interface IMementoCapable

The IMementoCapable type exposes the following members.

Methods
 NameDescription
Public methodCreateMemento Creates a new memento from the state.
Public methodSetMemento Sets the state, using the given memento.
Top
Remarks
This interface is used as a [ViewContentService]
See Also