TestimoX

API Reference

Interface

ILicenseGate

Namespace TestimoX.Configuration.Engine
Assembly TestimoX
Modifiers abstract

Simple feature gate to enable licensing later without changing report code.

Methods

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

Determines whether a given report feature is enabled for the current environment or license.

Parameters

feature TestimoX.Configuration.Engine.ReportFeature requiredposition: 0
The feature to check.

Returns

true when the feature is allowed; otherwise false.