C# Class FlipperDotNet.Gate.PercentageOfTimeGate

Inheritance: IGate
Afficher le fichier Open project: paybyphone/flipperdotnet Class Usage Examples

Méthodes publiques

Méthode Description
IsEnabled ( object value ) : bool
IsOpen ( object thing, object value, string featureName ) : bool
PercentageOfTimeGate ( ) : System
PercentageOfTimeGate ( Random random ) : System
WrapValue ( object value ) : object

Method Details

IsEnabled() public méthode

public IsEnabled ( object value ) : bool
value object
Résultat bool

IsOpen() public méthode

public IsOpen ( object thing, object value, string featureName ) : bool
thing object
value object
featureName string
Résultat bool

PercentageOfTimeGate() public méthode

public PercentageOfTimeGate ( ) : System
Résultat System

PercentageOfTimeGate() public méthode

public PercentageOfTimeGate ( Random random ) : System
random System.Random
Résultat System

WrapValue() public méthode

public WrapValue ( object value ) : object
value object
Résultat object