Chronos Plugins 5.4.0
This documentation covers the plugin interfaces definitions and an example implementation.
Loading...
Searching...
No Matches
AxelSemrau.Chronos.Plugin.ILicenseInfo Interface Reference

Details about a Chronos style license. More...

Public Member Functions

bool ActivationMatches (string activationCode)
 Checks if the given activation code matches the license and the current machine.
 

Properties

string Serial [get]
 The license code for which the information is provided.
 
int ProductId [get]
 Axel Semrau internal product numbers.
 
DateTime IssueDate [get]
 Official license issue date.
 
bool IsValid [get]
 Check if the license code is formally correct. Does not check any date restrictions.
 

Detailed Description

Details about a Chronos style license.

Definition at line 175 of file Helpers.cs.

Member Function Documentation

◆ ActivationMatches()

bool AxelSemrau.Chronos.Plugin.ILicenseInfo.ActivationMatches ( string  activationCode)

Checks if the given activation code matches the license and the current machine.

Parameters
activationCode
Returns

Property Documentation

◆ IssueDate

DateTime AxelSemrau.Chronos.Plugin.ILicenseInfo.IssueDate
get

Official license issue date.

Definition at line 188 of file Helpers.cs.

188{ get; }

◆ IsValid

bool AxelSemrau.Chronos.Plugin.ILicenseInfo.IsValid
get

Check if the license code is formally correct. Does not check any date restrictions.

Definition at line 192 of file Helpers.cs.

192{ get; }

◆ ProductId

int AxelSemrau.Chronos.Plugin.ILicenseInfo.ProductId
get

Axel Semrau internal product numbers.

Definition at line 184 of file Helpers.cs.

184{ get; }

◆ Serial

string AxelSemrau.Chronos.Plugin.ILicenseInfo.Serial
get

The license code for which the information is provided.

Definition at line 180 of file Helpers.cs.

180{ get; }

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