Click or drag to resize

IProjectArchiveEntryMemento Interface

A class from which a project archive can be restored. Ideally, this object should not claim any resources.

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

The IProjectArchiveEntryMemento type exposes the following members.

Properties
 NameDescription
Public propertyEntryName Gets the full name of the archive entry.
Top
Methods
 NameDescription
Public methodClone Clones this instance.
Public methodDisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable)
Public methodGetArchiveEntry Gets the archive entry.
Public methodWithEntryName Gives a instance of the memento, with a new entry name (returns the same instance if the entry name is the same).
Top
See Also