![]() |
LicenseSpring Management .Net SDK 1.10.1
Easily add Software Licensing to your application
|
Class that holds information about product feature. More...
Public Member Functions | |
ProductFeature () | |
Order default constructor. | |
Properties | |
bool | AllowOverages [get] |
Indicates whether overage is allowed for Consumption feature. | |
string | Code [get] |
Code of the feature. | |
ConsumptionPeriod | ConsumptionPeriod [get] |
Period of time after which consumption is reset. | |
DateTime | CreatedAt [get] |
Creation time. | |
DateTime | ExpiryDate [get] |
Feature expiry date. | |
string | FeatureType [get] |
Type of the feature ("activation" or "consumption"). | |
uint | Id [get] |
Internal ID of the product feature. | |
bool | IsDeleted [get] |
Is feature deleted or not. | |
int | MaxConsumption [get] |
Number of max consumptions. | |
int | MaxOverages [get] |
Maximum overage allowed for the feature. | |
string | Name [get] |
Name of the feature. | |
bool | ResetConsumption [get] |
Indicates whether consumption resets after a certain period of time. | |
DateTime | UpdatedAt [get] |
Time of last update. | |
![]() |
Class that holds information about product feature.
|
get |
Indicates whether overage is allowed for Consumption feature.
Implements LicenseSpring.IProductFeature.
|
get |
Code of the feature.
Implements LicenseSpring.IProductFeature.
|
get |
Period of time after which consumption is reset.
Implements LicenseSpring.IProductFeature.
|
get |
Creation time.
Implements LicenseSpring.IProductFeature.
|
get |
Feature expiry date.
Implements LicenseSpring.IProductFeature.
|
get |
Type of the feature ("activation" or "consumption").
Implements LicenseSpring.IProductFeature.
|
get |
Internal ID of the product feature.
Implements LicenseSpring.IProductFeature.
|
get |
Is feature deleted or not.
Implements LicenseSpring.IProductFeature.
|
get |
Number of max consumptions.
Implements LicenseSpring.IProductFeature.
|
get |
Maximum overage allowed for the feature.
Implements LicenseSpring.IProductFeature.
|
get |
Name of the feature.
Implements LicenseSpring.IProductFeature.
|
get |
Indicates whether consumption resets after a certain period of time.
Implements LicenseSpring.IProductFeature.
|
get |
Time of last update.
Implements LicenseSpring.IProductFeature.