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

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: