Class PackageAccessor Class

Provides base class for package accessors.

Constructors:

NameDescription
Public methodPackageAccessor(LightFieldPackage) Initializes a new instance of the PackageAccessor class.

Properties:

NameDescription
Public propertyHasContent Gets whether any files are present in the package.
Public propertyHasExceptions Gets whether any exceptions occured during initialization.
Public propertyMetadata Gets metadata of the package.
Public propertyPackage Gets the LightFieldPackage associated with this accessor.

Methods:

NameDescription
Public methodGetExceptions() Gets the list of exceptions that occured during initialization.
Public methodThrowIfExceptionsOccured() Throws the first exception that occured during initialization, if any.