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
protocolNamestringName of the protocol.
protocolVersionstringVersion of the protocol.
namestringName of the template.
Exceptions
- ArgumentNullException
protocolName,protocolVersionornameis null.- ArgumentException
protocolName,protocolVersionornameis empty or white space.