Table of Contents

Constructor ProtocolVersionTemplate

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

ProtocolVersionTemplate()

Initializes a new instance of the ProtocolVersionTemplate class.

public ProtocolVersionTemplate()

ProtocolVersionTemplate(string, string, string)

Initializes a new instance of the ProtocolVersionTemplate class.

public ProtocolVersionTemplate(string protocolName, string protocolVersion, string name)

Parameters

protocolName string

Name of the protocol.

protocolVersion string

Version of the protocol.

name string

Name of the template.

Exceptions

ArgumentNullException

protocolName, protocolVersion or name is null.

ArgumentException

protocolName, protocolVersion or name is empty or white space.