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
Exceptions
- ArgumentNullException
protocolName
orname
is null.- ArgumentException
protocolName
orname
is empty or white space.