TestimoX

API Reference

Interface

ILicenseGate

Namespace TestimoX.Configuration.Engine
Assembly TestimoX
Modifiers abstract

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

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

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.