Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
Public Member Functions | |
override string | CheckLicense () |
Public Member Functions inherited from AxelSemrau.Chronos.Plugin.LicenseCheckerAttribute | |
string | CheckLicense () |
Do the license check. | |
Private Member Functions | |
bool | LicenseAlreadyOk () |
Check if we have some persistantly saved license state, and this state is ok. | |
Definition at line 14 of file LicenseCheck.cs.
override string MockPlugin.Misc.MockLicenseCheckAttribute.CheckLicense | ( | ) |
Definition at line 16 of file LicenseCheck.cs.
References AxelSemrau.Chronos.Plugin.Helpers.Debug, MockPlugin.Misc.MockLicenseCheckAttribute.LicenseAlreadyOk(), AxelSemrau.Chronos.Plugin.IDebugHelper.TraceWrite(), and AxelSemrau.Chronos.Plugin.Helpers.UtilityFactories.
|
private |
Check if we have some persistantly saved license state, and this state is ok.
Referenced by MockPlugin.Misc.MockLicenseCheckAttribute.CheckLicense().