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

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

Inheritance diagram for LicenseSpring.IBundleEntry:
LicenseSpring.BundleEntry

Properties

ILicense License [get]
 License associated with ProductCode.
 
string ProductCode [get]
 Product code of the license in this bundle entry.
 

Detailed Description

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

COM-friendly representation of one item of the bundle dictionary returned by the Dictionary<string, ILicense> bundle methods (which are not COM compatible).

Property Documentation

◆ License

ILicense LicenseSpring.IBundleEntry.License
get

License associated with ProductCode.

Implemented in LicenseSpring.BundleEntry.

◆ ProductCode

string LicenseSpring.IBundleEntry.ProductCode
get

Product code of the license in this bundle entry.

Implemented in LicenseSpring.BundleEntry.


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