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.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public interface IMementoCapable
The IMementoCapable type exposes the following members.
Methods Remarks
This interface is used as a [ViewContentService]
See Also