Method | Description | |
---|---|---|
Add ( IFeatureToggle toggle ) : void |
Adds the specified feature toggle.
|
|
Get ( string toggleName ) : IFeatureToggle |
Gets the feature toggle with the specified name.
|
|
Initialize ( Action configuration ) : void |
Initializes the this configuration using the specified configuration action.
|
|
Initialize ( Action |
Initializes the this configuration using the specified configuration action.
|
|
IsEnabled ( string featureName ) : bool |
Determines whether the feature toggle with the specified name is enabled.
|
|
WhatDoIHave ( ) : string |
Diagnostics on what's currently contained in this configuration instance.
|
Method | Description | |
---|---|---|
Features ( ) : System |
public static Add ( IFeatureToggle toggle ) : void | ||
toggle | IFeatureToggle | The toggle to add to this configuration. |
return | void |
public static Get ( string toggleName ) : IFeatureToggle | ||
toggleName | string | Name of the feature toggle. |
return | IFeatureToggle |
public static Initialize ( Action configuration ) : void | ||
configuration | Action | The source of configuration. |
return | void |
public static Initialize ( Action |
||
configuration | Action |
The source of configuration. |
return | void |
public static IsEnabled ( string featureName ) : bool | ||
featureName | string | Name of the feature toggle. |
return | bool |