TestimoX

API Reference

Class

AllowAllLicenseGate

Namespace TestimoX.Configuration.Engine
Assembly TestimoX
Implements
Modifiers sealed

Default feature gate allowing all features.

Inheritance

  • Object
  • AllowAllLicenseGate

Constructors

public AllowAllLicenseGate() #

Methods

public virtual Boolean IsEnabled(ReportFeature feature) #
Returns: Boolean

Always returns true so that all report features are enabled.

Parameters

feature TestimoX.Configuration.Engine.ReportFeature requiredposition: 0
The feature being queried.

Returns

Always true.