![]() |
LicenseSpring Management .Net SDK 1.15.0
Easily add Software Licensing to your application
|
LicenseFeature interface. More...
Public Member Functions | |
| bool | IsExpired () |
| Is license feature expired. | |
| string | ToString () |
| Override Object.ToString. | |
Properties | |
| string | Code [get] |
| Feature code. | |
| System.DateTime | ExpiryDate [get] |
| It's final end date and time license feature is valid. | |
| System.DateTime | ExpiryDateUtc [get] |
| It's final end date and time license feature is valid. | |
| LicenseFeature.Type | FeatureType [get] |
| Feature type. | |
| int | MaxConsumption [get] |
| Maximum consumption of the feature. | |
| string | Metadata [get] |
| Feature metadata. | |
| string | Name [get] |
| Feature name. | |
| int | TotalConsumption [get] |
| Total consumption of the feature, it includes LocalConsumption. | |
LicenseFeature interface.
| bool LicenseSpring.ILicenseFeature.IsExpired | ( | ) |
Is license feature expired.
Implemented in LicenseSpring.LicenseFeature.
| string LicenseSpring.ILicenseFeature.ToString | ( | ) |
Override Object.ToString.
Implemented in LicenseSpring.LicenseFeature.
|
get |
Feature code.
Implemented in LicenseSpring.LicenseFeature.
|
get |
It's final end date and time license feature is valid.
The DateTime when license feature expires in local time
Implemented in LicenseSpring.LicenseFeature.
|
get |
It's final end date and time license feature is valid.
The DateTime when license feature expires in UTC
Implemented in LicenseSpring.LicenseFeature.
|
get |
Feature type.
Implemented in LicenseSpring.LicenseFeature.
|
get |
Maximum consumption of the feature.
Meaningful only for consumption feature type.
Implemented in LicenseSpring.LicenseFeature.
|
get |
Feature metadata.
Implemented in LicenseSpring.LicenseFeature.
|
get |
Feature name.
Implemented in LicenseSpring.LicenseFeature.
|
get |
Total consumption of the feature, it includes LocalConsumption.
Meaningful only for consumption feature type.
Implemented in LicenseSpring.LicenseFeature.