Method | Description | |
---|---|---|
ApplicationConfigurationReader ( ) : System |
Initializes a new instance of the ApplicationConfigurationReader class.
|
|
ApplicationConfigurationReader ( Func |
Initializes a new instance of the ApplicationConfigurationReader class.
|
|
GetFeatures ( ) : IEnumerable |
Reads the configuration, and constructs feature toggles based on it.
|
Method | Description | |
---|---|---|
BuildDependencies ( IFeatureToggle>.Dictionary |
||
BuildDependencies ( DependencyToggle dependencyToggle, IFeatureToggle>.Dictionary |
||
BuildToggles ( IFeatureToggleConfiguration configuration ) : IEnumerable |
||
ConvertToFeatureToggle ( ToggleConfig config ) : IFeatureToggle |
public ApplicationConfigurationReader ( ) : System | ||
return | System |
public ApplicationConfigurationReader ( Func |
||
reader | Func |
A function that retrieves the confiration section that needs to be read. |
return | System |