Interface IFeatureProvider
Interface for framework-users providing a custom feature set Multiple feature providers may be available. The set of features required will be determined by merging the collections.
Namespace: TimeCockpit.UI.Version.Common
Assembly: TimeCockpit.Data.dll
Syntax
public interface IFeatureProvider
Methods
GetFeatures(FeatureProviderParameters)
Gets the list of features relevant to this customization.
Declaration
IList<Feature> GetFeatures(FeatureProviderParameters parameters)
Parameters
| Type | Name | Description |
|---|---|---|
| FeatureProviderParameters | parameters | Feature provider parameters. |
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.IList<Feature> | returns a list of features required by this version of the cockpit framework application. |