LicenseSpring .Net SDK 7.22.0
Easily add Software Licensing to your application
LicenseSpring.OverageRequest Class Reference

Class that encapsulates information about overages in consumption licence. More...

Inheritance diagram for LicenseSpring.OverageRequest:
LicenseSpring.IOverageRequest

Public Member Functions

 OverageRequest ()
 OverageRequest default constructor
 
 OverageRequest (bool IsOverageAllowed, int MaxOverage)
 OverageRequest constructor where you can provide your IsOverageAllowed and MaxOverage params. More...
 

Properties

bool IsConsumptionOverageAllowed [get, set]
 Is it allowed to exceed consumption for this license. More...
 
int MaxConsumptionOverage [get, set]
 Extra amount of consumption that allows to go over MaxConsumption. More...
 
- Properties inherited from LicenseSpring.IOverageRequest
bool IsConsumptionOverageAllowed [get, set]
 Is it allowed to exceed consumption for this license. More...
 
int MaxConsumptionOverage [get, set]
 Extra amount of consumption that allows to go over MaxConsumption. More...
 

Detailed Description

Class that encapsulates information about overages in consumption licence.

This information can be passed to LicenseService.SyncConsumption if you want to add infirmation about overages to request.

Constructor & Destructor Documentation

◆ OverageRequest()

LicenseSpring.OverageRequest.OverageRequest ( bool  IsOverageAllowed,
int  MaxOverage 
)

OverageRequest constructor where you can provide your IsOverageAllowed and MaxOverage params.

Parameters
IsOverageAllowedIs it allowed to exceed consumption for this license.
MaxOverageExtra amount of consumption that allows to go over MaxConsumption.

Property Documentation

◆ IsConsumptionOverageAllowed

bool LicenseSpring.OverageRequest.IsConsumptionOverageAllowed
getset

Is it allowed to exceed consumption for this license.

Implements LicenseSpring.IOverageRequest.

◆ MaxConsumptionOverage

int LicenseSpring.OverageRequest.MaxConsumptionOverage
getset

Extra amount of consumption that allows to go over MaxConsumption.

Implements LicenseSpring.IOverageRequest.


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