Table of Contents

Constructor ProtocolTemplate

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

ProtocolTemplate()

Initializes a new instance of the ProtocolTemplate class.

public ProtocolTemplate()

ProtocolTemplate(string, string)

Initializes a new instance of the ProtocolTemplate class.

public ProtocolTemplate(string protocolName, string name)

Parameters

protocolName string

The name of the protocol.

name string

The name of the template.

Exceptions

ArgumentNullException

protocolName or name is null.

ArgumentException

protocolName or name is empty or white space.