Constructor ProtocolVersionTemplate
- Namespace
- Skyline.AppInstaller
- Assembly
- Skyline.DataMiner.Core.AppPackageCreator.dll
ProtocolVersionTemplate()
Initializes a new instance of the ProtocolVersionTemplate class.
public ProtocolVersionTemplate()
ProtocolVersionTemplate(string, string, string)
Initializes a new instance of the ProtocolVersionTemplate class.
public ProtocolVersionTemplate(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.