Table of Contents

Constructor TrendTemplate

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

TrendTemplate()

Initializes a new instance of the TrendTemplate class.

public TrendTemplate()

TrendTemplate(string, string, string)

Initializes a new instance of the TrendTemplate class.

public TrendTemplate(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.