![]() |
LicenseSpring Management .Net SDK 1.10.1
Easily add Software Licensing to your application
|
LicenseDetailsArrayWrapper class, helper class 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, uint 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 | |||
LicenseDetails[] | GetArray () | ||
Get current array of LicenseDetails objects.
| |||
void | Init (uint size) | ||
Initialize array of provided size.
| |||
LicenseDetailsArrayWrapper class, helper class for COM interop.
void LicenseSpring.LicenseDetailsArrayWrapper.Add | ( | uint | index, |
string | LicenseKey, | ||
LicenseUser[] | LicenseUsers, | ||
string | ValidityDuration, | ||
string | ValidityEndDate, | ||
string | MaintenanceDuration, | ||
ConsumptionPeriod | ConsumptionPeriod, | ||
uint | MaxConsumptions, | ||
uint | MaxOverages, | ||
uint | 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
Implements LicenseSpring.ILicenseDetailsArrayWrapper.
LicenseDetails[] LicenseSpring.LicenseDetailsArrayWrapper.GetArray | ( | ) |
Get current array of LicenseDetails objects.
Implements LicenseSpring.ILicenseDetailsArrayWrapper.
void LicenseSpring.LicenseDetailsArrayWrapper.Init | ( | uint | size | ) |
Initialize array of provided size.
size | Array size |
Implements LicenseSpring.ILicenseDetailsArrayWrapper.