C# Class Remotion.Linq.SqlBackend.BooleanUtility

Provides utility functions around boolean expressions.
Afficher le fichier Open project: re-motion/Relinq-SqlBackend

Méthodes publiques

Méthode Description
ConvertNullableIntToNullableBool ( int nullableValue ) : bool?
GetIntToBoolConversionMethod ( Type intType ) : MethodInfo
GetMatchingBoolType ( Type type ) : Type
GetMatchingIntType ( Type type ) : Type
IsBooleanType ( Type type ) : bool

Method Details

ConvertNullableIntToNullableBool() public static méthode

public static ConvertNullableIntToNullableBool ( int nullableValue ) : bool?
nullableValue int
Résultat bool?

GetIntToBoolConversionMethod() public static méthode

public static GetIntToBoolConversionMethod ( Type intType ) : MethodInfo
intType System.Type
Résultat System.Reflection.MethodInfo

GetMatchingBoolType() public static méthode

public static GetMatchingBoolType ( Type type ) : Type
type System.Type
Résultat System.Type

GetMatchingIntType() public static méthode

public static GetMatchingIntType ( Type type ) : Type
type System.Type
Résultat System.Type

IsBooleanType() public static méthode

public static IsBooleanType ( Type type ) : bool
type System.Type
Résultat bool