C# Class Seterlund.CodeGuard.Validators.IntegerValidatorExtensions

Afficher le fichier Open project: barsgroup/Guard

Méthodes publiques

Méthode Description
IsEven ( this arg ) : IArg
IsEven ( this arg ) : IArg
IsNegative ( this arg ) : IArg
IsNegative ( this arg ) : IArg
IsOdd ( this arg ) : IArg
IsOdd ( this arg ) : IArg
IsPositive ( this arg ) : IArg
IsPositive ( this arg ) : IArg
IsPrime ( this arg ) : IArg
IsPrime ( this arg ) : IArg

Method Details

IsEven() public static méthode

public static IsEven ( this arg ) : IArg
arg this
Résultat IArg

IsEven() public static méthode

public static IsEven ( this arg ) : IArg
arg this
Résultat IArg

IsNegative() public static méthode

public static IsNegative ( this arg ) : IArg
arg this
Résultat IArg

IsNegative() public static méthode

public static IsNegative ( this arg ) : IArg
arg this
Résultat IArg

IsOdd() public static méthode

public static IsOdd ( this arg ) : IArg
arg this
Résultat IArg

IsOdd() public static méthode

public static IsOdd ( this arg ) : IArg
arg this
Résultat IArg

IsPositive() public static méthode

public static IsPositive ( this arg ) : IArg
arg this
Résultat IArg

IsPositive() public static méthode

public static IsPositive ( this arg ) : IArg
arg this
Résultat IArg

IsPrime() public static méthode

public static IsPrime ( this arg ) : IArg
arg this
Résultat IArg

IsPrime() public static méthode

public static IsPrime ( this arg ) : IArg
arg this
Résultat IArg