LicenseManagerBaseT Class
License Manager used by the VaultApplicationBase.
Namespace: MFiles.VAFAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public class LicenseManagerBase<T> : IApplicationLicense
where T : class, IApplicationLicenseContent
- Inheritance
- Object LicenseManagerBaseT
- Implements
- IApplicationLicense
Type Parameters
- T
- The IApplicationLicenseContent class type.
AccessContent
|
Access the license class as our template class.
|
Clone
|
Return a copy of us, Without content class!
|
ContentX
|
Access the license as the class user expects it.
|
Evaluate
|
Method used to evaluate the license.
This may get called multiple times.
Vault instance may not be always available and can be given as null.
|
Load
|
Set the license json-content.
|
ToString
|
Get the details text status of the license.
(Overrides ObjectToString) |
bom
|
Background threader used in evaluation.
|
isContructed
|
Whether the content is constructed.
|
isEvaluated
|
Whether the content is once fully evaluated.
|