public sealed class TransactionalEdit : IDisposablePublic NotInheritable Class TransactionalEdit
Implements IDisposablepublic ref class TransactionalEdit sealed : IDisposableSnapDB.IO.FileStructure.TransactionalEdit = function();
Type.createClass(
'SnapDB.IO.FileStructure.TransactionalEdit',
null,
IDisposable);| ArchiveType | The GUID for this archive type. |
| Files | A list of all of the files in this collection. |
| CommitAndDispose | This will cause the transaction to be written to the database. Also calls Dispose(). |
| CreateFile | Creates and opens a new file on the current file system. |
| Dispose | Releases all the resources used by the ReadSnapshot object. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| OpenFile(Int32) | Opens a ArchiveFileStream that can be used to read/write to the file passed to this function. |
| OpenFile(SubFileName) | Opens a ArchiveFileStream that can be used to read and write to the file passed to this function. |
| RollbackAndDispose | This will rollback the transaction by not writing the table of contents to the file. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |