![]() |
LicenseSpring .Net SDK 7.22.0
Easily add Software Licensing to your application
|
Class that represents License status and provides info methods like IsActive and IsEnabled. More...
Public Member Functions | |
bool | IsActive () |
Method for checking license Active/Inactive state More... | |
bool | IsDeleted () |
Method for checking if license was deleted from LicenseSpring backend More... | |
bool | IsEnabled () |
Method for checking license Enabled/Disabled state More... | |
bool | IsExpired () |
Method that returns cached value is license expired or not More... | |
bool | IsOk () |
Helper method for checking local license status More... | |
LicenseStatus () | |
Default constructor | |
override string | ToString () |
License status string, override Object.ToString More... | |
bool | IsActive () |
Method for checking license Active/Inactive state More... | |
bool | IsDeleted () |
Method for checking if license was deleted from LicenseSpring backend More... | |
bool | IsEnabled () |
Method for checking license Enabled/Disabled state More... | |
bool | IsExpired () |
Method that returns cached value is license expired or not More... | |
bool | IsOk () |
Helper method for checking local license status More... | |
string | ToString () |
License status string, override Object.ToString More... | |
Class that represents License status and provides info methods like IsActive and IsEnabled.
Please note that license can be disabled and expired at the same time for example.
bool LicenseSpring.LicenseStatus.IsActive | ( | ) |
Method for checking license Active/Inactive state
Implements LicenseSpring.ILicenseStatus.
bool LicenseSpring.LicenseStatus.IsDeleted | ( | ) |
Method for checking if license was deleted from LicenseSpring backend
Implements LicenseSpring.ILicenseStatus.
bool LicenseSpring.LicenseStatus.IsEnabled | ( | ) |
Method for checking license Enabled/Disabled state
Implements LicenseSpring.ILicenseStatus.
bool LicenseSpring.LicenseStatus.IsExpired | ( | ) |
Method that returns cached value is license expired or not
Implements LicenseSpring.ILicenseStatus.
bool LicenseSpring.LicenseStatus.IsOk | ( | ) |
Helper method for checking local license status
Implements LicenseSpring.ILicenseStatus.
override string LicenseSpring.LicenseStatus.ToString | ( | ) |
License status string, override Object.ToString
Implements LicenseSpring.ILicenseStatus.