Table of Contents

Class AppPackageProtocol.AppPackageProtocolBuilder

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

Builder for creating protocol packages.

public class AppPackageProtocol.AppPackageProtocolBuilder : IAppPackageProtocolBuilder
Inheritance
AppPackageProtocol.AppPackageProtocolBuilder
Implements
Extension Methods

Constructors

AppPackageProtocolBuilder(string, string, byte[])

Initializes a new instance of the AppPackageProtocol.AppPackageProtocolBuilder class using the specified name, version and protocol file.

AppPackageProtocolBuilder(string, string, string)

Initializes a new instance of the AppPackageProtocol.AppPackageProtocolBuilder class using the specified name, version and protocol file.

Methods

Build()

Builds the protocol package object.

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.