Class SgaEntry
- Namespace
- OpenCompote.SGA
- Assembly
- OpenCompote.dll
public abstract class SgaEntry
- Inheritance
-
SgaEntry
- Derived
- Inherited Members
Fields
_name
protected string _name
Field Value
Properties
Drive
Gets the SGA drive that the entry belongs to.
public SgaDrive? Drive { get; }
Property Value
Name
Gets the name of the entry in the zip archive.
public string Name { get; set; }
Property Value
Parent
Gets the parent drive of this entry.
public SgaFolder? Parent { get; }
Property Value
Path
Gets the relative path of the entry in the zip archive.
public string Path { get; }
Property Value
Methods
Delete()
Deletes the entry from the archive.
public void Delete()
Exceptions
- NotSupportedException
The SGA archive for this drive was open in readonly mode.
- ObjectDisposedException
The SGA archive for this entry has been disposed.
ThrowIfDeleted()
protected void ThrowIfDeleted()