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
stringName of the protocol.
protocolVersion
stringVersion of the protocol.
name
stringName of the template.
Exceptions
- ArgumentNullException
protocolName
,protocolVersion
orname
is null.- ArgumentException
protocolName
,protocolVersion
orname
is empty or white space.