LicenseSpring Management .Net SDK 1.10.1
Easily add Software Licensing to your application
Loading...
Searching...
No Matches
LicenseSpring.ProductFeature Class Reference

Class that holds information about product feature. More...

Inheritance diagram for LicenseSpring.ProductFeature:
LicenseSpring.IProductFeature

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.
 
- Properties inherited from LicenseSpring.IProductFeature

Detailed Description

Class that holds information about product feature.

Property Documentation

◆ AllowOverages

bool LicenseSpring.ProductFeature.AllowOverages
get

Indicates whether overage is allowed for Consumption feature.

Implements LicenseSpring.IProductFeature.

◆ Code

string LicenseSpring.ProductFeature.Code
get

Code of the feature.

Implements LicenseSpring.IProductFeature.

◆ ConsumptionPeriod

ConsumptionPeriod LicenseSpring.ProductFeature.ConsumptionPeriod
get

Period of time after which consumption is reset.

Implements LicenseSpring.IProductFeature.

◆ CreatedAt

DateTime LicenseSpring.ProductFeature.CreatedAt
get

Creation time.

Implements LicenseSpring.IProductFeature.

◆ ExpiryDate

DateTime LicenseSpring.ProductFeature.ExpiryDate
get

Feature expiry date.

Implements LicenseSpring.IProductFeature.

◆ FeatureType

string LicenseSpring.ProductFeature.FeatureType
get

Type of the feature ("activation" or "consumption").

Implements LicenseSpring.IProductFeature.

◆ Id

uint LicenseSpring.ProductFeature.Id
get

Internal ID of the product feature.

Implements LicenseSpring.IProductFeature.

◆ IsDeleted

bool LicenseSpring.ProductFeature.IsDeleted
get

Is feature deleted or not.

Implements LicenseSpring.IProductFeature.

◆ MaxConsumption

int LicenseSpring.ProductFeature.MaxConsumption
get

Number of max consumptions.

Implements LicenseSpring.IProductFeature.

◆ MaxOverages

int LicenseSpring.ProductFeature.MaxOverages
get

Maximum overage allowed for the feature.

Implements LicenseSpring.IProductFeature.

◆ Name

string LicenseSpring.ProductFeature.Name
get

Name of the feature.

Implements LicenseSpring.IProductFeature.

◆ ResetConsumption

bool LicenseSpring.ProductFeature.ResetConsumption
get

Indicates whether consumption resets after a certain period of time.

Implements LicenseSpring.IProductFeature.

◆ UpdatedAt

DateTime LicenseSpring.ProductFeature.UpdatedAt
get

Time of last update.

Implements LicenseSpring.IProductFeature.


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