![]() |
LicenseSpring Management .Net SDK 1.9.0
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. More... | |
string | Code [get] |
Code of the feature. More... | |
ConsumptionPeriod | ConsumptionPeriod [get] |
Period of time after which consumption is reset. More... | |
DateTime | CreatedAt [get] |
Creation time. More... | |
DateTime | ExpiryDate [get] |
Feature expiry date. More... | |
string | FeatureType [get] |
Type of the feature ("activation" or "consumption"). More... | |
uint | Id [get] |
Internal ID of the product feature. More... | |
bool | IsDeleted [get] |
Is feature deleted or not. More... | |
int | MaxConsumption [get] |
Number of max consumptions. More... | |
int | MaxOverages [get] |
Maximum overage allowed for the feature. More... | |
string | Name [get] |
Name of the feature. More... | |
bool | ResetConsumption [get] |
Indicates whether consumption resets after a certain period of time. More... | |
DateTime | UpdatedAt [get] |
Time of last update. More... | |
![]() | |
bool | AllowOverages [get] |
Indicates whether overage is allowed for Consumption feature. More... | |
string | Code [get] |
Code of the feature. More... | |
ConsumptionPeriod | ConsumptionPeriod [get] |
Period of time after which consumption is reset. More... | |
System.DateTime | CreatedAt [get] |
Creation time. More... | |
DateTime | ExpiryDate [get] |
Feature expiry date. More... | |
string | FeatureType [get] |
Type of the feature ("activation" or "consumption"). More... | |
uint | Id [get] |
Internal ID of the product feature. More... | |
bool | IsDeleted [get] |
Is feature deleted or not. More... | |
int | MaxConsumption [get] |
Number of max consumptions. More... | |
int | MaxOverages [get] |
Maximum overage allowed for the feature. More... | |
string | Name [get] |
Name of the feature. More... | |
bool | ResetConsumption [get] |
Indicates whether consumption resets after a certain period of time. More... | |
System.DateTime | UpdatedAt [get] |
Time of last update. More... | |
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.