API Reference
Class
AllowAllLicenseGate
Default feature gate allowing all features.
Inheritance
- Object
- AllowAllLicenseGate
Constructors
public AllowAllLicenseGate() #Methods
public virtual Boolean IsEnabled(ReportFeature feature) #Returns:
BooleanAlways returns true so that all report features are enabled.
Parameters
- feature TestimoX.Configuration.Engine.ReportFeature
- The feature being queried.
Returns
Always true.