Table of Contents

Class SgaEntry

Namespace
OpenCompote.SGA
Assembly
OpenCompote.dll
public abstract class SgaEntry
Inheritance
SgaEntry
Derived
Inherited Members

Fields

_name

protected string _name

Field Value

string

Properties

Drive

Gets the SGA drive that the entry belongs to.

public SgaDrive? Drive { get; }

Property Value

SgaDrive

Name

Gets the name of the entry in the zip archive.

public string Name { get; set; }

Property Value

string

Parent

Gets the parent drive of this entry.

public SgaFolder? Parent { get; }

Property Value

SgaFolder

Path

Gets the relative path of the entry in the zip archive.

public string Path { get; }

Property Value

string

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()