Click or drag to resize

FileSystemFileAsProjectArchiveMemento Class

Instances of this class can be used in project items to load data delayed (i.e. after the project has been loaded). The instance store a memento that points to an archive entry that can be used to load the data when needed.
Inheritance Hierarchy
SystemObject
  Altaxo.Main.Services.FilesFileSystemFileAsProjectArchiveMemento

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

The FileSystemFileAsProjectArchiveMemento type exposes the following members.

Constructors
 NameDescription
Public methodFileSystemFileAsProjectArchiveMemento Initializes a new instance of the ProjectArchiveEntryMemento class.
Top
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.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetArchiveEntry Gets the archive entry that this memento refers to.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
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