![]() |
LicenseSpring .Net SDK 7.22.0
Easily add Software Licensing to your application
|
Class that holds optional parameters when requesting InstallationFile info More...
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... | |
![]() | |
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... | |
Class that holds optional parameters when requesting InstallationFile info
See also ILicenseManager.GetInstallationFile
and ILicense.Check
LicenseSpring.InstallationFileOptions.InstallationFileOptions | ( | string | version, |
string | channel = null |
||
) |
InstallationFile default constructor
version | Needed version |
channel | Channel from where installation file info should be requested |
LicenseSpring.InstallationFileOptions.InstallationFileOptions | ( | string | version, |
string | channel, | ||
string | environment | ||
) |
InstallationFile default constructor
version | Needed version |
channel | Channel from where installation file info should be requested |
environment | Environment for which installation file should be requested |
|
getset |
Channel from where installation file should be requested
Implements LicenseSpring.IInstallationFileOptions.
|
getset |
Environment for which installation file should be requested
Implements LicenseSpring.IInstallationFileOptions.
|
getset |
Needed application (Installation file) version
Implements LicenseSpring.IInstallationFileOptions.