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

ProductFeature interface. More...

Inheritance diagram for LicenseSpring.IProductFeature:
LicenseSpring.ProductFeature

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.
 
System.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.
 
System.DateTime UpdatedAt [get]
 Time of last update.
 

Detailed Description

ProductFeature interface.

Property Documentation

◆ AllowOverages

bool LicenseSpring.IProductFeature.AllowOverages
get

Indicates whether overage is allowed for Consumption feature.

Implemented in LicenseSpring.ProductFeature.

◆ Code

string LicenseSpring.IProductFeature.Code
get

Code of the feature.

Implemented in LicenseSpring.ProductFeature.

◆ ConsumptionPeriod

ConsumptionPeriod LicenseSpring.IProductFeature.ConsumptionPeriod
get

Period of time after which consumption is reset.

Implemented in LicenseSpring.ProductFeature.

◆ CreatedAt

System.DateTime LicenseSpring.IProductFeature.CreatedAt
get

Creation time.

Implemented in LicenseSpring.ProductFeature.

◆ ExpiryDate

DateTime LicenseSpring.IProductFeature.ExpiryDate
get

Feature expiry date.

Implemented in LicenseSpring.ProductFeature.

◆ FeatureType

string LicenseSpring.IProductFeature.FeatureType
get

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

Implemented in LicenseSpring.ProductFeature.

◆ Id

uint LicenseSpring.IProductFeature.Id
get

Internal ID of the product feature.

Implemented in LicenseSpring.ProductFeature.

◆ IsDeleted

bool LicenseSpring.IProductFeature.IsDeleted
get

Is feature deleted or not.

Implemented in LicenseSpring.ProductFeature.

◆ MaxConsumption

int LicenseSpring.IProductFeature.MaxConsumption
get

Number of max consumptions.

Implemented in LicenseSpring.ProductFeature.

◆ MaxOverages

int LicenseSpring.IProductFeature.MaxOverages
get

Maximum overage allowed for the feature.

Implemented in LicenseSpring.ProductFeature.

◆ Name

string LicenseSpring.IProductFeature.Name
get

Name of the feature.

Implemented in LicenseSpring.ProductFeature.

◆ ResetConsumption

bool LicenseSpring.IProductFeature.ResetConsumption
get

Indicates whether consumption resets after a certain period of time.

Implemented in LicenseSpring.ProductFeature.

◆ UpdatedAt

System.DateTime LicenseSpring.IProductFeature.UpdatedAt
get

Time of last update.

Implemented in LicenseSpring.ProductFeature.


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