Class TCilTsegLicenseActivation
Unit
Declaration
type TCilTsegLicenseActivation = class(TCilTsegData)
Description
Properties of an activated license.
An activated license is associated to devices(s), email(s) and software(s). Each activation has a unique activation number. The number of allowed activations depends on an activation counter in the license depending of its license type.
Hierarchy
- TObject
- TCilTsegData
- TCilTsegLicenseActivation
Overview
Methods
![]() |
constructor Create; override; |
Properties
![]() |
property LicenseNumber: string read FLicenseNumber write SetLicenseNumber; |
![]() |
property ActivationNumber: string read FActivationNumber
write SetActivationNumber; |
![]() |
property First_Activation: TDate read FFirst_Activation
write SetFirst_Activation; |
![]() |
property End_Of_License: TDate read FEnd_Of_License write SetEnd_Of_License; |
![]() |
property End_Of_Maintenance: TDate read FEnd_Of_Maintenance
write SetEnd_Of_Maintenance; |
Description
Methods
![]() |
constructor Create; override; |
|
Constructor method for this class. | |
Properties
![]() |
property LicenseNumber: string read FLicenseNumber write SetLicenseNumber; |
|
The license key for this activation. | |
![]() |
property First_Activation: TDate read FFirst_Activation
write SetFirst_Activation; |
|
Date of the first activation of this license key on this device. | |
![]() |
property End_Of_License: TDate read FEnd_Of_License write SetEnd_Of_License; |
|
Date of the end of validity for the license key. | |
![]() |
property End_Of_Maintenance: TDate read FEnd_Of_Maintenance
write SetEnd_Of_Maintenance; |
|
Date of the end of maintenance subscription for the license key. | |
Generated by PasDoc 0.16.0.
