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 (24.1.0.1001)
Syntax
public interface IFeatureService

The IFeatureService type exposes the following members.

Methods
  NameDescription
Public methodGetEnabledFeatures
Gets the enabled features.
Public methodIsEnabled
Determines whether the specified feature is enabled.
Public methodRegister
Registers the specified feature identifier.
Top
See Also