Table of Contents

Interface IAppPackage

Namespace
Skyline.AppInstaller
Assembly
Skyline.DataMiner.Core.AppPackageCreator.dll

Application package interface. Use an instance of AppPackage.AppPackageBuilder to create this.

public interface IAppPackage
Extension Methods

Properties

AppPackages

Gets the app packages included in this package.

Assemblies

Gets the assemblies that are included in this package.

AutomationScripts

Gets the Automation scripts that are included in this package.

BuildIdentifier

Gets the build identifier.

CompanionFiles

Gets the companion files included in this package.

Dashboards

Gets the dashboards included in this package.

DeploymentActions

Gets the deployment actions.

Description

Gets the description of the pacakge.

DisplayName

Gets the display name of the package.

Functions

Gets the functions included in this package.

InstallationScript

Gets the installation script of this package.

MinimumRequiredDataMinerVersion

Gets the minimum required DataMiner version.

Name

Gets the name of the package.

Protocols

Gets the protocols included in this package.

SetupContentFiles

Gets the installer files included in this package.

Version

Gets the version of the package.

Visuals

Gets the Visio files included in this package.

Methods

CreatePackage()

Creates the application package and stores it in memory.

CreatePackage(string)

Creates the application package and stores it in the specified destination file path.