LicenseSpring Management .Net SDK 1.9.0
Easily add Software Licensing to your application
LicenseSpring.AddLicenseProductFeatureDto Class Reference

Data transfer object that is used to add a product feature to license. More...

Properties

int MaxConsumption [get, set]
 Number of max consumptions. More...
 
string ProductFeature [get, set]
 Code of the product feature.
 
int TotalConsumptions [get, set]
 Total consumption of the feature, it includes LocalConsumption. More...
 

Detailed Description

Data transfer object that is used to add a product feature to license.

Property Documentation

◆ MaxConsumption

int LicenseSpring.AddLicenseProductFeatureDto.MaxConsumption
getset

Number of max consumptions.

Meaningful only for consumption feature type.

◆ TotalConsumptions

int LicenseSpring.AddLicenseProductFeatureDto.TotalConsumptions
getset

Total consumption of the feature, it includes LocalConsumption.

Meaningful only for consumption feature type.


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