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.3572.0 (4.8.3572.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 Returns a memento with a new entry name.
Top
See Also