![]() |
LicenseSpring Management .Net SDK 1.10.1
Easily add Software Licensing to your application
|
Data transfer object that is used for updating licenses. More...
Properties | |
bool? | AllowOverages [get, set] |
Allow or not consumption overages. | |
string | ConsumptionPeriod [get, set] |
Period of consumption reset. | |
bool? | EnableMaintenancePeriod [get, set] |
Whether the license has maintenance plan or not. | |
int | FloatingUsers [get, set] |
Number of users there can be at most if the license is floating. | |
bool? | IsFloating [get, set] |
Does product support floating licenses. | |
bool? | IsFloatingCloud [get, set] |
Does product support floating cloud license. | |
bool? | IsTrial [get, set] |
Whether the license is trial or not. | |
string | MaintenanceDuration [get, set] |
Maintenance duration. | |
int | MaxActivations [get, set] |
Maximum number of activations. | |
int | MaxConsumptions [get, set] |
Maximum consumption. | |
int | MaxOverages [get, set] |
Maximum overages. | |
bool? | PreventVm [get, set] |
Prevent using virtual machine. | |
AddLicenseProductFeatureDto[] | ProductFeatures [get, set] |
Product features available for this license. | |
bool? | ResetConsumption [get, set] |
Enable or not periodic consumption reset. | |
int | TrialDays [get, set] |
Trial period of the license. | |
string | ValidDuration [get, set] |
Validity duration. | |
string | ValidityPeriod [get, set] |
It's final end date and time license is valid. | |
Data transfer object that is used for updating licenses.
|
getset |
Allow or not consumption overages.
Meaningful only for consumption license type
|
getset |
Period of consumption reset.
Format: "week", "month" or "year".
Meaningful only for consumption license type.
|
getset |
Maintenance duration.
Format: 1y (one year) or 2m (2 months) or 3d (3 days)
|
getset |
Maximum number of activations.
Indicates on how many computers license can be activated simultaneously.
|
getset |
Maximum consumption.
Meaningful only for consumption license type
|
getset |
Maximum overages.
Meaningful only for consumption license type
|
getset |
Product features available for this license.
Array of license features
|
getset |
Enable or not periodic consumption reset.
Meaningful only for consumption license type
|
getset |
Validity duration.
Format: 1y (one year) or 2m (2 months) or 3d (3 days) or 4h (4 hours) or 5min (5 minutes)
This Property conflicts with ValidityPeriod. Specify either one of them but not both.
|
getset |
It's final end date and time license is valid.
Format: "2020-10-15 00:00:00"
This Property conflicts with ValidityDuration. Specify either one of them but not both.