LicenseSpring Management .Net SDK 1.9.0
Easily add Software Licensing to your application
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. 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...
 
- Properties inherited from LicenseSpring.IProductFeature
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...
 

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: