C# Class Seterlund.CodeGuard.Validators.IntegerValidatorExtensions

Exibir arquivo Open project: barsgroup/Guard

Public Methods

Method 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 method

public static IsEven ( this arg ) : IArg
arg this
return IArg

IsEven() public static method

public static IsEven ( this arg ) : IArg
arg this
return IArg

IsNegative() public static method

public static IsNegative ( this arg ) : IArg
arg this
return IArg

IsNegative() public static method

public static IsNegative ( this arg ) : IArg
arg this
return IArg

IsOdd() public static method

public static IsOdd ( this arg ) : IArg
arg this
return IArg

IsOdd() public static method

public static IsOdd ( this arg ) : IArg
arg this
return IArg

IsPositive() public static method

public static IsPositive ( this arg ) : IArg
arg this
return IArg

IsPositive() public static method

public static IsPositive ( this arg ) : IArg
arg this
return IArg

IsPrime() public static method

public static IsPrime ( this arg ) : IArg
arg this
return IArg

IsPrime() public static method

public static IsPrime ( this arg ) : IArg
arg this
return IArg