Interface IAppPackageProtocol
- Namespace
- Skyline.AppInstaller
- Assembly
- Skyline.DataMiner.Core.AppPackageCreator.dll
Protocol package interface. Use an instance of AppPackageProtocol.AppPackageProtocolBuilder to create this.
public interface IAppPackageProtocol : IAppPackageAssemblyReferencer
- Inherited Members
- Extension Methods
Properties
- AlarmTemplates
Gets the alarm templates included in this protocol package.
- InformationTemplates
Gets the information templates included in this protocol package.
- Name
Gets the name of the protocol.
- ProtocolContent
Gets the protocol content.
- ProtocolPath
Gets the path to the protocol file.
- TrendTemplates
Gets the trend templates included in this protocol package.
- Version
Gets the version of this protocol.
Methods
- CreatePackage()
Creates the protocol package and returns a byte array containing the package.
- CreatePackage(string)
Creates the protocol package and saves it to the specified destination file path.