Click or drag to resize

FileSystemFolderProjectArchiveManager Class

[Missing <summary> documentation for "T:Altaxo.Main.Services.Files.FileSystemFolderProjectArchiveManager"]

Inheritance Hierarchy
SystemObject
  Altaxo.Main.Services.FilesFileSystemFolderProjectArchiveManager

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

The FileSystemFolderProjectArchiveManager type exposes the following members.

Constructors
 NameDescription
Public methodFileSystemFolderProjectArchiveManagerInitializes a new instance of the FileSystemFolderProjectArchiveManager class
Top
Properties
 NameDescription
Public propertyFileOrFolderName 
Public propertyIsDisposed 
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the FileSystemFolderProjectArchiveManager
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 methodGetArchiveReadOnlyThreadSave 
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodLoadFromFolder Loads a project from a folder. The files in this folder represent the project items.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodReleaseArchiveThreadSave 
Public methodSave 
Public methodSaveAs 
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Events
 NameDescription
Public eventFileOrFolderNameChanged 
Top
See Also