IFeatureService Interface

Provides methods for getting information about enabled application features.

Namespace: Dundas.BI
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public interface IFeatureService

The IFeatureService type exposes the following members.

Methods
 NameDescription
Public methodGetEnabledFeaturesGets the enabled features.
Public methodIsEnabledDetermines whether the specified feature is enabled.
Public methodRegisterRegisters the specified feature identifier.
Top
See Also