Extension methods for use with generic collections of license information. More...
Static Public Member Functions | |
| static bool | IsSerialNumberAvailable (this ICollection< LicenseInfo > list, int serialNumber) |
| Check whether at least one license with the given serialNumber is available on this system. More... | |
| static bool | IsFoundationLicenseAvailable (this ICollection< LicenseInfo > list) |
| Check whether at least one license for the foundation package is available on this system. More... | |
| static bool | IsMagicNumberAvailable (this ICollection< MagicNumberEntry > list, string toolID, bool ignoreTrialLicenses) |
| Check whether at least one Magic Number is available for the given toolID . More... | |
| static bool | IsMagicNumberAvailable (this ICollection< MagicNumberEntry > list, string toolID) |
| Check whether at least one Magic Number is available for the given toolID . More... | |
Extension methods for use with generic collections of license information.
|
static |
Check whether at least one license for the foundation package is available on this system.
| list | collection to check |
|
static |
Check whether at least one Magic Number is available for the given toolID .
| list | collection to check |
| toolID | tool ID to check for |
|
static |
Check whether at least one Magic Number is available for the given toolID .
| list | collection to check |
| toolID | tool ID to check for |
| ignoreTrialLicenses | set to true
|
|
static |
Check whether at least one license with the given serialNumber is available on this system.
| list | collection to check |
| serialNumber | serial number to check for |