Chronos Plugins  5.2.0
This documentation covers the plugin interfaces definitions and an example implementation.
AxelSemrau.Chronos.Plugin.LicenseCheckerAttribute Class Referenceabstract

Use this attribute if you want to expose the contents of your plugin assembly only after a license check was successful. More...

+ Inheritance diagram for AxelSemrau.Chronos.Plugin.LicenseCheckerAttribute:
+ Collaboration diagram for AxelSemrau.Chronos.Plugin.LicenseCheckerAttribute:

Public Member Functions

abstract string CheckLicense ()
 Do the license check. More...
 

Detailed Description

Use this attribute if you want to expose the contents of your plugin assembly only after a license check was successful.

Definition at line 233 of file MiscInterfaces.cs.

Member Function Documentation

◆ CheckLicense()

abstract string AxelSemrau.Chronos.Plugin.LicenseCheckerAttribute.CheckLicense ( )
pure virtual

Do the license check.

This method will be called from the GUI thread.

Returns
Descriptive text if the check failed. The text will be logged.

Implemented in MockPlugin.Misc.MockLicenseCheckAttribute.


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