Chronos Plugins  5.2.0
This documentation covers the plugin interfaces definitions and an example implementation.
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. More...
 

Properties

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

Detailed Description

Details about a Chronos style license.

Definition at line 173 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 186 of file Helpers.cs.

186 { 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 190 of file Helpers.cs.

190 { get; }

◆ ProductId

int AxelSemrau.Chronos.Plugin.ILicenseInfo.ProductId
get

Axel Semrau internal product numbers.

Definition at line 182 of file Helpers.cs.

182 { get; }

◆ Serial

string AxelSemrau.Chronos.Plugin.ILicenseInfo.Serial
get

The license code for which the information is provided.

Definition at line 178 of file Helpers.cs.

178 { get; }

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