Table of Contents

Constructor InformationTemplate

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

InformationTemplate()

Initializes a new instance of the InformationTemplate class.

public InformationTemplate()

InformationTemplate(string, string)

Initializes a new instance of the InformationTemplate class.

public InformationTemplate(string protocolName, string name)

Parameters

protocolName string

The name of the protocol.

name string

The template name.

Exceptions

ArgumentNullException

protocolName or name is null.

ArgumentException

protocolName or name is empty or white space.