LicenseSpring .Net SDK 7.22.0
Easily add Software Licensing to your application
LicenseSpring.InstallationFileOptions Class Reference

Class that holds optional parameters when requesting InstallationFile info More...

Inheritance diagram for LicenseSpring.InstallationFileOptions:
LicenseSpring.IInstallationFileOptions

Public Member Functions

 InstallationFileOptions ()
 InstallationFile default constructor
 
 InstallationFileOptions (string version, string channel, string environment)
 InstallationFile default constructor More...
 
 InstallationFileOptions (string version, string channel=null)
 InstallationFile default constructor More...
 

Properties

string Channel [get, set]
 Channel from where installation file should be requested More...
 
string Environment [get, set]
 Environment for which installation file should be requested More...
 
string Version [get, set]
 Needed application (Installation file) version More...
 
- Properties inherited from LicenseSpring.IInstallationFileOptions
string Channel [get, set]
 Channel from where installation file should be requested More...
 
string Environment [get, set]
 Environment for which installation file should be requested More...
 
string Version [get, set]
 Needed application (Installation file) version More...
 

Detailed Description

Class that holds optional parameters when requesting InstallationFile info

See also ILicenseManager.GetInstallationFile and ILicense.Check

Constructor & Destructor Documentation

◆ InstallationFileOptions() [1/2]

LicenseSpring.InstallationFileOptions.InstallationFileOptions ( string  version,
string  channel = null 
)

InstallationFile default constructor

Parameters
versionNeeded version
channelChannel from where installation file info should be requested

◆ InstallationFileOptions() [2/2]

LicenseSpring.InstallationFileOptions.InstallationFileOptions ( string  version,
string  channel,
string  environment 
)

InstallationFile default constructor

Parameters
versionNeeded version
channelChannel from where installation file info should be requested
environmentEnvironment for which installation file should be requested

Property Documentation

◆ Channel

string LicenseSpring.InstallationFileOptions.Channel
getset

Channel from where installation file should be requested

Implements LicenseSpring.IInstallationFileOptions.

◆ Environment

string LicenseSpring.InstallationFileOptions.Environment
getset

Environment for which installation file should be requested

Implements LicenseSpring.IInstallationFileOptions.

◆ Version

string LicenseSpring.InstallationFileOptions.Version
getset

Needed application (Installation file) version

Implements LicenseSpring.IInstallationFileOptions.


The documentation for this class was generated from the following file: