![]() |
LicenseSpring .Net SDK 8.1.0
Easily add Software Licensing to your application
|
A single entry of a bundle: a product code and its associated license. More...
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 | |
A single entry of a bundle: a product code and its associated license.
| LicenseSpring.BundleEntry.BundleEntry | ( | string | productCode, |
| ILicense | license | ||
| ) |
Constructs a bundle entry from a product code and its license.
| productCode | Product code of the license. |
| license | License associated with the product code. |
|
get |
License associated with ProductCode.
Implements LicenseSpring.IBundleEntry.
|
get |
Product code of the license in this bundle entry.
Implements LicenseSpring.IBundleEntry.