public abstract class ArchiveList : DisposableLoggingClassBasePublic MustInherit Class ArchiveList
Inherits DisposableLoggingClassBasepublic ref class ArchiveList abstract : public DisposableLoggingClassBaseSnapDB.Snap.Services.ArchiveList = function();
Type.createClass(
'SnapDB.Snap.Services.ArchiveList',
DisposableLoggingClassBase);| ArchiveList | Creates a ArchiveList |
| Log |
The LogPublisher for logging messages.
(Inherited from DisposableLoggingClassBase) |
| AcquireEditLock | Returns an IDisposable class that can be used to edit the contents of this list. WARNING: Make changes quickly and dispose the returned class. All calls to this class are blocked while editing this class. |
| AttachFileOrPath | Attaches the supplied paths or files. |
| CheckDisposed |
Checks if the class has been disposed, throws an exception if this is the case.
(Inherited from DisposableLoggingClassBase) |
| Dispose |
Releases all the resources used by the DisposableLoggingClassBase object.
(Inherited from DisposableLoggingClassBase) |
| Dispose(Boolean) |
Releases the unmanaged resources used by the DisposableLoggingClassBase object and optionally releases the managed resources.
(Inherited from DisposableLoggingClassBase) |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize |
This code is here to detect when finalizers are called rather than a class be properly disposed.
(Inherited from DisposableLoggingClassBase) |
| GetAllAttachedFiles | Gets a complete list of all archive files. |
| GetFullStatus | Appends the status of the files in the ArchiveList to the provided StringBuilder. |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| InternalAcquireEditLock | Necessary to provide shadow method of AcquireEditLock. |
| LoadFiles | Loads the specified files into the archive list. |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |