LicenseSpring .Net SDK 8.1.0
Easily add Software Licensing to your application
Loading...
Searching...
No Matches
LicenseSpring.BundleEntry Class Reference

A single entry of a bundle: a product code and its associated license. More...

Inheritance diagram for LicenseSpring.BundleEntry:
LicenseSpring.IBundleEntry

Public Member Functions

 BundleEntry (string productCode, ILicense license)
 Constructs a bundle entry from a product code and its license.
 

Properties

ILicense License [get]
 License associated with ProductCode.
 
string ProductCode [get]
 Product code of the license in this bundle entry.
 
- Properties inherited from LicenseSpring.IBundleEntry

Detailed Description

A single entry of a bundle: a product code and its associated license.

Constructor & Destructor Documentation

◆ BundleEntry()

LicenseSpring.BundleEntry.BundleEntry ( string  productCode,
ILicense  license 
)

Constructs a bundle entry from a product code and its license.

Parameters
productCodeProduct code of the license.
licenseLicense associated with the product code.

Property Documentation

◆ License

ILicense LicenseSpring.BundleEntry.License
get

License associated with ProductCode.

Implements LicenseSpring.IBundleEntry.

◆ ProductCode

string LicenseSpring.BundleEntry.ProductCode
get

Product code of the license in this bundle entry.

Implements LicenseSpring.IBundleEntry.


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