![]() |
LicenseSpring Management .Net SDK 1.15.0
Easily add Software Licensing to your application
|
LicenseDetailsArrayWrapper interface, helper interface for COM interop. More...
Public Member Functions | |
| void | Add (uint index, string LicenseKey, LicenseUser[] LicenseUsers, string ValidityDuration, string ValidityEndDate, string MaintenanceDuration, ConsumptionPeriod ConsumptionPeriod, uint MaxConsumptions, uint MaxOverages, int MaxTransfers, ProductFeature[] Features, LicenseType Type, uint MaxActivations, bool PreventVM, bool IsTrial, bool EnableMaintenancePeriod, bool AllowOverages, bool ResetConsumption, CustomField[] CustomFields) |
| Create LicenseDetails object and add it to array. | |
| LicenseDetails[] | GetArray () |
| Get current array of LicenseDetails objects. | |
| void | Init (uint size) |
| Initialize array of provided size. | |
LicenseDetailsArrayWrapper interface, helper interface for COM interop.
| void LicenseSpring.ILicenseDetailsArrayWrapper.Add | ( | uint | index, |
| string | LicenseKey, | ||
| LicenseUser[] | LicenseUsers, | ||
| string | ValidityDuration, | ||
| string | ValidityEndDate, | ||
| string | MaintenanceDuration, | ||
| ConsumptionPeriod | ConsumptionPeriod, | ||
| uint | MaxConsumptions, | ||
| uint | MaxOverages, | ||
| int | MaxTransfers, | ||
| ProductFeature[] | Features, | ||
| LicenseType | Type, | ||
| uint | MaxActivations, | ||
| bool | PreventVM, | ||
| bool | IsTrial, | ||
| bool | EnableMaintenancePeriod, | ||
| bool | AllowOverages, | ||
| bool | ResetConsumption, | ||
| CustomField[] | CustomFields | ||
| ) |
Create LicenseDetails object and add it to array.
Parameters correspond to LicenseDetails properties
Implemented in LicenseSpring.LicenseDetailsArrayWrapper.
| LicenseDetails[] LicenseSpring.ILicenseDetailsArrayWrapper.GetArray | ( | ) |
Get current array of LicenseDetails objects.
Implemented in LicenseSpring.LicenseDetailsArrayWrapper.
| void LicenseSpring.ILicenseDetailsArrayWrapper.Init | ( | uint | size | ) |
Initialize array of provided size.
| size | Array size |
Implemented in LicenseSpring.LicenseDetailsArrayWrapper.