Méthode | Description | |
---|---|---|
Disable ( ) : void | ||
DisableActor ( IFlipperActor actor ) : void | ||
DisablePercentageOfActors ( ) : void | ||
DisablePercentageOfTime ( ) : void | ||
Enable ( ) : void | ||
EnableActor ( IFlipperActor actor ) : void | ||
EnablePercentageOfActors ( int percentage ) : void | ||
EnablePercentageOfTime ( int percentage ) : void | ||
Feature ( string name, IAdapter adapter ) : System | ||
Feature ( string name, IAdapter adapter, IInstrumenter instrumenter ) : System | ||
Gate ( string name ) : IGate | ||
IsEnabled ( ) : bool | ||
IsEnabledFor ( IFlipperActor actor ) : bool |
Méthode | Description | |
---|---|---|
Disable ( IGate gate, object value ) : void | ||
Enable ( IGate gate, object value ) : void | ||
IsEnabled ( object thing ) : bool | ||
ValidatePercentage ( int percentage ) : void |
public DisableActor ( IFlipperActor actor ) : void | ||
actor | IFlipperActor | |
Résultat | void |
public DisablePercentageOfActors ( ) : void | ||
Résultat | void |
public EnableActor ( IFlipperActor actor ) : void | ||
actor | IFlipperActor | |
Résultat | void |
public EnablePercentageOfActors ( int percentage ) : void | ||
percentage | int | |
Résultat | void |
public EnablePercentageOfTime ( int percentage ) : void | ||
percentage | int | |
Résultat | void |
public Feature ( string name, IAdapter adapter ) : System | ||
name | string | |
adapter | IAdapter | |
Résultat | System |
public Feature ( string name, IAdapter adapter, IInstrumenter instrumenter ) : System | ||
name | string | |
adapter | IAdapter | |
instrumenter | IInstrumenter | |
Résultat | System |
public IsEnabledFor ( IFlipperActor actor ) : bool | ||
actor | IFlipperActor | |
Résultat | bool |