Table of Contents

Interface IAppPackageProtocolBuilder

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

Protocol builder interface.

public interface IAppPackageProtocolBuilder
Extension Methods

Methods

Build()

Builds a new IAppPackage instance.

WithAlarmTemplate(string, bool)

Adds the specified alarm template.

WithAssembly(string, string)

Adds the specified assembly.

WithHelp(string)

Adds the specified help file.

WithInformationTemplate(string, bool)

Adds the specified information template.

WithTrendTemplate(string, bool)

Adds the specified trend template.

WithVisio(string)

Adds the specified Visio file.