Chronos Plugins  5.2.0
This documentation covers the plugin interfaces definitions and an example implementation.
AxelSemrau.Chronos.Plugin.ILicenseChecker Interface Reference

Information about license validity and type. More...

Public Member Functions

ILicenseInfo GetLicenseInfo (string licenseCode)
 Give information regarding some Chronos style license code. More...
 

Properties

string ComputerId [get]
 Unique identifier for this computer. More...
 

Detailed Description

Information about license validity and type.

This is only meant for Axel Semrau internal use. Could be extended to provide information about the used Chronos license if needed.

Definition at line 156 of file Helpers.cs.

Member Function Documentation

◆ GetLicenseInfo()

ILicenseInfo AxelSemrau.Chronos.Plugin.ILicenseChecker.GetLicenseInfo ( string  licenseCode)

Give information regarding some Chronos style license code.

Parameters
licenseCode
Returns

Property Documentation

◆ ComputerId

string AxelSemrau.Chronos.Plugin.ILicenseChecker.ComputerId
get

Unique identifier for this computer.

Definition at line 167 of file Helpers.cs.

167 { get; }

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