IApplicationLicenseContent Interface
Interface for the application license content class utilized by the LicenseManagerBase.
Namespace: MFiles.VAF.ConfigurationAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
public interface IApplicationLicenseContent
Errors
|
Internal containers for errors from deserialization etc.
|
FormatError
|
Global value for really bad source data.
|
Infos
|
Internal containers for infos from deserialization etc.
|
IsEmpty
|
Global value for emptiness.
|
IsEvaluated
|
Cached value for evaluated conditions.
|
LicenseStatus
|
The contents license status.
|
IsConditionsOK
|
Method to check if license's conditions are ok.
|
IsFormatCorrect
|
Method to check contents sanity.
Conditions are checked with TermCheck.
|
ToString
|
The text details of the license state.
|